Class AS4Sender

java.lang.Object
com.helger.phase4.sender.AS4Sender

@Immutable public final class AS4Sender extends Object
This class contains all the settings necessary to send AS4 messages using the builder pattern. See Builder.sendMessage and Builder.sendMessage as the main methods to trigger the sending, with all potential customization.
Please note that this sender DOES NOT apply any profile specific settings.
Since:
0.10.0
Author:
Philip Helger
  • Method Details

    • builderUserMessage

      public static @NonNull AS4Sender.BuilderUserMessage builderUserMessage()
      Returns:
      Create a new Builder for generic AS4 User Messages. Never null.
    • builderPullRequest

      public static @NonNull AS4Sender.BuilderPullRequest builderPullRequest()
      Returns:
      Create a new Builder for generic AS4 Pull Requests. Never null.
      Since:
      0.12.0