Searched refs:SAAJMetaFactory (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSAAJMetaFactory.java33 * that existed in SAAJ 1.2 have been updated to also delegate to the SAAJMetaFactory when the SAAJ 1.2
37 * SAAJMetaFactory is a service provider interface. There are no public methods on this
44 public abstract class SAAJMetaFactory { class
51 * Creates a new instance of a concrete <code>SAAJMetaFactory</code> object.
52 * The SAAJMetaFactory is an SPI, it pulls the creation of the other factories together into a
53 * single place. Changing out the SAAJMetaFactory has the effect of changing out the entire SAAJ
54 * implementation. Service providers provide the name of their <code>SAAJMetaFactory</code>
57 * This method uses the following ordered lookup procedure to determine the SAAJMetaFactory implementation class to load:
68 * @return a concrete <code>SAAJMetaFactory</code> object
69 * @exception SOAPException if there is an error in creating the <code>SAAJMetaFactory</cod
84 protected SAAJMetaFactory() { } method in class:SAAJMetaFactory
[all...]
H A DMessageFactory.java87 * <LI> Use the SAAJMetaFactory instance to locate the MessageFactory implementation class.
96 * @see SAAJMetaFactory
127 * This method uses the SAAJMetaFactory to locate the implementation class
141 * @see SAAJMetaFactory
145 return SAAJMetaFactory.getInstance().newMessageFactory(protocol);
H A DSOAPFactory.java251 * <LI> Use the SAAJMetaFactory instance to locate the SOAPFactory implementation class.
258 * @see SAAJMetaFactory
277 * the specified implementation, this method uses the SAAJMetaFactory to
291 * @see SAAJMetaFactory
296 return SAAJMetaFactory.getInstance().newSOAPFactory(protocol);
H A DFactoryFinder.java233 SAAJMetaFactory.DEFAULT_META_FACTORY_CLASS.equals(className);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSAAJMetaFactoryImpl.java28 import javax.xml.soap.SAAJMetaFactory;
39 public class SAAJMetaFactoryImpl extends SAAJMetaFactory {

Completed in 31 milliseconds