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 newNameobject initialized with the given local name.SOAPEnvelope.createName(String localName, String prefix, String uri) Creates a newNameobject initialized with the given local name, namespace prefix, and namespace URI.abstract NameSOAPFactory.createName(String localName) Creates a newNameobject initialized with the given local name.abstract NameSOAPFactory.createName(String localName, String prefix, String uri) Creates a newNameobject initialized with the given local name, namespace prefix, and namespace URI.SOAPElement.getElementName()Returns the name of thisSOAPElementobject.SOAPFault.getFaultCodeAsName()Gets the mandatory SOAP 1.1 fault code for thisSOAPFaultobject as a SAAJNameobject.Methods in javax.xml.soap that return types with arguments of type NameModifier and TypeMethodDescriptionSOAPElement.getAllAttributes()Returns anIteratorover all of the attributeNameobjects in thisSOAPElementobject.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 thisSOAPElementobject.SOAPBody.addBodyElement(Name name) Creates a newSOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject.SOAPElement.addChildElement(Name name) Creates a newSOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject.Detail.addDetailEntry(Name name) Creates a newDetailEntryobject with the given name and adds it to thisDetailobject.Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPHeader.addHeaderElement(Name name) Creates a newSOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject.Deprecated.Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) insteadabstract SOAPElementSOAPFactory.createElement(Name name) Creates aSOAPElementobject initialized with the givenNameobject.SOAPElement.getAttributeValue(Name name) Returns the value of the attribute with the specified name.SOAPElement.getChildElements(Name name) Returns anIteratorover all the immediate childNodes of this element with the specified name.booleanSOAPElement.removeAttribute(Name name) Removes the attribute with the specified name.voidSOAPFault.setFaultCode(Name faultCodeQName) Sets thisSOAPFaultobject with the given fault code.