org.apache.axiom.om
Class OMAbstractFactory

java.lang.Object
  extended by org.apache.axiom.om.OMAbstractFactory

public class OMAbstractFactory
extends java.lang.Object


Field Summary
private static java.lang.String DEFAULT_OM_FACTORY_CLASS_NAME
           
private static java.lang.String DEFAULT_SOAP11_FACTORY_CLASS_NAME
           
private static java.lang.String DEFAULT_SOAP12_FACTORY_CLASS_NAME
           
private static OMFactory defaultOMFactory
           
private static SOAPFactory defaultSOAP11OMFactory
           
private static SOAPFactory defaultSOAP12OMFactory
           
static java.lang.String OM_FACTORY_NAME_PROPERTY
           
static java.lang.String SOAP11_FACTORY_NAME_PROPERTY
           
static java.lang.String SOAP12_FACTORY_NAME_PROPERTY
           
 
Constructor Summary
OMAbstractFactory()
           
 
Method Summary
static OMFactory getOMFactory()
           
static SOAPFactory getSOAP11Factory()
          Gets the default factory implementation from the classpath.
static SOAPFactory getSOAP12Factory()
          Gets the default factory implementation from the classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OMAbstractFactory

public OMAbstractFactory()
Method Detail

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.