Uses of Interface
com.helger.phase4.client.IAS4RawResponseConsumer
Packages that use IAS4RawResponseConsumer
-
Uses of IAS4RawResponseConsumer in com.helger.phase4.client
Classes in com.helger.phase4.client that implement IAS4RawResponseConsumerModifier and TypeClassDescriptionclassAbstractAS4RawResponseConsumer<IMPLTYPE extends AbstractAS4RawResponseConsumer<IMPLTYPE>>Abstract base implementation ofIAS4RawResponseConsumerto provide basic customizability.Methods in com.helger.phase4.client that return IAS4RawResponseConsumerModifier and TypeMethodDescriptiondefault IAS4RawResponseConsumerIAS4RawResponseConsumer.and(IAS4RawResponseConsumer rhs) Chain this instance with another instance of the same type.static IAS4RawResponseConsumerIAS4RawResponseConsumer.and(IAS4RawResponseConsumer lhs, IAS4RawResponseConsumer rhs) Chain two instances of the same type to a single instance.Methods in com.helger.phase4.client with parameters of type IAS4RawResponseConsumerModifier and TypeMethodDescriptiondefault IAS4RawResponseConsumerIAS4RawResponseConsumer.and(IAS4RawResponseConsumer rhs) Chain this instance with another instance of the same type.static IAS4RawResponseConsumerIAS4RawResponseConsumer.and(IAS4RawResponseConsumer lhs, IAS4RawResponseConsumer rhs) Chain two instances of the same type to a single instance. -
Uses of IAS4RawResponseConsumer in com.helger.phase4.dump
Classes in com.helger.phase4.dump that implement IAS4RawResponseConsumerModifier and TypeClassDescriptionclassExample implementation ofIAS4RawResponseConsumerwriting to a file. -
Uses of IAS4RawResponseConsumer in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as IAS4RawResponseConsumerModifier and TypeFieldDescriptionprotected IAS4RawResponseConsumerAbstractAS4MessageBuilder.m_aResponseConsumerMethods in com.helger.phase4.sender with parameters of type IAS4RawResponseConsumerModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.rawResponseConsumer(IAS4RawResponseConsumer aResponseConsumer) Set an optional handler for the synchronous result message received from the other side.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)