Package org.apache.ws.soap.helper

Examples of org.apache.ws.soap.helper.Dom2SaajConverter


    * @throws javax.xml.soap.SOAPException
    */
   public static SOAPElement toSOAPElement( Element elem )
   throws SOAPException
   {
      return ( new Dom2SaajConverter(  ).toSOAPElement( elem ) );
   }
View Full Code Here

TOP

Related Classes of org.apache.ws.soap.helper.Dom2SaajConverter

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.