public class OMLinkedListMetaFactory extends AbstractOMMetaFactory
Since all OM factories for LLOM are stateless, getOMFactory(),
getSOAP11Factory() and getSOAP12Factory() will return the
same instance on every invocation.
| Constructor and Description |
|---|
OMLinkedListMetaFactory() |
| 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.