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, createStAXSOAPModelBuilder
public OMFactory getOMFactory()
OMMetaFactory
public SOAPFactory getSOAP11Factory()
OMMetaFactory
public SOAPFactory getSOAP12Factory()
OMMetaFactory
public SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
OMMetaFactoryEx
SOAPMessage
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–2022 The Apache Software Foundation. All rights reserved.