| 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 | |
| org.apache.axiom.ts.om.sourcedelement |
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source)
Create a sourced element.
|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
QName qname)
Create a sourced element with a known local name, namespace URI and namespace prefix.
|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Create a sourced element with a known local name and namespace URI.
|
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMDOMFactory.createOMElement(OMDataSource source) |
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 |
|---|---|
protected OMSourcedElement |
OMSourcedElementImpl.createClone(OMCloneOptions options,
OMDataSource ds) |
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMLinkedListImplFactory.createOMElement(OMDataSource source) |
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 | Method and Description |
|---|---|
protected OMSourcedElement |
SOAPHeaderBlockImpl.createClone(OMCloneOptions options,
OMDataSource ds) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP11HeaderBlockImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP12HeaderBlockImpl |
| Modifier and Type | Field and Description |
|---|---|
protected OMSourcedElement |
OMSourcedElementTest.element |
| Modifier and Type | Method and Description |
|---|---|
abstract OMSourcedElement |
OMSourcedElementVariant.createOMSourcedElement(OMFactory factory,
QName qname) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestGetPrefix.runTest(OMSourcedElement element) |
protected void |
TestGetNamespaceURI.runTest(OMSourcedElement element) |
protected void |
TestGetLocalName.runTest(OMSourcedElement element) |
protected abstract void |
LazyNameTestCase.runTest(OMSourcedElement element) |
protected void |
TestGetNamespace.runTest(OMSourcedElement element) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.