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, createStAXSOAPModelBuilder
public OMFactory getOMFactory()
OMMetaFactory
public SOAPFactory getSOAP11Factory()
OMMetaFactory
public SOAPFactory getSOAP12Factory()
OMMetaFactory
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.