Ejemplo n.º 1
0
 /**
  * Get a byte array representation of this message's SOAPPart.
  *
  * @return the soap part of this message as a <code>byte[]</code>
  * @throws org.apache.axis.AxisFault if creating the byte[] failed
  */
 public byte[] getSOAPPartAsBytes() throws org.apache.axis.AxisFault {
   return mSOAPPart.getAsBytes();
 }