org.apache.axiom.om.impl.dom.factory
Class OMDOMMetaFactory
java.lang.Object
org.apache.axiom.om.impl.common.factory.AbstractOMMetaFactory
org.apache.axiom.om.impl.dom.factory.OMDOMMetaFactory
- All Implemented Interfaces:
- DOMMetaFactory, OMMetaFactory, OMMetaFactoryEx
public class OMDOMMetaFactory
- extends AbstractOMMetaFactory
- implements DOMMetaFactory
Meta factory for the DOOM implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final OMDOMMetaFactory INSTANCE
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
createSOAPMessage
public SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
- Specified by:
createSOAPMessage in interface OMMetaFactoryEx
newDocumentBuilderFactory
public javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory()
- Specified by:
newDocumentBuilderFactory in interface DOMMetaFactory
getDOMImplementation
public org.w3c.dom.DOMImplementation getDOMImplementation()
- Specified by:
getDOMImplementation in interface DOMMetaFactory
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.