Modifier and Type | Method and Description |
---|---|
byte[] |
Canonicalizer.canonicalizeSubtree(OMElement element)
Canonicalizes the subtree rooted by
element . |
byte[] |
Canonicalizer.canonicalizeSubtree(OMElement element,
String inclusiveNamespaces)
Canonicalizes the subtree rooted by
element . |
Constructor and Description |
---|
AttrImpl(Object o,
OMElement parent,
WrapperFactory fac) |
ElementImpl(OMElement e,
WrapperFactory fac) |
NamedNodeMapImpl(List list,
OMElement parent,
WrapperFactory fac) |
Modifier and Type | Method and Description |
---|---|
Attr |
WrapperFactory.getAttribute(Object o,
OMElement parent) |
Modifier and Type | Interface and Description |
---|---|
interface |
OMSourcedElement
Element whose data is backed by an arbitrary Java object.
|
Modifier and Type | Method and Description |
---|---|
OMElement |
OMElement.cloneOMElement()
Clones this element and its descendants using default options.
|
OMElement |
OMFactory.createOMElement(QName qname)
Create an element with the given
QName . |
OMElement |
OMFactory.createOMElement(QName qname,
OMContainer parent)
Create an element with the given
QName and parent. |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns)
Create an element with the given name.
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
Create an element with the given name and parent.
|
OMElement |
OMFactory.createOMElement(String localName,
String namespaceURI,
String prefix)
Create an element with the given name.
|
OMElement |
OMXMLParserWrapper.getDocumentElement()
Get the document element, i.e.
|
OMElement |
OMXMLParserWrapper.getDocumentElement(boolean discardDocument)
Get the document element, optionally discarding the document.
|
OMElement |
OMContainer.getFirstChildWithName(QName qname)
Returns the first child in document order that matches the given QName.
|
OMElement |
OMElement.getFirstElement()
Returns the first child element of the element.
|
OMElement |
OMDocument.getOMDocumentElement()
Get the document element.
|
OMElement |
OMAttribute.getOwner()
Returns the owner element of this attribute
|
Modifier and Type | Method and Description |
---|---|
void |
OMXMLParserWrapper.discard(OMElement el)
Deprecated.
Use
OMNode.discard() to discard elements. |
void |
OMDocument.setOMDocumentElement(OMElement documentElement)
Set the document element of the XML document.
|
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 |
OMElementEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
Modifier and Type | Method and Description |
---|---|
protected OMElement |
StAXOMBuilder.constructNode(OMContainer parent,
String elementName)
Instantiate the appropriate
OMElement implementation for the current element. |
OMElement |
CustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory)
Create an OMElement for this whole subtree.
|
protected OMElement |
SAXOMBuilder.createNextElement(String localName) |
OMElement |
OMFactoryEx.createOMElement(String localName,
OMContainer parent,
OMXMLParserWrapper builder) |
OMElement |
SAXOMBuilder.getDocumentElement() |
OMElement |
StAXOMBuilder.getDocumentElement() |
OMElement |
SAXOMBuilder.getDocumentElement(boolean discardDocument) |
OMElement |
StAXOMBuilder.getDocumentElement(boolean discardDocument) |
OMElement |
SAXOMBuilder.getRootElement()
Get the root element of the Axiom tree built by this content handler.
|
Modifier and Type | Method and Description |
---|---|
void |
StAXBuilder.discard(OMElement element) |
void |
SAXOMBuilder.discard(OMElement el) |
protected void |
StAXBuilder.processAttributes(OMElement node)
Method processAttributes.
|
protected abstract void |
StAXBuilder.processNamespaceData(OMElement node)
Method processNamespaceData.
|
protected void |
StAXOMBuilder.processNamespaceData(OMElement node)
Method processNamespaceData.
|
Constructor and Description |
---|
StAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element)
Constructor linked to existing element.
|
StAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element,
String characterEncoding)
Constructor linked to existing element.
|
XOPAwareStAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IElement |
Modifier and Type | Method and Description |
---|---|
static NamespaceContext |
OMElementImplUtil.getNamespaceContext(OMElement element,
boolean detached) |
static String |
OMElementImplUtil.getText(OMElement element) |
static Reader |
OMElementImplUtil.getTextAsStream(OMElement element,
boolean cache) |
static void |
OMElementImplUtil.writeTextTo(OMElement element,
Writer out,
boolean cache) |
Constructor and Description |
---|
NamespaceIterator(OMElement element) |
OMChildElementIterator(OMElement currentChild)
Constructor OMChildrenIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementImpl
Implementation of the org.w3c.dom.Element and org.apache.axiom.om.Element interfaces.
|
Modifier and Type | Method and Description |
---|---|
OMElement |
ElementImpl.cloneOMElement() |
protected OMElement |
ElementImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
OMElement |
ParentNode.getFirstChildWithName(QName elementQName)
Returns the first OMElement child node.
|
OMElement |
ElementImpl.getFirstElement()
Returns the first Element node.
|
OMElement |
DocumentImpl.getOMDocumentElement() |
OMElement |
AttrImpl.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentImpl.setOMDocumentElement(OMElement documentElement) |
Modifier and Type | Method and Description |
---|---|
OMElement |
OMDOMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMDOMFactory.createOMElement(QName qname)
Create an OMElement with the given QName
If the QName contains a prefix, we will ensure that an OMNamespace is created mapping the
given namespace to the given prefix.
|
OMElement |
OMDOMFactory.createOMElement(QName qname,
OMContainer parent)
Creates a new OMDOM Element node and adds it to the given parent.
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder.
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns) |
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMDOMFactory.createOMElement(String localName,
String namespaceURI,
String prefix) |
Modifier and Type | Method and Description |
---|---|
OMElement |
OMResult.getRootElement() |
Constructor and Description |
---|
OMSource(OMElement element) |
Modifier and Type | Class and Description |
---|---|
class |
OMElementImpl
Class OMElementImpl
|
class |
OMSourcedElementImpl
Element backed by an arbitrary data source.
|
Modifier and Type | Field and Description |
---|---|
protected OMElement |
OMAttributeImpl.owner |
Modifier and Type | Method and Description |
---|---|
OMElement |
OMSourcedElementImpl.cloneOMElement() |
OMElement |
OMElementImpl.cloneOMElement() |
protected OMElement |
OMSourcedElementImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
OMElementImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
OMElement |
OMSourcedElementImpl.getFirstChildWithName(QName elementQName) |
OMElement |
OMDocumentImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName.
|
OMElement |
OMElementImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName.
|
OMElement |
OMSourcedElementImpl.getFirstElement() |
OMElement |
OMElementImpl.getFirstElement()
Gets first element.
|
OMElement |
OMDocumentImpl.getOMDocumentElement() |
OMElement |
OMAttributeImpl.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
OMDocumentImpl.setOMDocumentElement(OMElement documentElement) |
Modifier and Type | Method and Description |
---|---|
OMElement |
OMLinkedListImplFactory.createOMElement(QName qname)
Create an OMElement with the given QName
If the QName contains a prefix, we will ensure that an OMNamespace is created mapping the
given namespace to the given prefix.
|
OMElement |
OMLinkedListImplFactory.createOMElement(QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement.
|
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns)
Method createOMElement.
|
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent) |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
String namespaceURI,
String prefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLComparator.compare(OMElement elementOne,
OMElement elementTwo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OMXMLReader.AttributesAdapter.setAttributes(OMElement element) |
Constructor and Description |
---|
OMChildElementIterator(OMElement currentChild)
Deprecated.
Constructor OMChildrenIterator.
|
Modifier and Type | Method and Description |
---|---|
static void |
OMSerializerUtil.serializeAttributes(OMElement element,
XMLStreamWriter writer)
Deprecated.
Consider using serializeStartpart instead
|
static void |
OMSerializerUtil.serializeByPullStream(OMElement element,
XMLStreamWriter writer) |
static void |
OMSerializerUtil.serializeByPullStream(OMElement element,
XMLStreamWriter writer,
boolean cache) |
static void |
OMSerializerUtil.serializeNamespaces(OMElement element,
XMLStreamWriter writer)
Deprecated.
Use serializeStartpart instead
|
static void |
OMSerializerUtil.serializeNormal(OMElement element,
XMLStreamWriter writer,
boolean cache)
Method serializeNormal.
|
static void |
OMSerializerUtil.serializeStartpart(OMElement element,
String localName,
XMLStreamWriter writer)
Method serializeStartpart.
|
static void |
OMSerializerUtil.serializeStartpart(OMElement element,
XMLStreamWriter writer)
Method serializeStartpart.
|
Modifier and Type | Method and Description |
---|---|
static OMElement |
ElementHelper.getChildWithName(OMElement parent,
String childName)
Deprecated.
please use OMElement.getFirstChildWithName(qname) instead!
|
static OMElement |
ElementHelper.importOMElement(OMElement omElement,
OMFactory omFactory)
Some times two OMElements needs to be added to the same object tree.
|
static OMElement |
AXIOMUtil.stringToOM(OMFactory omFactory,
String xmlFragment)
Create an OMElement from an XML fragment given as a string.
|
static OMElement |
AXIOMUtil.stringToOM(String xmlFragment)
Create an OMElement from an XML fragment given as a string.
|
Modifier and Type | Method and Description |
---|---|
Collection |
DigestGenerator.getAttributesWithoutNS(OMElement element)
Gets the collection of attributes which are none namespace declarations for an OMElement
|
static OMElement |
ElementHelper.getChildWithName(OMElement parent,
String childName)
Deprecated.
please use OMElement.getFirstChildWithName(qname) instead!
|
byte[] |
DigestGenerator.getDigest(OMElement element,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMElement
|
String |
DigestGenerator.getExpandedName(OMElement element)
This method is an overloaded method for getting the expanded name namespaceURI followed by
the local name for OMElement
|
static Reader |
ElementHelper.getTextAsStream(OMElement element,
boolean cache)
Deprecated.
Use
getTextAsStream(boolean) instead. |
static void |
AttributeHelper.importOMAttribute(OMAttribute omAttribute,
OMElement omElement)
In Axiom, a single tree should always contain objects created from the same type of factory
(eg: LinkedListImplFactory, DOMFactory, etc.,).
|
static OMElement |
ElementHelper.importOMElement(OMElement omElement,
OMFactory omFactory)
Some times two OMElements needs to be added to the same object tree.
|
static long |
CommonUtils.logDebug(OMElement om,
org.apache.commons.logging.Log log)
Writes the om to a log.debug.
|
static long |
CommonUtils.logDebug(OMElement om,
org.apache.commons.logging.Log log,
int limit)
Writes the om to a log.debug.
|
static long |
CommonUtils.logDebug(OMElement om,
org.apache.commons.logging.Log log,
int limit,
OMOutputFormat format)
Writes the om to a log.debug.
|
static void |
ElementHelper.setNewElement(OMElement parent,
OMElement myElement,
OMElement newElement) |
static SOAPHeaderBlock |
ElementHelper.toSOAPHeaderBlock(OMElement omElement,
SOAPFactory factory)
This is a method to convert regular OMElements to SOAPHeaderBlocks.
|
static void |
ElementHelper.writeTextTo(OMElement element,
Writer out,
boolean cache)
Deprecated.
Use
writeTextTo(Writer, boolean) instead. |
Constructor and Description |
---|
ElementHelper(OMElement element)
Constructs and binds to an element.
|
Modifier and Type | Method and Description |
---|---|
static Object |
JAXBUtils.unmarshal(JAXBContext context,
OMElement element,
boolean cache)
Unmarshal the given element.
|
Modifier and Type | Method and Description |
---|---|
void |
AXIOMXPath.addNamespaces(OMElement element)
Add the namespace declarations of a given
OMElement to the namespace
context of an XPath expression. |
Constructor and Description |
---|
AXIOMXPath(OMElement element,
String xpathExpr)
Construct an XPath expression from a given string and initialize its
namespace context based on a given element.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPFaultDetail.addDetailEntry(OMElement detailElement) |
Modifier and Type | Method and Description |
---|---|
protected OMElement |
StAXSOAPModelBuilder.constructNode(OMContainer parent,
String elementName) |
OMElement |
SOAP11BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel) |
abstract OMElement |
SOAPBuilderHelper.handleEvent(XMLStreamReader parser,
OMElement element,
int elementLevel) |
OMElement |
SOAP12BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel) |
Modifier and Type | Method and Description |
---|---|
OMElement |
SOAP11BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel) |
abstract OMElement |
SOAPBuilderHelper.handleEvent(XMLStreamReader parser,
OMElement element,
int elementLevel) |
OMElement |
SOAP12BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel) |
Modifier and Type | Method and Description |
---|---|
protected OMElement |
SOAPEnvelopeImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement) |
protected abstract void |
SOAPElement.checkParent(OMElement parent)
This has to be implemented by all the derived classes to check for the correct parent.
|
protected void |
SOAPEnvelopeImpl.checkParent(OMElement parent) |
protected void |
SOAPHeaderImpl.checkParent(OMElement parent) |
protected void |
SOAPBodyImpl.checkParent(OMElement parent) |
protected abstract void |
SOAPHeaderBlockImpl.checkParent(OMElement parent) |
protected void |
SOAPFaultImpl.setNewElement(OMElement myElement,
OMElement newElement) |
Constructor and Description |
---|
SOAPElement(OMElement parent,
String localName,
boolean extractNamespaceFromParent,
SOAPFactory factory) |
SOAPFaultReasonImpl(OMElement parent,
boolean extractNamespaceFromParent,
SOAPFactory factory) |
SOAPFaultSubCodeImpl(OMElement parent,
String localName,
SOAPFactory factory) |
SOAPFaultValueImpl(OMElement parent,
SOAPFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected OMElement |
SOAP11FaultDetailImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11FaultValueImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11FaultRoleImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11BodyImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11HeaderBlockImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11FaultImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11FaultReasonImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11FaultTextImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11FaultSubCodeImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11FaultCodeImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP11HeaderImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
Modifier and Type | Method and Description |
---|---|
protected void |
SOAP11FaultDetailImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultValueImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultRoleImpl.checkParent(OMElement parent) |
protected void |
SOAP11HeaderBlockImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultReasonImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultTextImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultSubCodeImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultCodeImpl.checkParent(OMElement parent) |
Constructor and Description |
---|
SOAP11FaultValueImpl(OMElement parent,
SOAPFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected OMElement |
SOAP12BodyImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultReasonImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12HeaderBlockImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12HeaderImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultNodeImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultRoleImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultValueImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultSubCodeImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultTextImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultCodeImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
protected OMElement |
SOAP12FaultDetailImpl.createClone(OMCloneOptions options,
ParentNode targetParent,
boolean generateNSDecl) |
Modifier and Type | Method and Description |
---|---|
protected void |
SOAP12FaultReasonImpl.checkParent(OMElement parent) |
protected void |
SOAP12HeaderBlockImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultNodeImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultRoleImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultValueImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultSubCodeImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultTextImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultCodeImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultDetailImpl.checkParent(OMElement parent) |
Constructor and Description |
---|
SOAP12FaultValueImpl(OMElement parent,
SOAPFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
SOAPBodyImpl
Class SOAPBodyImpl
|
class |
SOAPElement |
class |
SOAPEnvelopeImpl
Class SOAPEnvelopeImpl
|
class |
SOAPFaultCodeImpl |
class |
SOAPFaultDetailImpl |
class |
SOAPFaultImpl
Class SOAPFaultImpl
|
class |
SOAPFaultNodeImpl |
class |
SOAPFaultReasonImpl |
class |
SOAPFaultRoleImpl |
class |
SOAPFaultSubCodeImpl |
class |
SOAPFaultTextImpl |
class |
SOAPFaultValueImpl |
class |
SOAPHeaderBlockImpl
Class SOAPHeaderBlockImpl
|
class |
SOAPHeaderImpl
A class representing the SOAP Header, primarily allowing access to the contained HeaderBlocks.
|
Modifier and Type | Method and Description |
---|---|
protected OMElement |
SOAPFaultCodeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultNodeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultTextImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultReasonImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultDetailImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultRoleImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPEnvelopeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPHeaderImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultSubCodeImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPBodyImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPHeaderBlockImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
protected OMElement |
SOAPFaultValueImpl.createClone(OMCloneOptions options,
OMContainer targetParent) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement) |
protected abstract void |
SOAPElement.checkParent(OMElement parent)
This has to be implemented by all the derived classes to check for the correct parent.
|
protected void |
SOAPEnvelopeImpl.checkParent(OMElement parent) |
protected void |
SOAPHeaderImpl.checkParent(OMElement parent) |
protected void |
SOAPBodyImpl.checkParent(OMElement parent) |
protected abstract void |
SOAPHeaderBlockImpl.checkParent(OMElement parent) |
protected void |
SOAPFaultImpl.setNewElement(OMElement myElement,
OMElement newElement) |
void |
SOAPMessageImpl.setOMDocumentElement(OMElement rootElement) |
Constructor and Description |
---|
SOAPElement(OMElement parent,
String localName,
boolean extractNamespaceFromParent,
SOAPFactory factory) |
SOAPFaultReasonImpl(OMElement parent,
boolean extractNamespaceFromParent,
SOAPFactory factory) |
SOAPFaultSubCodeImpl(OMElement parent,
String localName,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAPFaultSubCodeImpl(OMElement parent,
String localName,
SOAPFactory factory) |
SOAPFaultValueImpl(OMElement parent,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAPFaultValueImpl(OMElement parent,
SOAPFactory factory) |
SOAPFaultValueImpl(OMElement parent,
String localName,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAPFaultValueImpl(String localName,
OMElement parent,
SOAPFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
SOAP11BodyImpl |
class |
SOAP11FaultCodeImpl |
class |
SOAP11FaultDetailImpl |
class |
SOAP11FaultImpl |
class |
SOAP11FaultReasonImpl |
class |
SOAP11FaultRoleImpl |
class |
SOAP11FaultSubCodeImpl |
class |
SOAP11FaultTextImpl |
class |
SOAP11FaultValueImpl |
class |
SOAP11HeaderBlockImpl |
class |
SOAP11HeaderImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
SOAP11FaultDetailImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultValueImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultRoleImpl.checkParent(OMElement parent) |
protected void |
SOAP11HeaderBlockImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultReasonImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultTextImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultSubCodeImpl.checkParent(OMElement parent) |
protected void |
SOAP11FaultCodeImpl.checkParent(OMElement parent) |
Constructor and Description |
---|
SOAP11FaultValueImpl(OMElement parent,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAP11FaultValueImpl(OMElement parent,
SOAPFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
SOAP12BodyImpl |
class |
SOAP12FaultCodeImpl |
class |
SOAP12FaultDetailImpl |
class |
SOAP12FaultImpl |
class |
SOAP12FaultNodeImpl |
class |
SOAP12FaultReasonImpl |
class |
SOAP12FaultRoleImpl |
class |
SOAP12FaultSubCodeImpl |
class |
SOAP12FaultTextImpl |
class |
SOAP12FaultValueImpl |
class |
SOAP12HeaderBlockImpl |
class |
SOAP12HeaderImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
SOAP12FaultReasonImpl.checkParent(OMElement parent) |
protected void |
SOAP12HeaderBlockImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultNodeImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultRoleImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultValueImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultSubCodeImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultTextImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultCodeImpl.checkParent(OMElement parent) |
protected void |
SOAP12FaultDetailImpl.checkParent(OMElement parent) |
Constructor and Description |
---|
SOAP12FaultValueImpl(OMElement parent,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAP12FaultValueImpl(OMElement parent,
SOAPFactory factory) |
Modifier and Type | Method and Description |
---|---|
abstract OMElement |
CreateOMElementVariant.createOMElement(OMFactory factory,
OMContainer parent,
String localName,
String namespaceURI,
String prefix)
Create an
OMElement . |
Modifier and Type | Field and Description |
---|---|
protected OMElement |
OMSourcedElementTest.root |
Modifier and Type | Method and Description |
---|---|
static void |
OMTestUtils.walkThrough(OMElement element) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.