Uses of Interface
com.helger.phase4.sender.IAS4RawResponseConsumer
Packages that use IAS4RawResponseConsumer
-
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
Classes in com.helger.phase4.sender that implement IAS4RawResponseConsumerModifier and TypeClassDescriptionclassAbstractAS4RawResponseConsumer<IMPLTYPE extends AbstractAS4RawResponseConsumer<IMPLTYPE>>Abstract base implementation ofIAS4RawResponseConsumerto provide basic customizability.Fields in com.helger.phase4.sender declared as IAS4RawResponseConsumerModifier and TypeFieldDescriptionprotected IAS4RawResponseConsumerAbstractAS4MessageBuilder.m_aResponseConsumerMethods in com.helger.phase4.sender that return IAS4RawResponseConsumerModifier and TypeMethodDescriptiondefault @NonNull IAS4RawResponseConsumerIAS4RawResponseConsumer.and(@Nullable IAS4RawResponseConsumer rhs) Chain this instance with another instance of the same type.static @Nullable IAS4RawResponseConsumerIAS4RawResponseConsumer.and(@Nullable IAS4RawResponseConsumer lhs, @Nullable IAS4RawResponseConsumer rhs) Chain two instances of the same type to a single instance.final @Nullable IAS4RawResponseConsumerAbstractAS4MessageBuilder.rawResponseConsumer()Methods in com.helger.phase4.sender with parameters of type IAS4RawResponseConsumerModifier and TypeMethodDescriptiondefault @NonNull IAS4RawResponseConsumerIAS4RawResponseConsumer.and(@Nullable IAS4RawResponseConsumer rhs) Chain this instance with another instance of the same type.static @Nullable IAS4RawResponseConsumerIAS4RawResponseConsumer.and(@Nullable IAS4RawResponseConsumer lhs, @Nullable IAS4RawResponseConsumer rhs) Chain two instances of the same type to a single instance.final @NonNull IMPLTYPEAbstractAS4MessageBuilder.rawResponseConsumer(@Nullable IAS4RawResponseConsumer aRaweResponseConsumer) Set an optional handler for the synchronous result message received from the other side.static voidAS4BidirectionalClientHelper.sendAS4PullRequestAndReceiveAS4UserMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, @NonNull IAS4PModeResolver aPModeResolver, @NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull IAS4IncomingProfileSelector aIncomingProfileSelector, @NonNull AS4ClientPullRequestMessage aClientPullRequest, @NonNull Locale aLocale, @NonNull String sURL, @Nullable IAS4ClientBuildMessageCallback aBuildMessageCallback, @Nullable IAS4OutgoingDumper aOutgoingDumper, @Nullable IAS4IncomingDumper aIncomingDumper, @NonNull IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, @NonNull IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, @Nullable IAS4RetryCallback aRetryCallback, @Nullable IAS4RawResponseConsumer aResponseConsumer, @Nullable IAS4UserMessageConsumer aUserMsgConsumer, @Nullable IPMode aPMode) static voidAS4BidirectionalClientHelper.sendAS4PullRequestAndReceiveAS4UserOrSignalMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, @NonNull IAS4PModeResolver aPModeResolver, @NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull IAS4IncomingProfileSelector aIncomingProfileSelector, @NonNull AS4ClientPullRequestMessage aClientPullRequest, @NonNull Locale aLocale, @NonNull String sURL, @Nullable IAS4ClientBuildMessageCallback aBuildMessageCallback, @Nullable IAS4OutgoingDumper aOutgoingDumper, @Nullable IAS4IncomingDumper aIncomingDumper, @NonNull IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, @NonNull IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, @Nullable IAS4RetryCallback aRetryCallback, @Nullable IAS4RawResponseConsumer aResponseConsumer, @Nullable IAS4UserMessageConsumer aUserMsgConsumer, @Nullable IAS4SignalMessageConsumer aSignalMsgConsumer, @Nullable IAS4SignalMessageValidationResultHandler aSignalMsgValidationResultHandler, @Nullable IPMode aPMode) static voidAS4BidirectionalClientHelper.sendAS4UserMessageAndReceiveAS4SignalMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, @NonNull IAS4PModeResolver aPModeResolver, @NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull IAS4IncomingProfileSelector aIncomingProfileSelector, @NonNull AS4ClientUserMessage aClientUserMsg, @NonNull Locale aLocale, @NonNull String sURL, @Nullable IAS4ClientBuildMessageCallback aBuildMessageCallback, @Nullable IAS4OutgoingDumper aOutgoingDumper, @Nullable IAS4IncomingDumper aIncomingDumper, @NonNull IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, @NonNull IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, @Nullable IAS4RetryCallback aRetryCallback, @Nullable IAS4RawResponseConsumer aRawResponseConsumer, @Nullable IAS4SignalMessageConsumer aSignalMsgConsumer, @Nullable IAS4SignalMessageValidationResultHandler aSignalMsgValidationResultHandler)