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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPElementFactory.java38 * @deprecated - Use <code>javax.xml.soap.SOAPFactory</code> for creating SOAPElements.
39 * @see javax.xml.soap.SOAPFactory
43 private SOAPFactory soapFactory;
45 private SOAPElementFactory(SOAPFactory soapFactory) {
63 * javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
66 * @see javax.xml.soap.SOAPFactory#createElement(javax.xml.soap.Name)
67 * @see javax.xml.soap.SOAPFactory#createElement(javax.xml.namespace.QName)
87 * javax.xml.soap.SOAPFactory.createElement(String localName) instead
89 * @see javax.xml.soap.SOAPFactory#createElement(java.lang.String)
109 * javax.xml.soap.SOAPFactory
[all...]
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...]
H A DSAAJMetaFactory.java32 * The implementations of <code>newInstance()</code> methods (in SOAPFactory and MessageFactory)
101 * Creates a <code>SOAPFactory</code> object for
106 * SOAPFactory
111 protected abstract SOAPFactory newSOAPFactory(String protocol)
H A DFactoryFinder.java231 SOAPFactory.DEFAULT_SOAP_FACTORY.equals(className) ||
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DSOAPBinding.java31 import javax.xml.soap.SOAPFactory;
98 * Gets the SAAJ <code>SOAPFactory</code> instance used by this SOAP binding.
100 * @return SOAPFactory instance used by this SOAP binding.
102 public SOAPFactory getSOAPFactory();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSAAJMetaFactoryImpl.java31 import javax.xml.soap.SOAPFactory;
63 protected SOAPFactory newSOAPFactory(String protocol)
75 new Object[] {protocol, "SOAPFactory"});
77 " specified for creating SOAPFactory");
H A DSOAPFactoryImpl.java45 public abstract class SOAPFactoryImpl extends SOAPFactory {
57 new Object[] {"tagName","SOAPFactory.createElement"});
69 new Object[] {"name","SOAPFactory.createElement"});
78 new Object[] {"qname","SOAPFactory.createElement"});
94 new Object[] {"localName","SOAPFactory.createElement"});
108 new Object[] {"localName","SOAPFactory.createName"});
121 new Object[] {"localName","SOAPFactory.createName"});
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DSOAPVersion.java35 import javax.xml.soap.SOAPFactory;
121 * SAAJ {@link SOAPFactory} for this SOAP version.
123 public final SOAPFactory saajSoapFactory;
166 saajSoapFactory = SOAPFactory.newInstance(saajFactoryString);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DSOAPBindingImpl.java40 import javax.xml.soap.SOAPFactory;
182 public SOAPFactory getSOAPFactory() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelper.java51 import javax.xml.soap.SOAPFactory;
273 SOAPFactory factory;
302 SOAPFactory factory;

Completed in 40 milliseconds