org.jboss.axis.message
Class SOAPMessageAxisImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPMessage (src) 
      extended byorg.jboss.axis.message.SOAPMessageImpl (src) 
          extended byorg.jboss.axis.message.SOAPMessageAxisImpl
Direct Known Subclasses:
Message (src)

public class SOAPMessageAxisImpl
extends SOAPMessageImpl (src)

This is a temporary placeholder during refactoring. Methods that do not belong to the SOAP package will be pulled up to this class and eventually be replaced by the super implementation.


Field Summary
 
Fields inherited from class org.jboss.axis.message.SOAPMessageImpl (src)
headers, mAttachments, mSOAPPart
 
Fields inherited from class javax.xml.soap.SOAPMessage (src)
CHARACTER_SET_ENCODING, WRITE_XML_DECLARATION
 
Constructor Summary
SOAPMessageAxisImpl()
           
 
Methods inherited from class org.jboss.axis.message.SOAPMessageImpl (src)
addAttachmentPart, countAttachments, createAttachmentPart, getAttachments, getAttachments, getContentDescription, getMimeHeaders, getProperty, getSOAPBody, getSOAPHeader, getSOAPPart, removeAllAttachments, saveChanges, saveRequired, setContentDescription, setProperty, writeTo
 
Methods inherited from class javax.xml.soap.SOAPMessage (src)
createAttachmentPart, createAttachmentPart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMessageAxisImpl

public SOAPMessageAxisImpl()