Uses of Interface
org.apache.axiom.om.OMSerializable

Packages that use OMSerializable
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.impl   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.llom   
org.apache.axiom.soap   
org.apache.axiom.soap.impl.llom   
org.apache.axiom.soap.impl.llom.soap11   
org.apache.axiom.soap.impl.llom.soap12   
 

Uses of OMSerializable in org.apache.axiom.om
 

Subinterfaces of OMSerializable in org.apache.axiom.om
 interface OMComment
          Interface OMComment
 interface OMContainer
          Captures the operations related to containment shared by both a document and an element.
 interface OMDocType
          Interface OMDocType
 interface OMDocument
           
 interface OMElement
          A particular kind of node that represents an element infoset information item.
 interface OMNode
          Defines the base interface used by most of the XML object model within Axis.
 interface OMProcessingInstruction
          Interface OMProcessingInstruction
 interface OMSourcedElement
          Element whose data is backed by an arbitrary Java object.
 interface OMText
          Represents character data in an XML document.
 

Uses of OMSerializable in org.apache.axiom.om.impl
 

Subinterfaces of OMSerializable in org.apache.axiom.om.impl
 interface OMContainerEx
          Interface OMContainerEx

Internal Implementation detail.

 interface OMNodeEx
          Interface OMNodeEx

Internal Implementation detail.

 

Fields in org.apache.axiom.om.impl declared as OMSerializable
protected  OMSerializable OMNavigator.node
          Field node
 

Methods in org.apache.axiom.om.impl that return OMSerializable
 OMSerializable OMNavigator.getNext()
          Get the next information item.
 

Methods in org.apache.axiom.om.impl with parameters of type OMSerializable
 void OMNavigator.init(OMSerializable node)
          Method init.
 

Constructors in org.apache.axiom.om.impl with parameters of type OMSerializable
OMNavigator(OMSerializable node)
          Constructor OMNavigator.
 

Uses of OMSerializable in org.apache.axiom.om.impl.dom
 

Classes in org.apache.axiom.om.impl.dom that implement OMSerializable
 class AttrImpl
          Implementation of org.w3c.dom.Attr and org.apache.axiom.om.OMAttribute
 class CDATASectionImpl
           
 class CharacterImpl
          This implements the OMText operations which are to be inherited by TextImpl, CommentImpl, CDATASectionImpl.
 class ChildNode
           
 class CommentImpl
           
 class DocumentFragmentImpl
           
 class DocumentImpl
           
 class DocumentTypeImpl
           
 class ElementImpl
          Implementation of the org.w3c.dom.Element and org.apache.axiom.om.Element interfaces.
 class NodeImpl
           
 class ParentNode
           
 class ProcessingInstructionImpl
           
 class TextImpl
           
 class TextNodeImpl
           
 

Uses of OMSerializable in org.apache.axiom.om.impl.llom
 

Classes in org.apache.axiom.om.impl.llom that implement OMSerializable
 class OMCommentImpl
           
 class OMDocTypeImpl
           
 class OMDocumentImpl
          Class OMDocumentImpl
 class OMElementImpl
          Class OMElementImpl
 class OMNodeImpl
          Class OMNodeImpl
 class OMProcessingInstructionImpl
           
 class OMSerializableImpl
           
 class OMSourcedElementImpl
          Element backed by an arbitrary data source.
 class OMTextImpl
           
 

Uses of OMSerializable in org.apache.axiom.soap
 

Subinterfaces of OMSerializable in org.apache.axiom.soap
 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
           
 

Uses of OMSerializable in org.apache.axiom.soap.impl.llom
 

Classes in org.apache.axiom.soap.impl.llom that implement OMSerializable
 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.
 class SOAPMessageImpl
           
 class SOAPTextImpl
           
 

Uses of OMSerializable in org.apache.axiom.soap.impl.llom.soap11
 

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement OMSerializable
 class SOAP11BodyImpl
           
 class SOAP11FaultCodeImpl
           
 class SOAP11FaultDetailImpl
           
 class SOAP11FaultImpl
           
 class SOAP11FaultReasonImpl
           
 class SOAP11FaultRoleImpl
           
 class SOAP11FaultSubCodeImpl
           
 class SOAP11FaultTextImpl
           
 class SOAP11FaultValueImpl
           
 class SOAP11HeaderBlockImpl
           
 class SOAP11HeaderImpl
           
 

Uses of OMSerializable in org.apache.axiom.soap.impl.llom.soap12
 

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement OMSerializable
 class SOAP12BodyImpl
           
 class SOAP12FaultCodeImpl
           
 class SOAP12FaultDetailImpl
           
 class SOAP12FaultImpl
           
 class SOAP12FaultNodeImpl
           
 class SOAP12FaultReasonImpl
           
 class SOAP12FaultRoleImpl
           
 class SOAP12FaultSubCodeImpl
           
 class SOAP12FaultTextImpl
           
 class SOAP12FaultValueImpl
           
 class SOAP12HeaderBlockImpl
           
 class SOAP12HeaderImpl
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.