| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.ds.custombuilder | |
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.impl.builder | |
| org.apache.axiom.om.impl.util | |
| org.apache.axiom.soap |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OMDocument |
interface |
OMElement
A particular kind of node that represents an element infoset information item.
|
interface |
OMSourcedElement
Element whose data is backed by an arbitrary Java object.
|
| Modifier and Type | Method and Description |
|---|---|
OMContainer |
OMNode.getParent()
Returns the parent containing node.
|
| Modifier and Type | Method and Description |
|---|---|
OMComment |
OMFactory.createOMComment(OMContainer parent,
String content)
Creates a comment.
|
OMDocType |
OMFactory.createOMDocType(OMContainer parent,
String content)
Creates DocType/DTD.
|
OMElement |
OMFactory.createOMElement(QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder) |
OMProcessingInstruction |
OMFactory.createOMProcessingInstruction(OMContainer parent,
String piTarget,
String piData)
Creates a PI.
|
OMText |
OMFactory.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
OMText source)
Create OMText node that is a copy of the source text node
|
OMText |
OMFactory.createOMText(OMContainer parent,
QName text) |
OMText |
OMFactory.createOMText(OMContainer parent,
QName text,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
String text)
Creates a new
OMText node with the given value and appends it to the given parent
element. |
OMText |
OMFactory.createOMText(OMContainer parent,
String text,
int type) |
OMText |
OMFactory.createOMText(OMContainer parent,
String s,
String mimeType,
boolean optimize) |
OMText |
OMFactory.createOMText(String contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
OMElement |
ByteArrayCustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OMContainerEx
Interface OMContainerEx
Internal Implementation detail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMNodeEx.setParent(OMContainer element) |
| Constructor and Description |
|---|
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode)
When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the
OMXMLparserWrapper of the input) and the Element Node to start parsing.
|
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache)
Constructor OMStAXWrapper.
|
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache,
boolean preserveNamespaceContext)
Constructor OMStAXWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
OMElement |
CustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory)
Create an OMElement for this whole subtree.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OMSerializerUtil.serializeChildren(OMContainer container,
XMLStreamWriter writer,
boolean cache) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message.
|
interface |
SOAPEnvelope
Interface SOAPEnvelope
|
interface |
SOAPFault
An element in the
SOAPBody object that contains error and/or status information. |
interface |
SOAPFaultClassifier
Common superinterface for
SOAPFaultCode and SOAPFaultSubCode. |
interface |
SOAPFaultCode |
interface |
SOAPFaultDetail
The Detail element information item is intended for carrying application specific error
information related to the SOAP Body .
|
interface |
SOAPFaultNode |
interface |
SOAPFaultReason |
interface |
SOAPFaultRole
The Role element information item identifies the role the node was operating in at the point the
fault occurred.
|
interface |
SOAPFaultSubCode |
interface |
SOAPFaultText |
interface |
SOAPFaultValue |
interface |
SOAPHeader
Interface SOAPHeader
|
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope.
|
interface |
SOAPMessage |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.