|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.soap.SOAPMessage
com.ibm.websphere.webservices.soap.IBMSOAPMessage
public abstract class IBMSOAPMessage
This is a marker interface. IBM value-add methods may be added to this class in the future.
SOAPMessage
Field Summary | |
---|---|
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. |
Fields inherited from class javax.xml.soap.SOAPMessage |
---|
CHARACTER_SET_ENCODING, WRITE_XML_DECLARATION |
Constructor Summary | |
---|---|
IBMSOAPMessage()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.xml.soap.SOAPMessage |
---|
addAttachmentPart, countAttachments, createAttachmentPart, createAttachmentPart, createAttachmentPart, getAttachment, getAttachments, getAttachments, getContentDescription, getMimeHeaders, getProperty, getSOAPPart, removeAllAttachments, removeAttachments, saveChanges, saveRequired, setContentDescription, setProperty, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ENABLE_LEGACY_GETSOAP_BEHAVIOR
Constructor Detail |
---|
public IBMSOAPMessage()
Method Detail |
---|
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 retrieved
javax.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 retrieved
javax.xml.soap.SOAPException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |