| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.impl.util | |
| org.apache.axiom.soap | |
| org.apache.axiom.soap.impl.builder |
| Modifier and Type | Method and Description |
|---|---|
OMNamespace |
OMFactory.createOMNamespace(String uri,
String prefix)
Create an
OMNamespace instance or retrieve an existing one if the factory supports
pooling. |
OMNamespace |
OMElement.declareDefaultNamespace(String uri)
This will declare a default namespace for this element explicitly
|
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declares a namespace with the element as its scope.
|
OMNamespace |
OMElement.declareNamespace(String uri,
String prefix)
Creates a namespace in the current element scope.
|
OMNamespace |
OMElement.findNamespace(String uri,
String prefix)
Finds a namespace with the given uri and prefix, in the scope of the hierarchy.
|
OMNamespace |
OMElement.findNamespaceURI(String prefix)
Checks for a namespace in the context of this element with the given prefix and returns the
relevant namespace object, if available.
|
OMNamespace |
OMElement.getDefaultNamespace()
This will retrieve the default namespace of this element, if available.
|
OMNamespace |
OMElement.getNamespace()
Get the namespace this element is part of.
|
OMNamespace |
OMText.getNamespace()
Deprecated.
This API is going away. Please use getTextAsQName() instead.
|
OMNamespace |
OMAttribute.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
OMAttribute |
OMElement.addAttribute(String localName,
String value,
OMNamespace ns)
Adds an attribute to this element.
|
OMAttribute |
OMFactory.createOMAttribute(String localName,
OMNamespace ns,
String value) |
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Construct element with arbitrary data source.
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns)
Create an element with the given name.
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder) |
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declares a namespace with the element as its scope.
|
void |
OMElement.setNamespace(OMNamespace namespace)
Sets the Namespace.
|
void |
OMElement.setNamespaceWithNoFindInCurrentScope(OMNamespace namespace)
This will not search the namespace in the scope nor will declare in the current element, as
in setNamespace(OMNamespace).
|
void |
OMAttribute.setOMNamespace(OMNamespace omNamespace) |
| Modifier and Type | Class and Description |
|---|---|
class |
OMNamespaceImpl
Class OMNamespaceImpl
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OMSerializerUtil.serializeNamespace(OMNamespace namespace,
XMLStreamWriter writer)
Deprecated.
Use serializeStartpart instead
|
| Modifier and Type | Method and Description |
|---|---|
OMNamespace |
SOAPBody.getFirstElementNS()
Retrieves the OMNamespace of the first element in the body.
|
OMNamespace |
SOAPFactory.getNamespace() |
OMNamespace |
SOAPEnvelope.getSOAPBodyFirstElementNS()
Retrieves the OMNamespace of the first element in the body.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new
SOAPHeaderBlock object initialized with the specified name and
adds it to this SOAPHeader object. |
SOAPEnvelope |
SOAPFactory.createSOAPEnvelope(OMNamespace ns) |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns) |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds)
Create SOAPHeaderBlock that has an OMDataSource
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
OMNamespace |
StAXSOAPModelBuilder.getEnvelopeNamespace() |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.