站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.xml.soap.Name (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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 SOAPEnvelope.createName(String localName)
           
 Name SOAPEnvelope.createName(String localName, String prefix, String uri)
           
 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)
           
 void SOAPFault.setFaultCode(Name faultCodeQName)
           
abstract  SOAPElement SOAPFactory.createElement(Name name)
          Create a SOAPElement object initialized with the given Name object.
 SOAPElement SOAPElementFactory.create(Name name)
          Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.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.
 SOAPBodyElement SOAPBody.addBodyElement(Name name)
           
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString)
           
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString, Locale locale)
           
 DetailEntry Detail.addDetailEntry(Name name)
           
 



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