Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl | |
org.apache.axiom.soap |
Modifier and Type | Interface and Description |
---|---|
interface |
OMAttribute
Interface OMAttribute
|
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 | Interface and Description |
---|---|
interface |
OMAttributeEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
interface |
OMElementEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
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.
|
Copyright © The Apache Software Foundation. All Rights Reserved.