Package com.helger.phase4.sender
Class AS4Sender
java.lang.Object
com.helger.phase4.sender.AS4Sender
This class contains all the settings necessary to send AS4 messages using the builder pattern.
See
Please note that this sender DOES NOT apply any profile specific settings.
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe default PullRequest builder.static classThis sending builder enforces the creation of a MIME message by putting the payload as a MIME part. -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull AS4Sender.BuilderPullRequeststatic @NonNull AS4Sender.BuilderUserMessage
-
Method Details
-
builderUserMessage
- Returns:
- Create a new Builder for generic AS4 User Messages. Never
null.
-
builderPullRequest
- Returns:
- Create a new Builder for generic AS4 Pull Requests. Never
null. - Since:
- 0.12.0
-