public interface IAS4Message extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default Document |
getAsSoapDocument()
Create a SOAP document from this message without a payload.
|
Document |
getAsSoapDocument(Node aPayload)
Create a SOAP document from this message with the specified optional
payload.
|
EAS4MessageType |
getMessageType() |
String |
getMessagingID() |
ESoapVersion |
getSoapVersion() |
IAS4Message |
setMustUnderstand(boolean bMustUnderstand)
Set the "mustUnderstand" value depending on the used SOAP version.
|
@Nonnull ESoapVersion getSoapVersion()
null.@Nonnull EAS4MessageType getMessageType()
null.@Nonnull @Nonempty String getMessagingID()
null.@Nonnull IAS4Message setMustUnderstand(boolean bMustUnderstand)
bMustUnderstand - true for must understand, false otherwise.@Nonnull default Document getAsSoapDocument()
@Nonnull Document getAsSoapDocument(@Nullable Node aPayload)
aPayload - The payload to be added into the SOAP body. May be
null.Copyright © 2015–2020 Philip Helger. All rights reserved.