Class AuthenticatedCustomMsg
- java.lang.Object
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.OperationHandler
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.TemplateBasedOperationHandler
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.nonauthorized.AuthenticatedCustomMsg
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("authenticatedCustomMsg") public class AuthenticatedCustomMsg extends TemplateBasedOperationHandler
-
-
Constructor Summary
Constructors Constructor Description AuthenticatedCustomMsg(JsonTemplateInterpolation interpolation, HbciSandboxPaymentService paymentService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected OperationhandledRequestType()-
Methods inherited from class de.adorsys.opba.protocol.sandbox.hbci.protocol.TemplateBasedOperationHandler
doExecute
-
Methods inherited from class de.adorsys.opba.protocol.sandbox.hbci.protocol.OperationHandler
execute, usesCustomHandlingAndHandles
-
-
-
-
Constructor Detail
-
AuthenticatedCustomMsg
public AuthenticatedCustomMsg(JsonTemplateInterpolation interpolation, HbciSandboxPaymentService paymentService)
-
-
Method Detail
-
getTemplatePathAndUpdateCtxIfNeeded
protected String getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)
- Specified by:
getTemplatePathAndUpdateCtxIfNeededin classTemplateBasedOperationHandler
-
handledRequestType
protected Operation handledRequestType()
- Specified by:
handledRequestTypein classOperationHandler
-
-