Ejemplo n.º 1
0
 /**
  * Get this message's SOAPPart as a SOAPEnvelope.
  *
  * @return a SOAPEnvelope containing this message's SOAPPart
  * @throws AxisFault if this failed
  */
 public SOAPEnvelope getSOAPEnvelope() throws AxisFault {
   return mSOAPPart.getAsSOAPEnvelope();
 }