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 |
---|---|
SOAPFactory |
OMMetaFactory.getSOAP11Factory()
Get the OM factory instance for the SOAP 1.1 infoset model.
|
static SOAPFactory |
OMAbstractFactory.getSOAP11Factory()
Get the default SOAP 1.1 OM factory instance.
|
SOAPFactory |
OMMetaFactory.getSOAP12Factory()
Get the OM factory instance for the SOAP 1.2 infoset model.
|
static SOAPFactory |
OMAbstractFactory.getSOAP12Factory()
Get the default SOAP 1.2 OM factory instance.
|
Modifier and Type | Method and Description |
---|---|
SOAPModelBuilder |
OMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
SOAPFactory soapFactory,
InputSource rootPart,
MimePartProvider mimePartProvider)
Create an MTOM aware object model builder.
|
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 | Interface and Description |
---|---|
interface |
SOAP12FactoryEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
interface |
SOAPFactoryEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
Modifier and Type | Method and Description |
---|---|
SOAPFactory |
StAXSOAPModelBuilder.getSOAPFactory() |
Constructor and Description |
---|
MTOMStAXSOAPModelBuilder(SOAPFactory soapFactory,
javax.xml.stream.XMLStreamReader reader,
MimePartProvider mimePartProvider,
Detachable detachable,
Closeable closeable)
For internal use only.
|
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
String soapVersion)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
StAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
String soapVersion)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
StAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
String soapVersion,
Detachable detachable,
Closeable closeable)
For internal use only.
|
Copyright © The Apache Software Foundation. All Rights Reserved.