Uses of Interface
javax.xml.soap.Name

Packages that use Name
javax.xml.soap   
 

Uses of Name in javax.xml.soap
 

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

Methods in javax.xml.soap with parameters of type Name
 SOAPElement SOAPElement.addAttribute(Name name, String value)
          Adds an attribute with the specified name and value to this SOAPElement object.
 SOAPBodyElement SOAPBody.addBodyElement(Name name)
           
 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.
 DetailEntry Detail.addDetailEntry(Name name)
           
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString)
           
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString, Locale locale)
           
 SOAPHeaderElement SOAPHeader.addHeaderElement(Name name)
           
 SOAPElement SOAPElementFactory.create(Name name)
          Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
abstract  SOAPElement SOAPFactory.createElement(Name name)
          Create a SOAPElement object initialized with the given Name object.
 String SOAPElement.getAttributeValue(Name name)
          Returns the value of the attribute with the specified name.
 Iterator SOAPElement.getChildElements(Name name)
          Returns an Iterator over all the immediate child Nodes of this element with the specified name.
 boolean SOAPElement.removeAttribute(Name name)
          Removes the attribute with the specified name.
 void SOAPFault.setFaultCode(Name faultCodeQName)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.