org.apache.axiom.om
Class OMAbstractFactory

java.lang.Object
  extended byorg.apache.axiom.om.OMAbstractFactory

public class OMAbstractFactory
extends java.lang.Object


Field Summary
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
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.