| Frames | No Frames |
Methods with parameter type javax.xml.soap.SOAPElement | |
| SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
| void | Sets the parent of this Node object to the given
SOAPElement object. |
Methods with return type javax.xml.soap.SOAPElement | |
| SOAPElement | Adds an attribute with the specified name and value to this
SOAPElement object. |
| SOAPElement | SOAPElement.addChildElement(String localName) Creates a new SOAPElement object initialized with the
given String object and adds the new element to this
SOAPElement object. |
| SOAPElement | SOAPElement.addChildElement(String localName, String prefix) Creates a new SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
| SOAPElement | SOAPElement.addChildElement(String localName, String prefix, String uri) Creates a new SOAPElement object initialized with the
specified local name, prefix, and URI 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. |
| SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
| SOAPElement | SOAPElement.addNamespaceDeclaration(String prefix, String uri) Adds a namespace declaration with the specified prefix and URI to this
SOAPElement object. |
| SOAPElement | SOAPElement.addTextNode(String text) Creates a new Text object initialized with the given
String and adds it to this SOAPElement object. |
| SOAPElement | SOAPElementFactory.create(String localName) Create a SOAPElement object initialized with
the given local name. |
| SOAPElement | SOAPElementFactory.create(String localName, String prefix, String uri) Create a new SOAPElement object with the
given local name, prefix and uri. |
| SOAPElement | Create a SOAPElement object initialized with
the given Name object. |
| SOAPElement | SOAPFactory.createElement(String localName) Create a SOAPElement object initialized with the
given local name. |
| SOAPElement | SOAPFactory.createElement(String localName, String prefix, String uri) Create a new SOAPElement object with the given
local name, prefix and uri. |
| SOAPElement | Create a SOAPElement object initialized with the
given Name object. |
| SOAPElement | Returns the parent element of this Node object. |
Classes implementing javax.xml.soap.SOAPElement | |
| class | Detail Container implementation
|
| class | Detail Entry implementation
|
| class | |
| class | MessageElement is the base type of nodes of the SOAP message parse tree. |
| class | |
| class | |
| class | An RPC parameter
|
| class | Holder for body elements. |
| class | A Body element. |
| class | Implementation of a SOAP Envelope
|
| class | A Fault body element. |
| class | SOAP Fault implementation
|
| class | Holder for header elements. |
| class | A simple header element abstraction. |
Methods with parameter type javax.xml.soap.SOAPElement | |
| SOAPElement | The added child must be an instance of MessageElement rather than
an abitrary SOAPElement otherwise a (wrapped) ClassCastException
will be thrown. |
| SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
| SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
| void | Sets the parent of this Node object to the given
SOAPElement object. |
| void | Sets the parent of this Node object to the given
SOAPElement object. |
| void | Sets the parent of this Node object to the given
SOAPElement object. |
| void | Sets the parent of this Node object to the given
SOAPElement object. |
| void | Sets the parent of this Node object to the given
SOAPElement object. |
Methods with return type javax.xml.soap.SOAPElement | |
| SOAPElement | add a new attribute
|
| SOAPElement | MessageElement.addChildElement(String localName) add a child element in the message element's own namespace
|
| SOAPElement | SOAPBody.addChildElement(String localName) Creates a new SOAPElement object initialized with the
given String object and adds the new element to this
SOAPElement object. |
| SOAPElement | SOAPHeader.addChildElement(String localName) Creates a new SOAPElement object initialized with the
given String object and adds the new element to this
SOAPElement object. |
| SOAPElement | MessageElement.addChildElement(String localName, String prefixName) add a child element
|
| SOAPElement | SOAPBody.addChildElement(String localName, String prefix) Creates a new SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
| SOAPElement | SOAPHeader.addChildElement(String localName, String prefix) Creates a new SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
| SOAPElement | MessageElement.addChildElement(String localName, String childPrefix, String uri) add a child element
|
| SOAPElement | SOAPBody.addChildElement(String localName, String prefix, String uri) Creates a new SOAPElement object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement object. |
| SOAPElement | SOAPHeader.addChildElement(String localName, String prefix, String uri) Creates a new SOAPElement object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement 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. |
| SOAPElement | The added child must be an instance of MessageElement rather than
an abitrary SOAPElement otherwise a (wrapped) ClassCastException
will be thrown. |
| SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
| SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
| SOAPElement | MessageElement.addNamespaceDeclaration(String prefix, String uri) create a Mapping mapping and add to our namespace list. |
| SOAPElement | MessageElement.addTextNode(String s) add a text node to the document. |
| SOAPElement | RPCParam.addTextNode(String s) |
| SOAPElement | Returns the parent element of this Node object. |
Methods with return type javax.xml.soap.SOAPElement | |
| SOAPElement | SOAPFactoryImpl.createElement(String localName) Create a SOAPElement object initialized with
the given local name. |
| SOAPElement | SOAPFactoryImpl.createElement(String localName, String prefix, String uri) Create a new SOAPElement object with the
given local name, prefix and uri. |
| SOAPElement | Create a SOAPElement object initialized with
the given Name object. |