Package com.helger.phase4.sender
Class Phase4Sender
java.lang.Object
com.helger.phase4.sender.Phase4Sender
This class contains all the settings necessary to send AS4 messages using the
builder pattern. See
Builder.sendMessage as the main method to
trigger the sending, with all potential customization.- 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 TypeMethodDescription
-
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
-