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 @NonNull AS4RequestHandlerAS4RequestHandler.setCryptoFactory(@NonNull IAS4CryptoFactory aCryptoFactory) Set the same crypto factory for signing and crypting.final @NonNull AS4RequestHandlerAS4RequestHandler.setCryptoFactoryCrypt(@NonNull IAS4CryptoFactory aCryptoFactoryCrypt) Set the crypto factory crypting.final @NonNull AS4RequestHandlerAS4RequestHandler.setCryptoFactorySign(@NonNull IAS4CryptoFactory aCryptoFactorySign) Set the crypto factory for signing.final @NonNull AS4RequestHandlerAS4RequestHandler.setErrorConsumer(@Nullable IAS4RequestHandlerErrorConsumer aErrorConsumer) Set an optional error consumer that is invoked with all errors determined during message processing.final @NonNull AS4RequestHandlerAS4RequestHandler.setIncomingAttachmentFactory(@NonNull IAS4IncomingAttachmentFactory aIAF) final @NonNull AS4RequestHandlerAS4RequestHandler.setIncomingDumper(@Nullable IAS4IncomingDumper aIncomingDumper) Set the specific dumper for incoming messages.final @NonNull AS4RequestHandlerAS4RequestHandler.setIncomingProfileSelector(@NonNull IAS4IncomingProfileSelector aIncomingProfileSelector) Set the AS4 profile selector for incoming messages.final @NonNull AS4RequestHandlerAS4RequestHandler.setIncomingReceiverConfiguration(@NonNull IAS4IncomingReceiverConfiguration aIRC) final @NonNull AS4RequestHandlerAS4RequestHandler.setIncomingSecurityConfiguration(@NonNull IAS4IncomingSecurityConfiguration aICS) final @NonNull AS4RequestHandlerSet the error for EBMS error messages.final @NonNull AS4RequestHandlerAS4RequestHandler.setOutgoingDumper(@Nullable IAS4OutgoingDumper aOutgoingDumper) Set the specific dumper for outgoing messages.final @NonNull AS4RequestHandlerAS4RequestHandler.setPModeResolver(@NonNull IAS4PModeResolver aPModeResolver) final @NonNull AS4RequestHandlerAS4RequestHandler.setProcessorSupplier(@NonNull Supplier<? extends com.helger.collection.commons.ICommonsList<IAS4IncomingMessageProcessorSPI>> aProcessorSupplier) Set a different processor supplierfinal @NonNull AS4RequestHandlerAS4RequestHandler.setRetryCallback(@Nullable IAS4RetryCallback aRetryCallback) Set the HTTP retry callback for outgoing messages.final @NonNull AS4RequestHandlerAS4RequestHandler.setSoapProcessingFinalizedCallback(@Nullable 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(@NonNull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @NonNull AS4UnifiedResponse aUnifiedResponse, @NonNull AS4RequestHandler aRequestHandler) Called after the message was handled, and no exception was thrown.voidIAS4ServletRequestHandlerCustomizer.customizeBeforeHandling(@NonNull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @NonNull AS4UnifiedResponse aUnifiedResponse, @NonNull AS4RequestHandler aRequestHandler) Called before the message is handled.