com.ibm.websphere.webservices.soap
Class IBMSOAPMessage

java.lang.Object
  extended by javax.xml.soap.SOAPMessage
      extended by com.ibm.websphere.webservices.soap.IBMSOAPMessage
Direct Known Subclasses:
Message

public abstract class IBMSOAPMessage
extends SOAPMessage

This is a marker interface. IBM value-add methods may be added to this class in the future.

See Also:
SOAPMessage

Field Summary
 
Fields inherited from class javax.xml.soap.SOAPMessage
CHARACTER_SET_ENCODING, WRITE_XML_DECLARATION
 
Constructor Summary
IBMSOAPMessage()
           
 
Method Summary
 
Methods inherited from class javax.xml.soap.SOAPMessage
addAttachmentPart, countAttachments, createAttachmentPart, createAttachmentPart, createAttachmentPart, getAttachments, getAttachments, getContentDescription, getMimeHeaders, getProperty, getSOAPBody, getSOAPHeader, getSOAPPart, removeAllAttachments, saveChanges, saveRequired, setContentDescription, setProperty, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBMSOAPMessage

public IBMSOAPMessage()