Interface AufrufKontextToResolver
- All Known Implementing Classes:
DefaultAufrufKontextToResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
This module is deprecated and will be removed in a future release.
It is recommended to use REST according to IsyFacts REST Concept instead.
Resolver for reading AufrufKontextTo from a parameter List.
-
Method Summary
Modifier and TypeMethodDescriptionOptional<de.bund.bva.pliscommon.serviceapi.service.httpinvoker.v1_0_0.AufrufKontextTo>leseAufrufKontextTo(Object[] args) Deprecated.ResolvesAufrufKontextTofrom an Object array.
-
Method Details
-
leseAufrufKontextTo
Optional<de.bund.bva.pliscommon.serviceapi.service.httpinvoker.v1_0_0.AufrufKontextTo> leseAufrufKontextTo(Object[] args) Deprecated.ResolvesAufrufKontextTofrom an Object array. Primary use is to read AufrufKontextTo from the parameter list of a service call.- Parameters:
args- arguments of the service call- Returns:
- an
Optionalcontaining the AufrufKontextTo. Returns empty Optional, if no AufrufKontextTo was found.
-