| Frames | No Frames |
Classes derived from org.apache.axis.message.MessageElement | |
| class | Detail Container implementation
|
| class | Detail Entry implementation
|
| class | |
| 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. |
Constructors with parameter type org.apache.axis.message.MessageElement | |
This constructor allows deferred setting of any elements
| |
Fields of type org.apache.axis.message.MessageElement | |
| MessageElement | |
Methods with parameter type org.apache.axis.message.MessageElement | |
| void | Note that this method will log a error and no-op if there is
a value (set using setObjectValue) in the MessageElement. |
| void | |
| void | Note that this method will log a error and no-op if there is
a value (set using setObjectValue) in the MessageElement. |
| void | Add an element to the trailer
|
| int | |
| void | Remove an element from the trailer
|
Methods with return type org.apache.axis.message.MessageElement | |
| MessageElement | MessageElement.findElement(Vector vec, String namespace, String localPart) |
| MessageElement | Convenience method to get the first matching child for a given QName. |
| MessageElement | get the 'real' element -will follow hrefs. |
| MessageElement | BodyBuilder.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |
| MessageElement | SOAPHandler.makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |
Methods with parameter type org.apache.axis.message.MessageElement | |
| void | |
Methods with return type org.apache.axis.message.MessageElement | |
| MessageElement[] | |
Methods with parameter type org.apache.axis.message.MessageElement | |
| void | Push the MessageElement into the recorder
|
| void | Register the MessageElement with this id (where id is id= form without the #)
This routine is called when the MessageElement with an id is read. |
| void | Set current MessageElement
|
| void | |
| void | |
Methods with return type org.apache.axis.message.MessageElement | |
| MessageElement | Get current MessageElement
|
| MessageElement | DeserializationContext.getElementByID(String id) Get the MessageElement for the indicated id (where id is the #value of an href)
If the MessageElement has not been processed, the MessageElement will
be returned. |
| MessageElement[] | |
| MessageElement[] | |