Uses of Interface
com.helger.phase4.dump.IAS4IncomingDumper
Packages that use IAS4IncomingDumper
-
Uses of IAS4IncomingDumper in com.helger.phase4.dump
Classes in com.helger.phase4.dump that implement IAS4IncomingDumperModifier and TypeClassDescriptionclassAbstract version ofIAS4IncomingDumperthat emits all headers on the output stream.classSimple file based version ofIAS4IncomingDumper.classA simpleIAS4IncomingDumperthat can be used for a single transmission and dumps it to theOutputStreamprovided in the constructor.Methods in com.helger.phase4.dump that return IAS4IncomingDumperMethods in com.helger.phase4.dump with parameters of type IAS4IncomingDumperModifier and TypeMethodDescriptionstatic InputStreamAS4DumpManager.getIncomingDumpAwareInputStream(IAS4IncomingDumper aIncomingDumper, InputStream aRequestInputStream, IAS4IncomingMessageMetadata aMessageMetadata, com.helger.commons.http.HttpHeaderMap aHttpHeaders, com.helger.commons.wrapper.Wrapper<OutputStream> aDumpOSHolder) static voidAS4DumpManager.setIncomingDumper(IAS4IncomingDumper aIncomingDumper) Set the incoming dumper to be globally used. -
Uses of IAS4IncomingDumper in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as IAS4IncomingDumperModifier and TypeFieldDescriptionprotected IAS4IncomingDumperAbstractAS4MessageBuilder.m_aIncomingDumperMethods in com.helger.phase4.sender with parameters of type IAS4IncomingDumperModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.incomingDumper(IAS4IncomingDumper aIncomingDumper) Set a specific incoming dumper for this builder.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 IAS4IncomingDumper in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return IAS4IncomingDumperMethods in com.helger.phase4.servlet with parameters of type IAS4IncomingDumperModifier and TypeMethodDescriptionstatic 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 AS4RequestHandlerAS4RequestHandler.setIncomingDumper(IAS4IncomingDumper aIncomingDumper) Set the specific dumper for incoming messages.