org.apache.axiom.om.impl.dom.factory
Class OMDOMMetaFactory
java.lang.Object
org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory
- All Implemented Interfaces:
- OMMetaFactory
public class OMDOMMetaFactory
- extends java.lang.Object
- implements OMMetaFactory
Meta factory for the DOOM implementation.
As explained in OMDOMFactory, OM factories for DOOM are not stateless.
Therefore getOMFactory(), getSOAP11Factory() and
getSOAP12Factory() will return a new instance on every invocation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMDOMMetaFactory
public OMDOMMetaFactory()
getOMFactory
public OMFactory getOMFactory()
- Specified by:
getOMFactory in interface OMMetaFactory
getSOAP11Factory
public SOAPFactory getSOAP11Factory()
- Specified by:
getSOAP11Factory in interface OMMetaFactory
getSOAP12Factory
public SOAPFactory getSOAP12Factory()
- Specified by:
getSOAP12Factory in interface OMMetaFactory
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.