| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.util | |
| org.apache.axiom.soap.impl.builder |
| Modifier and Type | Method and Description |
|---|---|
static SOAPFactory |
OMAbstractFactory.getSOAP11Factory()
Get the default SOAP 1.1 OM factory instance.
|
SOAPFactory |
OMMetaFactory.getSOAP11Factory()
Get an OM factory instance for the SOAP 1.1 infoset model.
|
static SOAPFactory |
OMAbstractFactory.getSOAP12Factory()
Get the default SOAP 1.2 OM factory instance.
|
SOAPFactory |
OMMetaFactory.getSOAP12Factory()
Get an OM factory instance for the SOAP 1.2 infoset model.
|
| Modifier and Type | Method and Description |
|---|---|
static SOAPHeaderBlock |
ElementHelper.toSOAPHeaderBlock(OMElement omElement,
SOAPFactory factory)
This is a method to convert regular OMElements to SOAPHeaderBlocks.
|
| Modifier and Type | Method and Description |
|---|---|
protected SOAPFactory |
StAXSOAPModelBuilder.getSoapFactory() |
| Constructor and Description |
|---|
MTOMStAXSOAPModelBuilder(XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
String soapVersion) |
StAXSOAPModelBuilder(XMLStreamReader parser,
SOAPFactory factory,
String soapVersion)
Constructor.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.