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