Uses of Interface
org.apache.axiom.om.OMSerializable
Packages that use OMSerializable
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMSerializable in org.apache.axiom.om
Subinterfaces of OMSerializable in org.apache.axiom.omModifier and TypeInterfaceDescriptioninterface
Interface OMCommentinterface
Captures the operations related to containment shared by both a document and an element.interface
Interface OMDocTypeinterface
interface
A particular kind of node that represents an element infoset information item.interface
Represents an unexpanded entity reference in an XML document.interface
Defines the base interface used by most of the XML object model within Axis.interface
Interface OMProcessingInstructioninterface
Element whose data is backed by an arbitrary Java object.interface
Represents character data in an XML document.Methods in org.apache.axiom.om that return types with arguments of type OMSerializableModifier and TypeMethodDescriptionIterator<? extends OMSerializable>
OMContainer.getDescendants
(boolean includeSelf) Get an iterator over all descendants of the container.OMDocument.getDescendants
(boolean includeSelf) Get an iterator over all descendants of the container. -
Uses of OMSerializable in org.apache.axiom.soap
Subinterfaces of OMSerializable in org.apache.axiom.soapModifier and TypeInterfaceDescriptioninterface
An object that represents the contents of the SOAP body element in a SOAP message.interface
Interface SOAPEnvelopeinterface
An element in theSOAPBody
object that contains error and/or status information.interface
Common superinterface forSOAPFaultCode
andSOAPFaultSubCode
.interface
interface
The Detail element information item is intended for carrying application specific error information related to the SOAP Body .interface
interface
interface
The Role element information item identifies the role the node was operating in at the point the fault occurred.interface
interface
interface
interface
Interface SOAPHeaderinterface
An object representing the contents in the SOAP header part of the SOAP envelope.interface