Uses of Interface
javax.xml.soap.Name
Packages that use Name
-
Uses of Name in javax.xml.soap
Methods in javax.xml.soap that return NameModifier and TypeMethodDescriptionSOAPEnvelope.createName
(String localName) Creates a newName
object initialized with the given local name.SOAPEnvelope.createName
(String localName, String prefix, String uri) Creates a newName
object initialized with the given local name, namespace prefix, and namespace URI.abstract Name
SOAPFactory.createName
(String localName) Creates a newName
object initialized with the given local name.abstract Name
SOAPFactory.createName
(String localName, String prefix, String uri) Creates a newName
object initialized with the given local name, namespace prefix, and namespace URI.SOAPElement.getElementName()
Returns the name of thisSOAPElement
object.SOAPFault.getFaultCodeAsName()
Gets the mandatory SOAP 1.1 fault code for thisSOAPFault
object as a SAAJName
object.Methods in javax.xml.soap with parameters of type NameModifier and TypeMethodDescriptionSOAPElement.addAttribute
(Name name, String value) Adds an attribute with the specified name and value to thisSOAPElement
object.SOAPBody.addBodyElement
(Name name) Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPElement.addChildElement
(Name name) Creates a newSOAPElement
object initialized with the givenName
object and adds the new element to thisSOAPElement
object.Detail.addDetailEntry
(Name name) Creates a newDetailEntry
object with the given name and adds it to thisDetail
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.SOAPHeader.addHeaderElement
(Name name) Creates a newSOAPHeaderElement
object initialized with the specified name and adds it to thisSOAPHeader
object.Deprecated.Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) insteadabstract SOAPElement
SOAPFactory.createElement
(Name name) Create aSOAPElement
object initialized with the givenName
object.SOAPElement.getAttributeValue
(Name name) Returns the value of the attribute with the specified name.SOAPElement.getChildElements
(Name name) Returns an iterator over all the child elements with the specified name.boolean
SOAPElement.removeAttribute
(Name name) Removes the attribute with the specified name.void
SOAPFault.setFaultCode
(Name name) Sets thisSOAPFault
object with the given fault code. -
Uses of Name in org.apache.axis.message
Classes in org.apache.axis.message that implement NameMethods in org.apache.axis.message that return NameModifier and TypeMethodDescriptionSOAPEnvelope.createName
(String localName) create a Name given the local partSOAPEnvelope.createName
(String localName, String prefix, String uri) Create a name given local part, prefix and uriMessageElement.getElementName()
get the full name of the elementSOAPFault.getFaultCodeAsName()
Methods in org.apache.axis.message with parameters of type NameModifier and TypeMethodDescriptionMessageElement.addAttribute
(Name attrName, String value) add a new attributeSOAPBody.addBodyElement
(Name name) MessageElement.addChildElement
(Name childName) add the child elementSOAPBody.addChildElement
(Name name) SOAPHeader.addChildElement
(Name name) Detail.addDetailEntry
(Name name) Creates a newDetailEntry
object with the given name and adds it to thisDetail
object.SOAPHeader.addHeaderElement
(Name name) MessageElement.getAttributeValue
(Name attrName) Get the value of an attribute whose namespace and local name are described.MessageElement.getChildElements
(Name childName) get an iterator over child elementsboolean
MessageElement.removeAttribute
(Name attrName) remove an elementvoid
SOAPFault.setFaultCode
(Name faultCodeQName) Constructors in org.apache.axis.message with parameters of type NameModifierConstructorDescriptionDetailEntry
(Name name) MessageElement
(Name eltName) construct using aName
implementation,SOAPBodyElement
(Name name) SOAPHeaderElement
(Name name) -
Uses of Name in org.apache.axis.soap
Methods in org.apache.axis.soap that return NameModifier and TypeMethodDescriptionSOAPFactoryImpl.createName
(String localName) SOAPFactoryImpl.createName
(String localName, String prefix, String uri) Methods in org.apache.axis.soap with parameters of type NameModifier and TypeMethodDescriptionSOAPFactoryImpl.createElement
(Name name) Create aSOAPElement
object initialized with the givenName
object.