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

Packages that use OMNamespace
org.apache.axis2.handlers.addressing   
org.apache.axis2.om   
org.apache.axis2.om.impl.dom   
org.apache.axis2.om.impl.dom.factory   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.rpc.client   
org.apache.axis2.security.trust.token   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.dom   
org.apache.axis2.soap.impl.dom.factory   
org.apache.axis2.soap.impl.dom.soap11   
org.apache.axis2.soap.impl.dom.soap12   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.builder   
org.apache.axis2.soap.impl.llom.factory   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
 

Uses of OMNamespace in org.apache.axis2.handlers.addressing
 

Methods in org.apache.axis2.handlers.addressing with parameters of type OMNamespace
protected  void AddressingOutHandler.addToSOAPHeader(EndpointReference epr, String type, SOAPEnvelope envelope, OMNamespace addressingNamespaceObject, String addressingNamespace)
           
 

Uses of OMNamespace in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return OMNamespace
 OMNamespace OMAttribute.getNamespace()
           
 OMNamespace OMFactory.createOMNamespace(String uri, String prefix)
           
 OMNamespace OMElement.declareNamespace(String uri, String prefix)
          Creates a namespace in the current element scope.
 OMNamespace OMElement.declareNamespace(OMNamespace namespace)
          Declares a namespace with the element as its scope.
 OMNamespace OMElement.findNamespace(String uri, String prefix)
          Finds a namespace with the given uri and prefix, in the scope of the hierarchy.
 OMNamespace OMElement.findNamespaceURI(String prefix)
          Checks for a namespace in the context of this element with the given prefix and returns the relevant namespace object, if available.
 OMNamespace OMElement.getNamespace()
           
 

Methods in org.apache.axis2.om with parameters of type OMNamespace
 void OMAttribute.setOMNamespace(OMNamespace omNamespace)
           
 OMElement OMFactory.createOMElement(String localName, OMNamespace ns)
           
 OMElement OMFactory.createOMElement(String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMFactory.createOMElement(String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
           
 OMAttribute OMFactory.createOMAttribute(String localName, OMNamespace ns, String value)
           
 OMNamespace OMElement.declareNamespace(OMNamespace namespace)
          Declares a namespace with the element as its scope.
 OMAttribute OMElement.addAttribute(String attributeName, String value, OMNamespace ns)
          Adds an attribute to the current element.
 void OMElement.setNamespace(OMNamespace namespace)
          Sets the Namespace.
 

Uses of OMNamespace in org.apache.axis2.om.impl.dom
 

Classes in org.apache.axis2.om.impl.dom that implement OMNamespace
 class NamespaceImpl
           
 

Fields in org.apache.axis2.om.impl.dom declared as OMNamespace
protected  OMNamespace ElementImpl.namespace
           
protected  OMNamespace TextImpl.ns
          Field nameSpace is used when serializing Binary stuff as MTOM optimized.
 

Methods in org.apache.axis2.om.impl.dom that return OMNamespace
 OMNamespace AttrImpl.getNamespace()
          Returns the namespace of the attribute as an OMNamespace.
 OMNamespace ElementImpl.declareNamespace(OMNamespace namespace)
          Allows overriding an existing declaration if the same prefix was used.
 OMNamespace ElementImpl.declareNamespace(String uri, String prefix)
          Allows overriding an existing declaration if the same prefix was used.
 OMNamespace ElementImpl.findNamespace(String uri, String prefix)
           
 OMNamespace ElementImpl.findNamespaceURI(String prefix)
           
 OMNamespace ElementImpl.getNamespace()
          Returns the namespace of this element.
 

Methods in org.apache.axis2.om.impl.dom with parameters of type OMNamespace
 void AttrImpl.setOMNamespace(OMNamespace omNamespace)
          Sets the namespace of this attribute node.
 OMAttribute ElementImpl.addAttribute(String attributeName, String value, OMNamespace ns)
          The behaviour of this is the same as org.w3c.dom.Element#setAttributeNS
 OMNamespace ElementImpl.declareNamespace(OMNamespace namespace)
          Allows overriding an existing declaration if the same prefix was used.
 void ElementImpl.setNamespace(OMNamespace namespace)
          Sets the namespace.
 

Constructors in org.apache.axis2.om.impl.dom with parameters of type OMNamespace
AttrImpl(DocumentImpl ownerDocument, String localName, OMNamespace ns, String value)
           
AttrImpl(DocumentImpl ownerDocument, String localName, OMNamespace namespace)
           
 

Uses of OMNamespace in org.apache.axis2.om.impl.dom.factory
 

Methods in org.apache.axis2.om.impl.dom.factory that return OMNamespace
 OMNamespace OMDOMFactory.createOMNamespace(String uri, String prefix)
          Creates a new OMNamespace.
 

Methods in org.apache.axis2.om.impl.dom.factory with parameters of type OMNamespace
 OMElement OMDOMFactory.createOMElement(String localName, OMNamespace ns)
           
 OMElement OMDOMFactory.createOMElement(String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMDOMFactory.createOMElement(String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Creates an OMElement with the builder.
 OMAttribute OMDOMFactory.createOMAttribute(String localName, OMNamespace ns, String value)
           
 

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

Classes in org.apache.axis2.om.impl.llom that implement OMNamespace
 class OMNamespaceImpl
          Class OMNamespaceImpl
 

Fields in org.apache.axis2.om.impl.llom declared as OMNamespace
protected  OMNamespace OMTextImpl.ns
          Field nameSpace used when serializing Binary stuff as MTOM optimized.
protected  OMNamespace OMElementImpl.ns
          Field ns
 

Methods in org.apache.axis2.om.impl.llom that return OMNamespace
 OMNamespace OMAttributeImpl.getNamespace()
          Method getNamespace.
 OMNamespace OMElementImpl.declareNamespace(String uri, String prefix)
          Creates a namespace in the current element scope.
 OMNamespace OMElementImpl.declareNamespace(OMNamespace namespace)
           
 OMNamespace OMElementImpl.findNamespace(String uri, String prefix)
          Finds a namespace with the given uri and prefix, in the scope of the document.
 OMNamespace OMElementImpl.findNamespaceURI(String prefix)
           
 OMNamespace OMElementImpl.getNamespace()
          Method getNamespace.
 

Methods in org.apache.axis2.om.impl.llom with parameters of type OMNamespace
 void OMAttributeImpl.setOMNamespace(OMNamespace omNamespace)
          Method setOMNamespace.
static void OMSerializerUtil.serializeNamespace(OMNamespace namespace, OMOutputImpl omOutput)
          Method serializeNamespace.
 OMNamespace OMElementImpl.declareNamespace(OMNamespace namespace)
           
 OMAttribute OMElementImpl.addAttribute(String attributeName, String value, OMNamespace ns)
          Method addAttribute.
 void OMElementImpl.setNamespace(OMNamespace namespace)
          Method setNamespace.
 

Constructors in org.apache.axis2.om.impl.llom with parameters of type OMNamespace
OMAttributeImpl(String localName, OMNamespace ns, String value)
          Constructor OMAttributeImpl.
OMElementImpl(String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Constructor OMElementImpl.
OMElementImpl(String localName, OMNamespace ns)
          Constructor OMElementImpl.
OMElementImpl(String localName, OMNamespace ns, OMContainer parent)
          This is the basic constructor for OMElement.
 

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

Methods in org.apache.axis2.om.impl.llom.factory that return OMNamespace
 OMNamespace OMLinkedListImplFactory.createOMNamespace(String uri, String prefix)
          Method createOMNamespace.
 

Methods in org.apache.axis2.om.impl.llom.factory with parameters of type OMNamespace
 OMElement OMLinkedListImplFactory.createOMElement(String localName, OMNamespace ns)
          Method createOMElement.
 OMElement OMLinkedListImplFactory.createOMElement(String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMLinkedListImplFactory.createOMElement(String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Method createOMElement.
 OMAttribute OMLinkedListImplFactory.createOMAttribute(String localName, OMNamespace ns, String value)
          Creates attribute.
 

Uses of OMNamespace in org.apache.axis2.rpc.client
 

Methods in org.apache.axis2.rpc.client with parameters of type OMNamespace
static OMElement StubSupporter.createRPCMappedElement(String elementName, OMNamespace ns, Object value, OMFactory fac)
           
 

Uses of OMNamespace in org.apache.axis2.security.trust.token
 

Fields in org.apache.axis2.security.trust.token declared as OMNamespace
protected  OMNamespace AbstractToken.wstNamespace
           
 

Methods in org.apache.axis2.security.trust.token with parameters of type OMNamespace
 void BinarySecret.addAttribute(String attribute, String value, OMNamespace namespace)
          Adds the given attribute.
 void RequestSecurityToken.addAttribute(String attribute, String value, OMNamespace namespace)
          This is provided as an extensibility mechnism to ass any attrbute to the wst:RequestSecyrityToken element
 

Uses of OMNamespace in org.apache.axis2.soap
 

Methods in org.apache.axis2.soap with parameters of type OMNamespace
 SOAPHeaderBlock SOAPHeader.addHeaderBlock(String localName, OMNamespace ns)
          Creates a new SOAPHeaderBlock object initialized with the specified name and adds it to this SOAPHeader object.
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 

Uses of OMNamespace in org.apache.axis2.soap.impl.dom
 

Fields in org.apache.axis2.soap.impl.dom declared as OMNamespace
protected  OMNamespace SOAPFaultTextImpl.langNamespace
           
 

Methods in org.apache.axis2.soap.impl.dom with parameters of type OMNamespace
abstract  SOAPHeaderBlock SOAPHeaderImpl.addHeaderBlock(String localName, OMNamespace ns)
          Creates a new SOAPHeaderBlock object initialized with the specified name and adds it to this SOAPHeader object.
 

Constructors in org.apache.axis2.soap.impl.dom with parameters of type OMNamespace
SOAPEnvelopeImpl(OMNamespace ns, SOAPFactory factory)
           
SOAPElement(DocumentImpl doc, String localName, OMNamespace ns)
           
SOAPHeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAPHeaderBlockImpl(String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl.
 

Uses of OMNamespace in org.apache.axis2.soap.impl.dom.factory
 

Methods in org.apache.axis2.soap.impl.dom.factory with parameters of type OMNamespace
 SOAPHeaderBlock DOMSOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock DOMSOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 

Uses of OMNamespace in org.apache.axis2.soap.impl.dom.soap11
 

Methods in org.apache.axis2.soap.impl.dom.soap11 with parameters of type OMNamespace
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPHeaderBlock SOAP11HeaderImpl.addHeaderBlock(String localName, OMNamespace ns)
           
 

Constructors in org.apache.axis2.soap.impl.dom.soap11 with parameters of type OMNamespace
SOAP11HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP11HeaderBlockImpl(String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl
 

Uses of OMNamespace in org.apache.axis2.soap.impl.dom.soap12
 

Methods in org.apache.axis2.soap.impl.dom.soap12 with parameters of type OMNamespace
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPHeaderBlock SOAP12HeaderImpl.addHeaderBlock(String localName, OMNamespace ns)
           
 

Constructors in org.apache.axis2.soap.impl.dom.soap12 with parameters of type OMNamespace
SOAP12HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP12HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl
 

Uses of OMNamespace in org.apache.axis2.soap.impl.llom
 

Fields in org.apache.axis2.soap.impl.llom declared as OMNamespace
protected  OMNamespace SOAPFaultTextImpl.langNamespace
           
 

Methods in org.apache.axis2.soap.impl.llom with parameters of type OMNamespace
abstract  SOAPHeaderBlock SOAPHeaderImpl.addHeaderBlock(String localName, OMNamespace ns)
          Creates a new SOAPHeaderBlock object initialized with the specified name and adds it to this SOAPHeader object.
 

Constructors in org.apache.axis2.soap.impl.llom with parameters of type OMNamespace
SOAPEnvelopeImpl(OMNamespace ns, SOAPFactory factory)
           
SOAPHeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAPHeaderBlockImpl(String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl.
SOAPElement(String localName, OMNamespace ns)
          Caution : This Constructor is meant to be used only by the SOAPEnvelope.
 

Uses of OMNamespace in org.apache.axis2.soap.impl.llom.builder
 

Methods in org.apache.axis2.soap.impl.llom.builder that return OMNamespace
 OMNamespace StAXSOAPModelBuilder.getEnvelopeNamespace()
           
 

Uses of OMNamespace in org.apache.axis2.soap.impl.llom.factory
 

Methods in org.apache.axis2.soap.impl.llom.factory with parameters of type OMNamespace
 SOAPHeaderBlock SOAPLinkedListImplFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPLinkedListImplFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 

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

Methods in org.apache.axis2.soap.impl.llom.soap11 with parameters of type OMNamespace
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPHeaderBlock SOAP11HeaderImpl.addHeaderBlock(String localName, OMNamespace ns)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap11 with parameters of type OMNamespace
SOAP11HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP11HeaderBlockImpl(String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl
 

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

Methods in org.apache.axis2.soap.impl.llom.soap12 with parameters of type OMNamespace
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPHeaderBlock SOAP12HeaderImpl.addHeaderBlock(String localName, OMNamespace ns)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap12 with parameters of type OMNamespace
SOAP12HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP12HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl