Ejemplo n.º 1
0
 /**
  * Get a string representation of this message's SOAPPart.
  *
  * @return the soap part of this message as a <code>String</code>
  * @throws org.apache.axis.AxisFault if the stringification failed
  */
 public String getSOAPPartAsString() throws org.apache.axis.AxisFault {
   return mSOAPPart.getAsString();
 }