Searched defs:SOAPFactory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPFactory.java33 * <code>SOAPFactory</code> is a factory for creating various objects
36 * <code>SOAPFactory</code> can be
42 * <code>SOAPFactory</code> also has methods to create
47 public abstract class SOAPFactory { class
51 * a <code>SOAPFactory</code> implementation class.
54 "javax.xml.soap.SOAPFactory";
57 * Class name of default <code>SOAPFactory</code> implementation.
83 throw new UnsupportedOperationException("createElement(org.w3c.dom.Element) must be overridden by all subclasses of SOAPFactory.");
102 * @see SOAPFactory#createElement(javax.xml.namespace.QName)
122 * @see SOAPFactory#createElemen
[all...]

Completed in 24 milliseconds