Package org.apache.ws.util

Examples of org.apache.ws.util.SAAJ2StringConverter


    * @return a string represntation of the SOAP node
    */
   public static String toString( Node soap_node )
   throws SOAPException
   {
      return ( new SAAJ2StringConverter(  ).toString( soap_node ) );
   }
View Full Code Here

TOP

Related Classes of org.apache.ws.util.SAAJ2StringConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.