Uses of Class
org.apache.axis2.saaj.SOAPMessageImpl

Packages that use SOAPMessageImpl
org.apache.axis2.saaj   
 

Uses of SOAPMessageImpl in org.apache.axis2.saaj
 

Methods in org.apache.axis2.saaj that return SOAPMessageImpl
 SOAPMessageImpl SOAPPartImpl.getMessage()
           
 

Methods in org.apache.axis2.saaj with parameters of type SOAPMessageImpl
 void SOAPPartImpl.setMessage(SOAPMessageImpl msg)
          Set the Message for this Part.
 

Constructors in org.apache.axis2.saaj with parameters of type SOAPMessageImpl
SOAPPartImpl(SOAPMessageImpl parent, java.lang.Object initialContents, boolean isBodyStream)