public class AS4ReceiptMessage extends AbstractAS4Message<AS4ReceiptMessage>
m_aMessaging| Constructor and Description |
|---|
AS4ReceiptMessage(ESoapVersion eSoapVersion,
Ebms3SignalMessage aSignalMessage) |
| Modifier and Type | Method and Description |
|---|---|
static AS4ReceiptMessage |
create(ESoapVersion eSoapVersion,
String sMessageID,
Ebms3UserMessage aEbms3UserMessage,
Node aSoapDocument,
boolean bShouldUseNonRepudiation)
This method creates a receipt message.
|
Ebms3SignalMessage |
getEbms3SignalMessage() |
getAsSoapDocument, getMessageType, getMessagingID, getSoapVersion, setMustUnderstand, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAsSoapDocumentpublic AS4ReceiptMessage(@Nonnull ESoapVersion eSoapVersion, @Nonnull Ebms3SignalMessage aSignalMessage)
@Nonnull public final Ebms3SignalMessage getEbms3SignalMessage()
Ebms3SignalMessage passed in the constructor. Never
null.@Nonnull public static AS4ReceiptMessage create(@Nonnull ESoapVersion eSoapVersion, @Nonnull @Nonempty String sMessageID, @Nullable Ebms3UserMessage aEbms3UserMessage, @Nullable Node aSoapDocument, @Nonnull boolean bShouldUseNonRepudiation)
eSoapVersion - SOAP Version which should be usedsMessageID - Message ID to use. May neither be null nor empty.aEbms3UserMessage - The received usermessage which should be responded tooaSoapDocument - If the SOAPDocument has WSS4j elements and the following parameter
is true NonRepudiation will be used if the message is signedbShouldUseNonRepudiation - If NonRepudiation should be used or notCopyright © 2015–2020 Philip Helger. All rights reserved.