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
 Name SOAPFault.getFaultCodeAsName()
           
abstract  Name SOAPFactory.createName(String localName)
          Creates a new Name object initialized with the given local name.
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 SOAPElement.getElementName()
          Returns the name of this SOAPElement object.
 Name SOAPEnvelope.createName(String localName)
           
 Name SOAPEnvelope.createName(String localName, String prefix, String uri)
           
 

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



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