public class OMDOMMetaFactory extends AbstractOMMetaFactory
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 and Description |
|---|
OMDOMMetaFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
createOMBuilder, createOMBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilderpublic OMFactory getOMFactory()
OMMetaFactorypublic SOAPFactory getSOAP11Factory()
OMMetaFactorypublic SOAPFactory getSOAP12Factory()
OMMetaFactoryCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.