Class DefaultCreateAufrufKontextToStrategy
java.lang.Object
de.bund.bva.isyfact.serviceapi.core.httpinvoker.DefaultCreateAufrufKontextToStrategy
- All Implemented Interfaces:
CreateAufrufKontextToStrategy
@Deprecated
public class DefaultCreateAufrufKontextToStrategy
extends Object
implements CreateAufrufKontextToStrategy
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.
The implementation of the
CreateAufrufKontextToStrategy takes the Berechtigungsmanager from the module isy-security and creates,
based on the keys, the transport object ad hoc.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCreateAufrufKontextToStrategy(Berechtigungsmanager berechtigungsmanager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionde.bund.bva.pliscommon.serviceapi.service.httpinvoker.v1_0_0.AufrufKontextTocreate()Deprecated.TheAufrufKontextTois generated ad hoc using this method implementation.
-
Constructor Details
-
DefaultCreateAufrufKontextToStrategy
Deprecated.
-
-
Method Details
-
create
public de.bund.bva.pliscommon.serviceapi.service.httpinvoker.v1_0_0.AufrufKontextTo create()Deprecated.Description copied from interface:CreateAufrufKontextToStrategyTheAufrufKontextTois generated ad hoc using this method implementation.- Specified by:
createin interfaceCreateAufrufKontextToStrategy- Returns:
- the newly created
AufrufKontextTo
-