org.apache.axiom.om.impl.dom.factory
Class OMDOMMetaFactory

java.lang.Object
  extended by org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory
All Implemented Interfaces:
OMMetaFactory

public class OMDOMMetaFactory
extends 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.


Constructor Summary
OMDOMMetaFactory()
           
 
Method Summary
 OMFactory getOMFactory()
          Get an OM factory instance for the XML infoset model.
 SOAPFactory getSOAP11Factory()
          Get an OM factory instance for the SOAP 1.1 infoset model.
 SOAPFactory getSOAP12Factory()
          Get an OM factory instance for the SOAP 1.2 infoset model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMDOMMetaFactory

public OMDOMMetaFactory()
Method Detail

getOMFactory

public OMFactory getOMFactory()
Description copied from interface: OMMetaFactory
Get an OM factory instance for the XML infoset model.

Specified by:
getOMFactory in interface OMMetaFactory
Returns:
the OM factory instance

getSOAP11Factory

public SOAPFactory getSOAP11Factory()
Description copied from interface: OMMetaFactory
Get an OM factory instance for the SOAP 1.1 infoset model.

Specified by:
getSOAP11Factory in interface OMMetaFactory
Returns:
the OM factory instance

getSOAP12Factory

public SOAPFactory getSOAP12Factory()
Description copied from interface: OMMetaFactory
Get an OM factory instance for the SOAP 1.2 infoset model.

Specified by:
getSOAP12Factory in interface OMMetaFactory
Returns:
the OM factory instance


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.