org.apache.axiom.om
Class OMAbstractFactory
java.lang.Object
org.apache.axiom.om.OMAbstractFactory
public class OMAbstractFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OM_FACTORY_NAME_PROPERTY
public static final java.lang.String OM_FACTORY_NAME_PROPERTY
- See Also:
- Constant Field Values
SOAP11_FACTORY_NAME_PROPERTY
public static final java.lang.String SOAP11_FACTORY_NAME_PROPERTY
- See Also:
- Constant Field Values
SOAP12_FACTORY_NAME_PROPERTY
public static final java.lang.String SOAP12_FACTORY_NAME_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_OM_FACTORY_CLASS_NAME
private static final java.lang.String DEFAULT_OM_FACTORY_CLASS_NAME
- See Also:
- Constant Field Values
DEFAULT_SOAP11_FACTORY_CLASS_NAME
private static final java.lang.String DEFAULT_SOAP11_FACTORY_CLASS_NAME
- See Also:
- Constant Field Values
DEFAULT_SOAP12_FACTORY_CLASS_NAME
private static final java.lang.String DEFAULT_SOAP12_FACTORY_CLASS_NAME
- See Also:
- Constant Field Values
defaultOMFactory
private static OMFactory defaultOMFactory
defaultSOAP11OMFactory
private static SOAPFactory defaultSOAP11OMFactory
defaultSOAP12OMFactory
private static SOAPFactory defaultSOAP12OMFactory
OMAbstractFactory
public OMAbstractFactory()
getOMFactory
public static OMFactory getOMFactory()
getSOAP11Factory
public static SOAPFactory getSOAP11Factory()
- Gets the default factory implementation from the classpath.
- Returns:
- Returns SOAPFactory.
getSOAP12Factory
public static SOAPFactory getSOAP12Factory()
- Gets the default factory implementation from the classpath.
- Returns:
- Returns SOAPFactory.