Uses of Interface
com.helger.phase4.dump.IAS4OutgoingDumper
Packages that use IAS4OutgoingDumper
Package
Description
-
Uses of IAS4OutgoingDumper in com.helger.phase4.client
Methods in com.helger.phase4.client with parameters of type IAS4OutgoingDumperModifier and TypeMethodDescriptionfinal <T> AS4ClientSentMessage<T>AbstractAS4Client.sendMessageWithRetries(String sURL, org.apache.hc.core5.http.io.HttpClientResponseHandler<? extends T> aResponseHandler, IAS4ClientBuildMessageCallback aCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4RetryCallback aRetryCallback) Send the AS4 client message created byAbstractAS4Client.buildMessage(String, IAS4ClientBuildMessageCallback)to the provided URL. -
Uses of IAS4OutgoingDumper in com.helger.phase4.dump
Classes in com.helger.phase4.dump that implement IAS4OutgoingDumperModifier and TypeClassDescriptionclassAbstract implementation ofIAS4OutgoingDumperthat always adds the custom headersclassFile based implementation ofIAS4OutgoingDumper.classA simpleIAS4OutgoingDumperthat can be used for a single transmission and dumps it to theOutputStreamprovided in the constructor.Methods in com.helger.phase4.dump that return IAS4OutgoingDumperMethods in com.helger.phase4.dump with parameters of type IAS4OutgoingDumperModifier and TypeMethodDescriptionstatic voidAS4DumpManager.setOutgoingDumper(IAS4OutgoingDumper aOutgoingDumper) Set the outgoing dumper to be globally used. -
Uses of IAS4OutgoingDumper in com.helger.phase4.http
Methods in com.helger.phase4.http with parameters of type IAS4OutgoingDumperModifier and TypeMethodDescriptionprotected static org.apache.hc.core5.http.HttpEntityBasicHttpPoster.createDumpingHttpEntity(IAS4OutgoingDumper aOutgoingDumper, org.apache.hc.core5.http.HttpEntity aSrcEntity, String sMessageID, com.helger.commons.http.HttpHeaderMap aCustomHttpHeaders, int nTry, com.helger.commons.wrapper.Wrapper<OutputStream> aDumpOSHolder) <T> TBasicHttpPoster.sendGenericMessageWithRetries(String sURL, com.helger.commons.http.HttpHeaderMap aCustomHttpHeaders, org.apache.hc.core5.http.HttpEntity aHttpEntity, String sMessageID, HttpRetrySettings aRetrySettings, org.apache.hc.core5.http.io.HttpClientResponseHandler<? extends T> aResponseHandler, IAS4OutgoingDumper aOutgoingDumper, IAS4RetryCallback aRetryCallback) <T> TIHttpPoster.sendGenericMessageWithRetries(String sURL, com.helger.commons.http.HttpHeaderMap aCustomHttpHeaders, org.apache.hc.core5.http.HttpEntity aHttpEntity, String sMessageID, HttpRetrySettings aRetrySettings, org.apache.hc.core5.http.io.HttpClientResponseHandler<? extends T> aResponseHandler, IAS4OutgoingDumper aOutgoingDumper, IAS4RetryCallback aRetryCallback) Send an arbitrary HTTP POST message to the provided URL, using the contained HttpClientFactory as well as the customizer. -
Uses of IAS4OutgoingDumper in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as IAS4OutgoingDumperModifier and TypeFieldDescriptionprotected IAS4OutgoingDumperAbstractAS4MessageBuilder.m_aOutgoingDumperMethods in com.helger.phase4.sender with parameters of type IAS4OutgoingDumperModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.outgoingDumper(IAS4OutgoingDumper aOutgoingDumper) Set a specific outgoing dumper for this builder.static voidAS4BidirectionalClientHelper.sendAS4PullRequestAndReceiveAS4UserMessage(IAS4CryptoFactory aCryptoFactory, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientPullRequestMessage aClientPullRequest, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aResponseConsumer, IAS4UserMessageConsumer aUserMsgConsumer) static voidAS4BidirectionalClientHelper.sendAS4UserMessageAndReceiveAS4SignalMessage(IAS4CryptoFactory aCryptoFactory, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientUserMessage aClientUserMsg, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aResponseConsumer, IAS4SignalMessageConsumer aSignalMsgConsumer) -
Uses of IAS4OutgoingDumper in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return IAS4OutgoingDumperMethods in com.helger.phase4.servlet with parameters of type IAS4OutgoingDumperModifier and TypeMethodDescriptionfinal AS4RequestHandlerAS4RequestHandler.setOutgoingDumper(IAS4OutgoingDumper aOutgoingDumper) Set the specific dumper for outgoing messages. -
Uses of IAS4OutgoingDumper in com.helger.phase4.servlet.dump
Classes in com.helger.phase4.servlet.dump that implement IAS4OutgoingDumper
com.helger.phase4.dump