public class OMLinkedListMetaFactory extends AbstractOMMetaFactory
| Constructor and Description |
|---|
OMLinkedListMetaFactory() |
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
createSOAPMessage(OMXMLParserWrapper builder)
Create a
SOAPMessage not linked to a particular SOAPFactory. |
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.
|
createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createOMBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilderpublic OMFactory getOMFactory()
OMMetaFactorypublic SOAPFactory getSOAP11Factory()
OMMetaFactorypublic SOAPFactory getSOAP12Factory()
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().builder - the builderSOAPMessage instanceCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.