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

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

public class OMDOMMetaFactory
extends AbstractOMMetaFactory

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()
           
 SOAPFactory getSOAP11Factory()
           
 SOAPFactory getSOAP12Factory()
           
 
Methods inherited from class org.apache.axiom.om.impl.AbstractOMMetaFactory
createOMBuilder, createOMBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilder
 
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()

getSOAP11Factory

public SOAPFactory getSOAP11Factory()

getSOAP12Factory

public SOAPFactory getSOAP12Factory()


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