Uses of Interface
org.apache.axis2.om.OMContainer

Packages that use OMContainer
org.apache.axis2.om   
org.apache.axis2.om.impl   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.rpc   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
 

Uses of OMContainer in org.apache.axis2.om
 

Subinterfaces of OMContainer in org.apache.axis2.om
 interface OMDocument
           
 interface OMElement
          Interface OMElement
 

Methods in org.apache.axis2.om that return OMContainer
 OMContainer OMNode.getParent()
          This method should return the immediate parent of the node.
 

Methods in org.apache.axis2.om with parameters of type OMContainer
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
           
 OMElement OMFactory.createOMElement(javax.xml.namespace.QName qname, OMContainer parent)
          QName(localPart), QName(namespaceURI, localPart) - a prefix will be assigned to this QName(namespaceURI, localPart, prefix)
 OMDocType OMFactory.createOMDocType(OMContainer parent, java.lang.String content)
          create DocType/DTD
 OMProcessingInstruction OMFactory.createOMProcessingInstruction(OMContainer parent, java.lang.String piTarget, java.lang.String piData)
          create a PI
 OMComment OMFactory.createOMComment(OMContainer parent, java.lang.String content)
          create a comment
 

Uses of OMContainer in org.apache.axis2.om.impl
 

Subinterfaces of OMContainer in org.apache.axis2.om.impl
 interface OMContainerEx
          Interface OMContainerEx Internal Implementation detail.
 

Methods in org.apache.axis2.om.impl with parameters of type OMContainer
 void OMNodeEx.setParent(OMContainer element)
           
 

Uses of OMContainer in org.apache.axis2.om.impl.llom
 

Classes in org.apache.axis2.om.impl.llom that implement OMContainer
 class OMDocumentImpl
          Class OMDocumentImpl
 class OMElementImpl
          Class OMElementImpl
 

Methods in org.apache.axis2.om.impl.llom that return OMContainer
 OMContainer OMNodeImpl.getParent()
          This method should return the immediate parent of the node.
 

Methods in org.apache.axis2.om.impl.llom with parameters of type OMContainer
 void OMNodeImpl.setParent(OMContainer element)
          Method setParent
 

Constructors in org.apache.axis2.om.impl.llom with parameters of type OMContainer
OMProcessingInstructionImpl(OMContainer parentNode, java.lang.String target, java.lang.String value)
          Constructor OMProcessingInstructionImpl
OMProcessingInstructionImpl(OMContainer parentNode)
          Constructor OMProcessingInstructionImpl
OMDocTypeImpl(OMContainer parentNode, java.lang.String contentText)
          Constructor OMDocTypeImpl
OMDocTypeImpl(OMContainer parentNode)
          Constructor OMDocTypeImpl
OMCommentImpl(OMContainer parentNode, java.lang.String contentText)
          Constructor OMCommentImpl
OMCommentImpl(OMContainer parentNode)
          Constructor OMCommentImpl
OMElementImpl(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Constructor OMElementImpl
OMElementImpl(java.lang.String localName, OMNamespace ns, OMContainer parent)
          This is the basic constructor for OMElement.
OMElementImpl(javax.xml.namespace.QName qname, OMContainer parent)
          Here it is assumed that this QName passed, at least contains the localName for this element
OMNodeImpl(OMContainer parent)
          For a node to exist there must be a parent
 

Uses of OMContainer in org.apache.axis2.om.impl.llom.factory
 

Methods in org.apache.axis2.om.impl.llom.factory with parameters of type OMContainer
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Method createOMElement
 OMElement OMLinkedListImplFactory.createOMElement(javax.xml.namespace.QName qname, OMContainer parent)
          Method createOMElement
 OMDocType OMLinkedListImplFactory.createOMDocType(OMContainer parent, java.lang.String content)
          create DocType/DTD
 OMProcessingInstruction OMLinkedListImplFactory.createOMProcessingInstruction(OMContainer parent, java.lang.String piTarget, java.lang.String piData)
          create a PI
 OMComment OMLinkedListImplFactory.createOMComment(OMContainer parent, java.lang.String content)
          create a comment
 

Uses of OMContainer in org.apache.axis2.rpc
 

Classes in org.apache.axis2.rpc that implement OMContainer
 class RPCRequestElement
          RPCResponseElement
 class RPCResponseElement
          RPCResponseElement
 

Uses of OMContainer in org.apache.axis2.soap
 

Subinterfaces of OMContainer in org.apache.axis2.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 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 OMContainer in org.apache.axis2.soap.impl.llom
 

Classes in org.apache.axis2.soap.impl.llom that implement OMContainer
 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
          Class SOAPHeaderImpl
 class SOAPMessageImpl
           
 class SOAPTextImpl
           
 

Uses of OMContainer in org.apache.axis2.soap.impl.llom.soap11
 

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

Uses of OMContainer in org.apache.axis2.soap.impl.llom.soap12
 

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