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.incoming
Methods in com.helger.phase4.incoming that return IAS4RetryCallbackMethods in com.helger.phase4.incoming with parameters of type IAS4RetryCallbackModifier and TypeMethodDescriptionfinal AS4RequestHandlerAS4RequestHandler.setRetryCallback(IAS4RetryCallback aRetryCallback) Set the HTTP retry callback for outgoing messages. -
Uses of IAS4RetryCallback in com.helger.phase4.messaging.http
Methods in com.helger.phase4.messaging.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 that return IAS4RetryCallbackModifier and TypeMethodDescriptionfinal IAS4RetryCallbackAbstractAS4MessageBuilder.retryCallback()Methods 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 aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IAS4PModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientPullRequestMessage aClientPullRequest, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aResponseConsumer, IAS4UserMessageConsumer aUserMsgConsumer, IPMode aPMode) static voidAS4BidirectionalClientHelper.sendAS4PullRequestAndReceiveAS4UserOrSignalMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IAS4PModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientPullRequestMessage aClientPullRequest, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aResponseConsumer, IAS4UserMessageConsumer aUserMsgConsumer, IAS4SignalMessageConsumer aSignalMsgConsumer, IAS4SignalMessageValidationResultHandler aSignalMsgValidationResultHandler, IPMode aPMode) static voidAS4BidirectionalClientHelper.sendAS4UserMessageAndReceiveAS4SignalMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IAS4PModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientUserMessage aClientUserMsg, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aRawResponseConsumer, IAS4SignalMessageConsumer aSignalMsgConsumer, IAS4SignalMessageValidationResultHandler aSignalMsgValidationResultHandler)