Uses of Interface
javax.xml.soap.Name

Packages that use Name
javax.xml.soap   
org.apache.axis.message   
 

Uses of Name in javax.xml.soap
 

Methods in javax.xml.soap that return Name
 Name SOAPEnvelope.createName(java.lang.String localName, java.lang.String prefix, java.lang.String uri)
          Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
 Name SOAPEnvelope.createName(java.lang.String localName)
          Creates a new Name object initialized with the given local name.
 Name SOAPElement.getElementName()
          Returns the name of this SOAPElement object.
 

Methods in javax.xml.soap with parameters of type Name
 SOAPHeaderElement SOAPHeader.addHeaderElement(Name name)
          Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
 DetailEntry Detail.addDetailEntry(Name name)
          Creates a new DetailEntry object with the given name and adds it to this Detail object.
 SOAPElement SOAPElement.addChildElement(Name name)
          Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
 SOAPElement SOAPElement.addAttribute(Name name, java.lang.String value)
          Adds an attribute with the specified name and value to this SOAPElement object.
 java.lang.String SOAPElement.getAttributeValue(Name name)
          Returns the value of the attribute with the specified name.
 boolean SOAPElement.removeAttribute(Name name)
          Removes the attribute with the specified name.
 java.util.Iterator SOAPElement.getChildElements(Name name)
          Returns an iterator over all the child elements with the specified name.
abstract  SOAPElement SOAPElementFactory.create(Name name)
          Create a SOAPElement object initialized with the given Name object.
 SOAPBodyElement SOAPBody.addBodyElement(Name name)
          Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
 

Uses of Name in org.apache.axis.message
 

Classes in org.apache.axis.message that implement Name
 class PrefixedQName
           
 

Methods in org.apache.axis.message that return Name
 Name MessageElement.getElementName()
           
 

Methods in org.apache.axis.message with parameters of type Name
 SOAPElement MessageElement.addChildElement(Name name)
           
 SOAPElement MessageElement.addAttribute(Name name, java.lang.String value)
           
 java.lang.String MessageElement.getAttributeValue(Name name)
           
 boolean MessageElement.removeAttribute(Name name)
           
 java.util.Iterator MessageElement.getChildElements(Name name)
           
 SOAPHeaderElement SOAPHeader.addHeaderElement(Name name)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.