Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.soap |
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 | Interface and Description |
---|---|
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope.
|
Copyright © The Apache Software Foundation. All Rights Reserved.