Uses of Interface
com.helger.phase4.attachment.IAS4IncomingAttachmentFactory
Packages that use IAS4IncomingAttachmentFactory
-
Uses of IAS4IncomingAttachmentFactory in com.helger.phase4.attachment
Fields in com.helger.phase4.attachment declared as IAS4IncomingAttachmentFactoryModifier and TypeFieldDescriptionstatic final IAS4IncomingAttachmentFactoryIAS4IncomingAttachmentFactory.DEFAULT_INSTANCEThe default instance ofIAS4IncomingAttachmentFactorythat usesWSS4JAttachment.createIncomingFileAttachment(MimeBodyPart, AS4ResourceHelper) -
Uses of IAS4IncomingAttachmentFactory in com.helger.phase4.sender
Methods in com.helger.phase4.sender that return IAS4IncomingAttachmentFactoryMethods in com.helger.phase4.sender with parameters of type IAS4IncomingAttachmentFactoryModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.incomingAttachmentFactory(IAS4IncomingAttachmentFactory aIAF) Set the incoming attachment factory to be used.static voidAS4BidirectionalClientHelper.sendAS4PullRequestAndReceiveAS4UserMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientPullRequestMessage aClientPullRequest, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aResponseConsumer, IAS4UserMessageConsumer aUserMsgConsumer) static voidAS4BidirectionalClientHelper.sendAS4UserMessageAndReceiveAS4SignalMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientUserMessage aClientUserMsg, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aRawResponseConsumer, IAS4SignalMessageConsumer aSignalMsgConsumer) -
Uses of IAS4IncomingAttachmentFactory in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return IAS4IncomingAttachmentFactoryMethods in com.helger.phase4.servlet with parameters of type IAS4IncomingAttachmentFactoryModifier and TypeMethodDescriptionprotected voidAS4XServletHandler.handleRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aHttpResponse, IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingSecurityConfiguration aISC, AS4XServletHandler.IHandlerCustomizer aHandlerCustomizer) Handle an incoming request.static voidAS4IncomingHandler.parseAS4Message(IAS4IncomingAttachmentFactory aIAF, AS4ResourceHelper aResHelper, IAS4IncomingMessageMetadata aMessageMetadata, InputStream aPayloadIS, com.helger.commons.http.HttpHeaderMap aHttpHeaders, AS4IncomingHandler.IAS4ParsedMessageCallback aCallback, IAS4IncomingDumper aIncomingDumper) static Ebms3SignalMessageAS4IncomingHandler.parseSignalMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aAS4ProfileSelector, AS4ResourceHelper aResHelper, IPMode aSendingPMode, Locale aLocale, IAS4IncomingMessageMetadata aMessageMetadata, org.apache.hc.core5.http.HttpResponse aHttpResponse, byte[] aResponsePayload, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4SignalMessageConsumer aSignalMsgConsumer) static Ebms3UserMessageAS4IncomingHandler.parseUserMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aAS4ProfileSelector, AS4ResourceHelper aResHelper, IPMode aSendingPMode, Locale aLocale, IAS4IncomingMessageMetadata aMessageMetadata, org.apache.hc.core5.http.HttpResponse aHttpResponse, byte[] aResponsePayload, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4UserMessageConsumer aUserMsgConsumer) final AS4XServletHandlerAS4XServletHandler.setIncomingAttachmentFactory(IAS4IncomingAttachmentFactory aIAF) Constructors in com.helger.phase4.servlet with parameters of type IAS4IncomingAttachmentFactoryModifierConstructorDescriptionAS4RequestHandler(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIncomingAttachmentFactory, IAS4IncomingSecurityConfiguration aIncomingSecurityConfig, IAS4IncomingMessageMetadata aMessageMetadata) AS4XServletHandler(Supplier<? extends IAS4CryptoFactory> aCryptoFactorySupplier, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF) Deprecated, for removal: This API element is subject to removal in a future version.Please use the default constructors and setters