| Package | Description |
|---|---|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
SOAPEnvelope.createName(String
Creates a new
Name object initialized with the given local name.
|
abstract Name |
SOAPFactory.createName(String
Creates a new
Name object initialized with the given local name.
|
Name |
SOAPEnvelope.createName(String
Creates a new
Name object initialized with the given local name, namespace prefix, and namespace URI.
|
abstract Name |
SOAPFactory.createName(String
Creates a new
Name object initialized with the given local name, namespace prefix, and namespace URI.
|
Name |
SOAPElement.getElementName()
Returns the name of this
SOAPElement object.
|
Name |
SOAPFault.getFaultCodeAsName()
Gets the mandatory SOAP 1.1 fault code for this
SOAPFault object as a SAAJ
Name object.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
SOAPElement.addAttribute(Name
Adds an attribute with the specified name and value to this
SOAPElement object.
|
SOAPBodyElement |
SOAPBody.addBodyElement(Name
Creates a new
SOAPBodyElement object with the specified name and adds it to this
SOAPBody object.
|
SOAPElement |
SOAPElement.addChildElement(Name
Creates a new
SOAPElement object initialized with the given
Name object and adds the new element to this
SOAPElement object.
|
DetailEntry |
Detail.addDetailEntry(Name
Creates a new
DetailEntry object with the given name and adds it to this
Detail object.
|
SOAPFault |
SOAPBody.addFault(Name
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(Name
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPHeaderElement |
SOAPHeader.addHeaderElement(Name
Creates a new
SOAPHeaderElement object initialized with the specified name and adds it to this
SOAPHeader object.
|
SOAPElement |
SOAPElementFactory.create(Name
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
|
abstract SOAPElement |
SOAPFactory.createElement(Name
Creates a
SOAPElement object initialized with the given
Name object.
|
String |
SOAPElement.getAttributeValue(Name
Returns the value of the attribute with the specified name.
|
Iterator |
SOAPElement.getChildElements(Name
Returns an
Iterator over all the immediate child
Nodes of this element with the specified name.
|
boolean |
SOAPElement.removeAttribute(Name
Removes the attribute with the specified name.
|
void |
SOAPFault.setFaultCode(Name
Sets this
SOAPFault object with the given fault code.
|