Uses of Interface
com.helger.phase4.client.IAS4RetryCallback
Packages that use IAS4RetryCallback
Package
Description
-
Uses of IAS4RetryCallback in com.helger.phase4.client
Methods in com.helger.phase4.client with parameters of type IAS4RetryCallbackModifier 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 IAS4RetryCallback in com.helger.phase4.http
Methods in com.helger.phase4.http with parameters of type IAS4RetryCallbackModifier and TypeMethodDescription<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 IAS4RetryCallback in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as IAS4RetryCallbackModifier and TypeFieldDescriptionprotected IAS4RetryCallbackAbstractAS4MessageBuilder.m_aRetryCallbackMethods in com.helger.phase4.sender with parameters of type IAS4RetryCallbackModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.retryCallback(IAS4RetryCallback aRetryCallback) Set an optional handler that is notified if an http sending will be retried.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 IAS4RetryCallback in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return IAS4RetryCallbackMethods in com.helger.phase4.servlet with parameters of type IAS4RetryCallbackModifier and TypeMethodDescriptionfinal AS4RequestHandlerAS4RequestHandler.setRetryCallback(IAS4RetryCallback aRetryCallback) Set the HTTP retry callback for outgoing messages.