< prev index next >

src/java.xml.ws/share/classes/javax/xml/soap/SOAPFactory.java

Print this page

        

*** 62,72 **** * {@code domElement} argument. The concrete type of the return value * will depend on the name of the {@code domElement} argument. If any * part of the tree rooted in {@code domElement} violates SOAP rules, a * {@code SOAPException} will be thrown. * ! * @param domElement - the {@code Element} to be copied. * * @return a new {@code SOAPElement} that is a copy of {@code domElement}. * * @exception SOAPException if there is an error in creating the * {@code SOAPElement} object --- 62,72 ---- * {@code domElement} argument. The concrete type of the return value * will depend on the name of the {@code domElement} argument. If any * part of the tree rooted in {@code domElement} violates SOAP rules, a * {@code SOAPException} will be thrown. * ! * @param domElement the {@code Element} to be copied. * * @return a new {@code SOAPElement} that is a copy of {@code domElement}. * * @exception SOAPException if there is an error in creating the * {@code SOAPElement} object
< prev index next >