Frames | No Frames |
Methods with parameter type javax.xml.soap.Name | |
SOAPElement | Create a SOAPElement object initialized with
the given Name object. |
Methods with return type javax.xml.soap.Name | |
Name | SOAPFactoryImpl.createName(String localName) |
Name | SOAPFactoryImpl.createName(String localName, String prefix, String uri) |
Classes implementing javax.xml.soap.Name | |
class |
Constructors with parameter type javax.xml.soap.Name | |
construct using a Name implementation,
| |
construct using a Name implementation,
|
Methods with parameter type javax.xml.soap.Name | |
SOAPElement | add a new attribute
|
SOAPBodyElement | Creates a new SOAPBodyElement object with the
specified name and adds it to this SOAPBody object. |
SOAPElement | add the child element
|
SOAPElement | Creates a new SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
SOAPElement | Creates a new SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
DetailEntry | Creates a new DetailEntry object with the given
name and adds it to this Detail object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPHeaderElement | Creates a new SOAPHeaderElement object
initialized with the specified name and adds it to this
SOAPHeader object. |
String | Get the value of an attribute whose namespace and local name are described. |
Iterator | get an iterator over child elements
|
boolean | remove an element
|
void |
Methods with return type javax.xml.soap.Name | |
Name | SOAPEnvelope.createName(String localName) create a Name given the local part
|
Name | SOAPEnvelope.createName(String localName, String prefix, String uri) Create a name given local part, prefix and uri
|
Name | get the full name of the element
|
Name |
Methods with parameter type javax.xml.soap.Name | |
SOAPElement | Adds an attribute with the specified name and value to this
SOAPElement object. |
SOAPBodyElement | Creates a new SOAPBodyElement object with the
specified name and adds it to this SOAPBody object. |
SOAPElement | Creates a new SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
DetailEntry | Creates a new DetailEntry object with the given
name and adds it to this Detail object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPHeaderElement | Creates a new SOAPHeaderElement object
initialized with the specified name and adds it to this
SOAPHeader object. |
SOAPElement | Create a SOAPElement object initialized with
the given Name object. |
SOAPElement | Create a SOAPElement object initialized with the
given Name object. |
String | Returns the value of the attribute with the specified
name. |
Iterator | Returns an iterator over all the child elements with the
specified name. |
boolean | Removes the attribute with the specified name. |
void | Sets this SOAPFault object with the given fault code. |
Methods with return type javax.xml.soap.Name | |
Name | SOAPEnvelope.createName(String localName) Creates a new Name object initialized with the
given local name. |
Name | SOAPFactory.createName(String localName) Creates a new Name object initialized with the
given local name. |
Name | SOAPEnvelope.createName(String localName, String prefix, String uri) Creates a new Name object initialized with the
given local name, namespace prefix, and namespace URI. |
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 | Returns the name of this SOAPElement
object. |
Name | Gets the mandatory SOAP 1.1 fault code for this SOAPFault
object as a SAAJ Name object. |