Uses of Interface
com.helger.phase4.dump.IAS4IncomingDumper
Packages that use IAS4IncomingDumper
-
Uses of IAS4IncomingDumper in com.helger.phase4.dump
Classes in com.helger.phase4.dump that implement IAS4IncomingDumperModifier and TypeClassDescriptionclassAbstractAS4IncomingDumperWithHeaders<IMPLTYPE extends AbstractAS4IncomingDumperWithHeaders<IMPLTYPE>>Abstract version ofIAS4IncomingDumperthat emits all headers on the output stream.classSimple file based version ofIAS4IncomingDumper.classA simpleIAS4IncomingDumperthat can be used for a single transmission and dumps it to theOutputStreamprovided in the constructor.Methods in com.helger.phase4.dump that return IAS4IncomingDumperModifier and TypeMethodDescriptionstatic @Nullable IAS4IncomingDumperAS4DumpManager.getIncomingDumper()Methods in com.helger.phase4.dump with parameters of type IAS4IncomingDumperModifier and TypeMethodDescriptionstatic @NonNull InputStreamAS4DumpManager.getIncomingDumpAwareInputStream(@Nullable IAS4IncomingDumper aIncomingDumper, @NonNull InputStream aRequestInputStream, @NonNull IAS4IncomingMessageMetadata aMessageMetadata, @NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull com.helger.base.wrapper.Wrapper<OutputStream> aDumpOSHolder) static voidAS4DumpManager.setIncomingDumper(@Nullable IAS4IncomingDumper aIncomingDumper) Set the incoming dumper to be globally used. -
Uses of IAS4IncomingDumper in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming that return IAS4IncomingDumperModifier and TypeMethodDescriptionfinal @Nullable IAS4IncomingDumperAS4RequestHandler.getIncomingDumper()Methods in com.helger.phase4.incoming with parameters of type IAS4IncomingDumperModifier and TypeMethodDescriptionstatic voidAS4IncomingHandler.parseAS4Message(@NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull AS4ResourceHelper aResHelper, @NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull InputStream aPayloadIS, @NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull AS4IncomingHandler.IAS4ParsedMessageCallback aParsedMessageCallback, @Nullable IAS4IncomingDumper aIncomingDumper) static @Nullable Ebms3SignalMessageAS4IncomingHandler.parseSignalMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, @NonNull IAS4PModeResolver aPModeResolver, @NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull IAS4IncomingProfileSelector aAS4ProfileSelector, @NonNull AS4ResourceHelper aResHelper, @Nullable IPMode aSendingPMode, @NonNull Locale aLocale, @NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull org.apache.hc.core5.http.HttpResponse aHttpResponse, byte @NonNull [] aMessagePayload, @Nullable IAS4IncomingDumper aIncomingDumper, @NonNull IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, @NonNull IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, @Nullable IAS4SignalMessageConsumer aSignalMsgConsumer) static @Nullable Ebms3UserMessageAS4IncomingHandler.parseUserMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, @NonNull IAS4PModeResolver aPModeResolver, @NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull IAS4IncomingProfileSelector aAS4ProfileSelector, @NonNull AS4ResourceHelper aResHelper, @Nullable IPMode aSendingPMode, @NonNull Locale aLocale, @NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull org.apache.hc.core5.http.HttpResponse aHttpResponse, byte @NonNull [] aMessagePayload, @Nullable IAS4IncomingDumper aIncomingDumper, @NonNull IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, @NonNull IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, @Nullable IAS4UserMessageConsumer aUserMsgConsumer) static @NonNull com.helger.base.state.ESuccessAS4IncomingHandler.parseUserOrSignalMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, @NonNull IAS4PModeResolver aPModeResolver, @NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull IAS4IncomingProfileSelector aAS4ProfileSelector, @NonNull AS4ResourceHelper aResHelper, @Nullable IPMode aSendingPMode, @NonNull Locale aLocale, @NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull org.apache.hc.core5.http.HttpResponse aHttpResponse, byte @NonNull [] aMessagePayload, @Nullable IAS4IncomingDumper aIncomingDumper, @NonNull IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, @NonNull IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, @Nullable IAS4UserMessageConsumer aUserMsgConsumer, @Nullable IAS4SignalMessageConsumer aSignalMsgConsumer) final @NonNull AS4RequestHandlerAS4RequestHandler.setIncomingDumper(@Nullable IAS4IncomingDumper aIncomingDumper) Set the specific dumper for incoming messages. -
Uses of IAS4IncomingDumper in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as IAS4IncomingDumperModifier and TypeFieldDescriptionprotected IAS4IncomingDumperAbstractAS4MessageBuilder.m_aIncomingDumperMethods in com.helger.phase4.sender that return IAS4IncomingDumperModifier and TypeMethodDescriptionfinal @Nullable IAS4IncomingDumperAbstractAS4MessageBuilder.incomingDumper()Methods in com.helger.phase4.sender with parameters of type IAS4IncomingDumperModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4MessageBuilder.incomingDumper(@Nullable IAS4IncomingDumper aIncomingDumper) Set a specific incoming dumper for this builder.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)