public abstract class IBMSOAPMessage
extends javax.xml.soap.SOAPMessage
SOAPMessage
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENABLE_LEGACY_GETSOAP_BEHAVIOR
Determines the behavior of the getSOAPHeader() and getSOAPBody() methods if there is no Header or
Body respectively.
|
Constructor and Description |
---|
IBMSOAPMessage() |
Modifier and Type | Method and Description |
---|---|
javax.xml.soap.SOAPBody |
getSOAPBody()
Gets the SOAP Body contained in this SOAPMessage object.
|
javax.xml.soap.SOAPHeader |
getSOAPHeader()
Gets the SOAP Header contained in this SOAPMessage object.
|
addAttachmentPart, countAttachments, createAttachmentPart, createAttachmentPart, createAttachmentPart, getAttachment, getAttachments, getAttachments, getContentDescription, getMimeHeaders, getProperty, getSOAPPart, removeAllAttachments, removeAttachments, saveChanges, saveRequired, setContentDescription, setProperty, writeTo
public static final java.lang.String ENABLE_LEGACY_GETSOAP_BEHAVIOR
public javax.xml.soap.SOAPHeader getSOAPHeader() throws javax.xml.soap.SOAPException
getSOAPHeader
in class javax.xml.soap.SOAPMessage
SOAPException
- - if the SOAP Header does not exist or cannot be retrievedjavax.xml.soap.SOAPException
public javax.xml.soap.SOAPBody getSOAPBody() throws javax.xml.soap.SOAPException
getSOAPBody
in class javax.xml.soap.SOAPMessage
SOAPException
- - if the SOAP Body does not exist or cannot be retrievedjavax.xml.soap.SOAPException