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

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

public class OMDOMMetaFactory
extends AbstractOMMetaFactory
implements DOMMetaFactory

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()
           
 javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory()
           
 
Methods inherited from class org.apache.axiom.om.impl.common.factory.AbstractOMMetaFactory
createOMBuilder, createOMBuilder, createOMBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.axiom.om.OMMetaFactory
createOMBuilder, createOMBuilder, createOMBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilder
 

Constructor Detail

OMDOMMetaFactory

public OMDOMMetaFactory()
Method Detail

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

newDocumentBuilderFactory

public javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory()
Specified by:
newDocumentBuilderFactory in interface DOMMetaFactory


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