|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of OMNamespace in org.apache.axis2.om |
| Methods in org.apache.axis2.om that return OMNamespace | |
OMNamespace |
OMAttribute.getNamespace()
|
OMNamespace |
OMElement.declareNamespace(java.lang.String uri,
java.lang.String prefix)
THis will create a namespace in the current element scope |
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declare a namespace with the element as its scope. |
OMNamespace |
OMElement.findNamespace(java.lang.String uri,
java.lang.String prefix)
This will find a namespace with the given uri and prefix, in the scope of the hierarchy. |
OMNamespace |
OMElement.findNamespaceURI(java.lang.String prefix)
This will check for a namespace in the context of this element with the given prefix and will return the relevant namespace object, if available. |
OMNamespace |
OMElement.getNamespace()
|
OMNamespace |
OMFactory.createOMNamespace(java.lang.String uri,
java.lang.String prefix)
|
| Methods in org.apache.axis2.om with parameters of type OMNamespace | |
void |
OMAttribute.setOMNamespace(OMNamespace omNamespace)
|
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declare a namespace with the element as its scope. |
OMAttribute |
OMElement.addAttribute(java.lang.String attributeName,
java.lang.String value,
OMNamespace ns)
Add an attribute to the current element. |
void |
OMElement.setNamespace(OMNamespace namespace)
sets the Namespace |
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns)
|
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMAttribute |
OMFactory.createOMAttribute(java.lang.String localName,
OMNamespace ns,
java.lang.String value)
|
| 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 |
TextImpl.ns
Field nameSpace used when serialising Binary stuff as MTOM optimised |
protected OMNamespace |
ElementImpl.namespace
|
| 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)
This will allow overriding an existing declaration if the same prefix was used |
OMNamespace |
ElementImpl.declareNamespace(java.lang.String uri,
java.lang.String prefix)
This will allow overriding an existing declaration if the same prefix was used |
OMNamespace |
ElementImpl.findNamespace(java.lang.String uri,
java.lang.String prefix)
|
OMNamespace |
ElementImpl.findNamespaceURI(java.lang.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(java.lang.String attributeName,
java.lang.String value,
OMNamespace ns)
The behaviour of this is the same as org.w3c.dom.Element#setAttributeNS |
OMNamespace |
ElementImpl.declareNamespace(OMNamespace namespace)
This will allow overriding an existing declaration if the same prefix was used |
void |
ElementImpl.setNamespace(OMNamespace namespace)
Set the namespace |
| Constructors in org.apache.axis2.om.impl.dom with parameters of type OMNamespace | |
AttrImpl(DocumentImpl ownerDocument,
java.lang.String localName,
OMNamespace ns,
java.lang.String value)
|
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String localName,
OMNamespace namespace)
|
|
AttrImpl(java.lang.String localName,
OMNamespace ns,
java.lang.String value)
|
|
| 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(java.lang.String uri,
java.lang.String prefix)
Create a new OMNamespace |
| Methods in org.apache.axis2.om.impl.dom.factory with parameters of type OMNamespace | |
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMNamespace ns)
|
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Creating an OMElement with the builder |
OMAttribute |
OMDOMFactory.createOMAttribute(java.lang.String localName,
OMNamespace ns,
java.lang.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 serialising Binary stuff as MTOM optimised |
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(java.lang.String uri,
java.lang.String prefix)
THis will create a namespace in the current element scope |
OMNamespace |
OMElementImpl.declareNamespace(OMNamespace namespace)
|
OMNamespace |
OMElementImpl.findNamespace(java.lang.String uri,
java.lang.String prefix)
This will find a namespace with the given uri and prefix, in the scope of the docuemnt. |
OMNamespace |
OMElementImpl.findNamespaceURI(java.lang.String prefix)
|
OMNamespace |
OMElementImpl.getNamespace()
Method getNamespace |
| Methods in org.apache.axis2.om.impl.llom with parameters of type OMNamespace | |
static void |
OMSerializerUtil.serializeNamespace(OMNamespace namespace,
OMOutputImpl omOutput)
Method serializeNamespace |
void |
OMAttributeImpl.setOMNamespace(OMNamespace omNamespace)
Method setOMNamespace |
OMNamespace |
OMElementImpl.declareNamespace(OMNamespace namespace)
|
OMAttribute |
OMElementImpl.addAttribute(java.lang.String attributeName,
java.lang.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(java.lang.String localName,
OMNamespace ns,
java.lang.String value)
Constructor OMAttributeImpl |
|
OMElementImpl(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Constructor OMElementImpl |
|
OMElementImpl(java.lang.String localName,
OMNamespace ns)
Constructor OMElementImpl |
|
OMElementImpl(java.lang.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(java.lang.String uri,
java.lang.String prefix)
Method createOMNamespace |
| Methods in org.apache.axis2.om.impl.llom.factory with parameters of type OMNamespace | |
OMElement |
OMLinkedListImplFactory.createOMElement(java.lang.String localName,
OMNamespace ns)
Method createOMElement |
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 |
OMAttribute |
OMLinkedListImplFactory.createOMAttribute(java.lang.String localName,
OMNamespace ns,
java.lang.String value)
create 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(java.lang.String elementName,
OMNamespace ns,
java.lang.Object value,
OMFactory fac)
|
| Uses of OMNamespace in org.apache.axis2.saaj |
| Constructors in org.apache.axis2.saaj with parameters of type OMNamespace | |
NodeImpl(OMNamespace ns)
Constructor NodeImpl |
|
| 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(java.lang.String attribute,
java.lang.String value,
OMNamespace namespace)
Adds the given attribute |
void |
RequestSecurityToken.addAttribute(java.lang.String attribute,
java.lang.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(java.lang.String localName,
OMNamespace ns)
Creates a new SOAPHeaderBlock object initialized with the
specified name and adds it to this SOAPHeader object. |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(java.lang.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(java.lang.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)
|
|
SOAPHeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
|
SOAPHeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder)
Constructor SOAPHeaderBlockImpl |
|
SOAPElement(DocumentImpl doc,
java.lang.String localName,
OMNamespace ns)
|
|
| 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(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(java.lang.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(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(java.lang.String localName,
OMNamespace ns)
|
| Constructors in org.apache.axis2.soap.impl.dom.soap11 with parameters of type OMNamespace | |
SOAP11HeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
|
SOAP11HeaderBlockImpl(java.lang.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(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPHeaderBlock |
SOAP12HeaderImpl.addHeaderBlock(java.lang.String localName,
OMNamespace ns)
|
| Constructors in org.apache.axis2.soap.impl.dom.soap12 with parameters of type OMNamespace | |
SOAP12HeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
|
SOAP12HeaderBlockImpl(java.lang.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(java.lang.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)
|
|
SOAPElement(java.lang.String localName,
OMNamespace ns)
Caution : This Constructor is meant to be used only by the SOAPEnvelope. |
|
SOAPHeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
|
SOAPHeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder)
Constructor SOAPHeaderBlockImpl |
|
| 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(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAPLinkedListImplFactory.createSOAPHeaderBlock(java.lang.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(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(java.lang.String localName,
OMNamespace ns)
|
| Constructors in org.apache.axis2.soap.impl.llom.soap11 with parameters of type OMNamespace | |
SOAP11HeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
|
SOAP11HeaderBlockImpl(java.lang.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 |
SOAP12HeaderImpl.addHeaderBlock(java.lang.String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
| Constructors in org.apache.axis2.soap.impl.llom.soap12 with parameters of type OMNamespace | |
SOAP12HeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
|
SOAP12HeaderBlockImpl(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
Constructor SOAPHeaderBlockImpl |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||