Uses of Class org.apache.axis.message.MessageElement

Uses in package org.apache.axis.types

Methods with parameter type org.apache.axis.message.MessageElement

void

Methods with return type org.apache.axis.message.MessageElement

MessageElement[]

Uses in package org.apache.axis.message

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

SOAPHandler.SOAPHandler(MessageElement[] elements, int index)
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)

Uses in package org.apache.axis.encoding

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
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[]

Copyright © 2005 Apache Web Services Project. All Rights Reserved.