Class DefaultAufrufKontextToResolver
java.lang.Object
de.bund.bva.isyfact.serviceapi.core.aufrufkontext.DefaultAufrufKontextToResolver
- All Implemented Interfaces:
AufrufKontextToResolver
@Deprecated
public class DefaultAufrufKontextToResolver
extends Object
implements AufrufKontextToResolver
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.
Helper class to read AufrufKontextTo from a parameter-list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<de.bund.bva.pliscommon.serviceapi.service.httpinvoker.v1_0_0.AufrufKontextTo>leseAufrufKontextTo(Object[] args) Deprecated.ResolvesAufrufKontextTofrom an Object array.
-
Constructor Details
-
DefaultAufrufKontextToResolver
public DefaultAufrufKontextToResolver()Deprecated.
-
-
Method Details
-
leseAufrufKontextTo
public 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. The first found instance ofAufrufKontextTois returned.- Specified by:
leseAufrufKontextToin interfaceAufrufKontextToResolver- Parameters:
args- arguments of the service call- Returns:
- an
Optionalcontaining the AufrufKontextTo. Returns empty Optional, if no AufrufKontextTo was found.
-