Uses of Class
com.helger.phase4.servlet.AS4RequestHandler
Packages that use AS4RequestHandler
-
Uses of AS4RequestHandler in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return AS4RequestHandlerModifier and TypeMethodDescriptionfinal AS4RequestHandlerAS4RequestHandler.setErrorConsumer(IAS4RequestHandlerErrorConsumer aErrorConsumer) Set an optional error consumer that is invoked with all errors determined during message processing.final AS4RequestHandlerAS4RequestHandler.setIncomingDumper(IAS4IncomingDumper aIncomingDumper) Set the specific dumper for incoming messages.final AS4RequestHandlerAS4RequestHandler.setIncomingProfileSelector(IAS4IncomingProfileSelector aIncomingProfileSelector) Set the AS4 profile selector for incoming messages.final AS4RequestHandlerSet the error for EBMS error messages.final AS4RequestHandlerAS4RequestHandler.setOutgoingDumper(IAS4OutgoingDumper aOutgoingDumper) Set the specific dumper for outgoing messages.final AS4RequestHandlerAS4RequestHandler.setProcessorSupplier(Supplier<? extends com.helger.commons.collection.impl.ICommonsList<IAS4ServletMessageProcessorSPI>> aProcessorSupplier) Set a different processor supplierfinal AS4RequestHandlerAS4RequestHandler.setRetryCallback(IAS4RetryCallback aRetryCallback) Set the HTTP retry callback for outgoing messages.final AS4RequestHandlerAS4RequestHandler.setSoapProcessingFinalizedCallback(AS4RequestHandler.ISoapProcessingFinalizedCallback aSoapProcessingFinalizedCB) Set the internal SOAP processing finalized callback.Methods in com.helger.phase4.servlet with parameters of type AS4RequestHandlerModifier and TypeMethodDescriptiondefault voidAS4XServletHandler.IHandlerCustomizer.customizeAfterHandling(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aUnifiedResponse, AS4RequestHandler aHandler) Called after the message was handled, and no exception was thrown.voidAS4XServletHandler.IHandlerCustomizer.customizeBeforeHandling(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aUnifiedResponse, AS4RequestHandler aHandler) Called before the message is handled.