public class OMDOMMetaFactory extends AbstractOMMetaFactory implements DOMMetaFactory
| Modifier and Type | Field and Description |
|---|---|
static OMDOMMetaFactory |
INSTANCE |
| Constructor and Description |
|---|
OMDOMMetaFactory() |
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
createSOAPMessage(OMXMLParserWrapper builder)
Create a
SOAPMessage not linked to a particular SOAPFactory. |
DOMImplementation |
getDOMImplementation()
Get the
DOMImplementation instance. |
OMFactory |
getOMFactory()
Get the OM factory instance for the XML infoset model.
|
SOAPFactory |
getSOAP11Factory()
Get the OM factory instance for the SOAP 1.1 infoset model.
|
SOAPFactory |
getSOAP12Factory()
Get the OM factory instance for the SOAP 1.2 infoset model.
|
DocumentBuilderFactory |
newDocumentBuilderFactory()
Create a new
DocumentBuilderFactory. |
createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilderpublic static final OMDOMMetaFactory INSTANCE
public OMFactory getOMFactory()
OMMetaFactorygetOMFactory in interface OMMetaFactorypublic SOAPFactory getSOAP11Factory()
OMMetaFactorygetSOAP11Factory in interface OMMetaFactorypublic SOAPFactory getSOAP12Factory()
OMMetaFactorygetSOAP12Factory in interface OMMetaFactorypublic SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
OMMetaFactoryExSOAPMessage not linked to a particular SOAPFactory. The returned
SOAPMessage instance is expected to resolve the SOAPFactory lazily using a
call to StAXSOAPModelBuilder.getSOAPFactory().createSOAPMessage in interface OMMetaFactoryExbuilder - the builderSOAPMessage instancepublic DocumentBuilderFactory newDocumentBuilderFactory()
DOMMetaFactoryDocumentBuilderFactory. Since Axiom doesn't support non namespace aware
processing, the returned factory is always configured with namespaceAware set to
true (in contrast to the default settings used by
DocumentBuilderFactory.newInstance()).newDocumentBuilderFactory in interface DOMMetaFactorypublic DOMImplementation getDOMImplementation()
DOMMetaFactoryDOMImplementation instance.getDOMImplementation in interface DOMMetaFactoryDOMImplementation instanceCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.