Uses of Class
com.helger.phase4.incoming.AS4RequestHandler
Packages that use AS4RequestHandler
-
Uses of AS4RequestHandler in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming that return AS4RequestHandlerModifier and TypeMethodDescriptionfinal AS4RequestHandlerAS4RequestHandler.setCryptoFactory(IAS4CryptoFactory aCryptoFactory) Set the same crypto factory for signing and crypting.final AS4RequestHandlerAS4RequestHandler.setCryptoFactoryCrypt(IAS4CryptoFactory aCryptoFactoryCrypt) Set the crypto factory crypting.final AS4RequestHandlerAS4RequestHandler.setCryptoFactorySign(IAS4CryptoFactory aCryptoFactorySign) Set the crypto factory for signing.final AS4RequestHandlerAS4RequestHandler.setErrorConsumer(IAS4RequestHandlerErrorConsumer aErrorConsumer) Set an optional error consumer that is invoked with all errors determined during message processing.final AS4RequestHandlerAS4RequestHandler.setIncomingAttachmentFactory(IAS4IncomingAttachmentFactory aIAF) 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 AS4RequestHandlerAS4RequestHandler.setIncomingReceiverConfiguration(IAS4IncomingReceiverConfiguration aIRC) final AS4RequestHandlerAS4RequestHandler.setIncomingSecurityConfiguration(IAS4IncomingSecurityConfiguration aICS) final AS4RequestHandlerSet the error for EBMS error messages.final AS4RequestHandlerAS4RequestHandler.setOutgoingDumper(IAS4OutgoingDumper aOutgoingDumper) Set the specific dumper for outgoing messages.final AS4RequestHandlerAS4RequestHandler.setPModeResolver(IAS4PModeResolver aPModeResolver) final AS4RequestHandlerAS4RequestHandler.setProcessorSupplier(Supplier<? extends com.helger.commons.collection.impl.ICommonsList<IAS4IncomingMessageProcessorSPI>> aProcessorSupplier) Set a different processor supplierfinal AS4RequestHandlerAS4RequestHandler.setRetryCallback(IAS4RetryCallback aRetryCallback) Set the HTTP retry callback for outgoing messages.final AS4RequestHandlerAS4RequestHandler.setSoapProcessingFinalizedCallback(IAS4SoapProcessingFinalizedCallback aSoapProcessingFinalizedCB) Set the internal SOAP processing finalized callback. -
Uses of AS4RequestHandler in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet with parameters of type AS4RequestHandlerModifier and TypeMethodDescriptionvoidIAS4ServletRequestHandlerCustomizer.customizeAfterHandling(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aUnifiedResponse, AS4RequestHandler aRequestHandler) Called after the message was handled, and no exception was thrown.voidIAS4ServletRequestHandlerCustomizer.customizeBeforeHandling(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aUnifiedResponse, AS4RequestHandler aRequestHandler) Called before the message is handled.