Uses of Interface
javax.xml.soap.Name
-
Packages that use Name Package Description javax.xml.soap Provides the API for creating and building SOAP messages. -
-
Uses of Name in javax.xml.soap
Methods in javax.xml.soap that return Name Modifier and Type Method and Description Name
SOAPEnvelope. createName(String localName)
Creates a newName
object initialized with the given local name.abstract Name
SOAPFactory. createName(String localName)
Creates a newName
object initialized with the given local name.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, String prefix, String uri)
Creates a newName
object initialized with the given local name, namespace prefix, and namespace URI.Name
SOAPElement. getElementName()
Returns the name of thisSOAPElement
object.Name
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 Name Modifier and Type Method and Description SOAPElement
SOAPElement. addAttribute(Name name, String value)
Adds an attribute with the specified name and value to thisSOAPElement
object.SOAPBodyElement
SOAPBody. addBodyElement(Name name)
Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPElement
SOAPElement. addChildElement(Name name)
Creates a newSOAPElement
object initialized with the givenName
object and adds the new element to thisSOAPElement
object.DetailEntry
Detail. addDetailEntry(Name name)
Creates a newDetailEntry
object with the given name and adds it to thisDetail
object.SOAPFault
SOAPBody. addFault(Name faultCode, String faultString)
Creates a newSOAPFault
object and adds it to thisSOAPBody
object.SOAPFault
SOAPBody. addFault(Name faultCode, String faultString, Locale locale)
Creates a newSOAPFault
object and adds it to thisSOAPBody
object.SOAPHeaderElement
SOAPHeader. addHeaderElement(Name name)
Creates a newSOAPHeaderElement
object initialized with the specified name and adds it to thisSOAPHeader
object.SOAPElement
SOAPElementFactory. create(Name name)
Deprecated.Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) insteadabstract SOAPElement
SOAPFactory. createElement(Name name)
Creates aSOAPElement
object initialized with the givenName
object.String
SOAPElement. getAttributeValue(Name name)
Returns the value of the attribute with the specified name.Iterator
SOAPElement. getChildElements(Name name)
Returns anIterator
over all the immediate childNode
s of this element with the specified name.boolean
SOAPElement. removeAttribute(Name name)
Removes the attribute with the specified name.void
SOAPFault. setFaultCode(Name faultCodeQName)
Sets thisSOAPFault
object with the given fault code.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.