Package com.helger.phase4.model.message
Class AS4UserMessage
java.lang.Object
com.helger.phase4.model.message.AbstractAS4Message<AS4UserMessage>
com.helger.phase4.model.message.AS4UserMessage
- All Implemented Interfaces:
com.helger.commons.traits.IGenericImplTrait<AS4UserMessage>,IAS4Message
AS4 user message
- Author:
- Philip Helger
-
Field Summary
Fields inherited from class com.helger.phase4.model.message.AbstractAS4Message
m_aMessaging -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AS4UserMessagecreate(Ebms3MessageInfo aEbms3MessageInfo, Ebms3PayloadInfo aEbms3PayloadInfo, Ebms3CollaborationInfo aEbms3CollaborationInfo, Ebms3PartyInfo aEbms3PartyInfo, Ebms3MessageProperties aEbms3MessageProperties, String sMPC, ESoapVersion eSoapVersion) static AS4UserMessagecreate(ESoapVersion eSoapVersion, Ebms3UserMessage aUserMessage) final Ebms3UserMessageMethods inherited from class com.helger.phase4.model.message.AbstractAS4Message
getAsSoapDocument, getMessageType, getMessagingID, getSoapVersion, setMustUnderstand, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.phase4.model.message.IAS4Message
getAsSoapDocumentMethods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsT
-
Constructor Details
-
AS4UserMessage
-
-
Method Details
-
getEbms3UserMessage
- Returns:
- The
Ebms3UserMessagepassed in the constructor. Nevernull.
-
create
@Nonnull public static AS4UserMessage create(@Nonnull ESoapVersion eSoapVersion, @Nonnull Ebms3UserMessage aUserMessage) -
create
@Nonnull public static AS4UserMessage create(@Nonnull Ebms3MessageInfo aEbms3MessageInfo, @Nullable Ebms3PayloadInfo aEbms3PayloadInfo, @Nonnull Ebms3CollaborationInfo aEbms3CollaborationInfo, @Nonnull Ebms3PartyInfo aEbms3PartyInfo, @Nullable Ebms3MessageProperties aEbms3MessageProperties, @Nullable String sMPC, @Nonnull ESoapVersion eSoapVersion)
-