| |
|
| java.lang.Object javax.xml.soap.SOAPElementFactory
SOAPElementFactory | public class SOAPElementFactory (Code) | | SOAPElementFactory is a factory for XML fragments that
will eventually end up in the SOAP part. These fragments
can be inserted as children of the SOAPHeader or
SOAPBody or SOAPEnvelope .
Elements created using this factory do not have the properties
of an element that lives inside a SOAP header document. These
elements are copied into the XML document tree when they are
inserted.
See Also: javax.xml.soap.SOAPFactory |
newInstance | public static SOAPElementFactory newInstance() throws SOAPException(Code) | | Creates a new instance of SOAPElementFactory .
a new instance of a SOAPElementFactory exception: SOAPException - if there was an error creating thedefault SOAPElementFactory |
|
|
|