| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.impl.dom.factory | |
| org.apache.axiom.om.impl.llom | |
| org.apache.axiom.om.impl.llom.factory | |
| org.apache.axiom.soap | |
| org.apache.axiom.soap.impl.llom | |
| org.apache.axiom.soap.impl.llom.soap11 | |
| org.apache.axiom.soap.impl.llom.soap12 |
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
QName qname)
Construct element with arbitrary data source.
|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Construct element with arbitrary data source.
|
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMDOMFactory.createOMElement(OMDataSource source,
QName qname)
Unsupported.
|
OMSourcedElement |
OMDOMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns) |
| Modifier and Type | Class and Description |
|---|---|
class |
OMSourcedElementImpl
Element backed by an arbitrary data source.
|
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMLinkedListImplFactory.createOMElement(OMDataSource source,
QName qname)
Construct element with arbitrary data source.
|
OMSourcedElement |
OMLinkedListImplFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Construct element with arbitrary data source.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPHeaderBlockImpl
Class SOAPHeaderBlockImpl
|
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP11HeaderBlockImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP12HeaderBlockImpl |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.