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
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.
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.