Uses of Class
de.adorsys.opba.protocol.facade.services.InternalContext
-
Packages that use InternalContext Package Description de.adorsys.opba.protocol.facade.services de.adorsys.opba.protocol.facade.services.context -
-
Uses of InternalContext in de.adorsys.opba.protocol.facade.services
Methods in de.adorsys.opba.protocol.facade.services that return InternalContext Modifier and Type Method Description protected InternalContext<REQUEST,ACTION>FacadeService. contextFor(REQUEST request)protected InternalContext<REQUEST,ACTION>FacadeService. selectAndSetProtocolTo(InternalContext<REQUEST,ACTION> ctx)<REQUEST,ACTION>
InternalContext<REQUEST,ACTION>ProtocolSelector. selectProtocolFor(InternalContext<REQUEST,ACTION> ctx, ProtocolAction protocolAction, Map<String,? extends ACTION> actionBeans)Methods in de.adorsys.opba.protocol.facade.services with parameters of type InternalContext Modifier and Type Method Description protected ServiceContext<REQUEST>FacadeService. addRequestScopedFor(REQUEST request, InternalContext<REQUEST,ACTION> ctx)protected InternalContext<REQUEST,ACTION>FacadeService. selectAndSetProtocolTo(InternalContext<REQUEST,ACTION> ctx)<REQUEST,ACTION>
InternalContext<REQUEST,ACTION>ProtocolSelector. selectProtocolFor(InternalContext<REQUEST,ACTION> ctx, ProtocolAction protocolAction, Map<String,? extends ACTION> actionBeans) -
Uses of InternalContext in de.adorsys.opba.protocol.facade.services.context
Methods in de.adorsys.opba.protocol.facade.services.context that return InternalContext Modifier and Type Method Description <REQUEST extends FacadeServiceableGetter,ACTION>
InternalContext<REQUEST,ACTION>ServiceContextProvider. provide(REQUEST request)<REQUEST extends FacadeServiceableGetter,ACTION>
InternalContext<REQUEST,ACTION>ServiceContextProviderForFintech. provide(REQUEST request)Methods in de.adorsys.opba.protocol.facade.services.context with parameters of type InternalContext Modifier and Type Method Description <REQUEST extends FacadeServiceableGetter,ACTIONS>
ServiceContext<REQUEST>ServiceContextProvider. provideRequestScoped(REQUEST request, InternalContext<REQUEST,ACTIONS> ctx)<REQUEST extends FacadeServiceableGetter,ACTION>
ServiceContext<REQUEST>ServiceContextProviderForFintech. provideRequestScoped(REQUEST request, InternalContext<REQUEST,ACTION> ctx)
-