Uses of Class
org.apache.axis.message.MessageElement
Packages that use MessageElement
-
Uses of MessageElement in org.apache.axis.encoding
Methods in org.apache.axis.encoding that return MessageElementModifier and TypeMethodDescriptionAnyContentType.get_any()
MixedContentType.get_any()
DeserializationContext.getCurElement()
Get current MessageElementDeserializationContext.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.Methods in org.apache.axis.encoding with parameters of type MessageElementModifier and TypeMethodDescriptionvoid
DeserializationContext.pushNewElement
(MessageElement elem) Push the MessageElement into the recordervoid
DeserializationContext.registerElementByID
(String id, MessageElement elem) 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
AnyContentType.set_any
(MessageElement[] any) void
MixedContentType.set_any
(MessageElement[] any) void
DeserializationContext.setCurElement
(MessageElement el) Set current MessageElement -
Uses of MessageElement in org.apache.axis.message
Subclasses of MessageElement in org.apache.axis.messageModifier and TypeClassDescriptionclass
Detail Container implementationclass
Detail Entry implementationclass
class
class
class
An RPC parameterclass
Holder for body elements.class
A Body element.class
Implementation of a SOAP Envelopeclass
A Fault body element.class
SOAP Fault implementationclass
Holder for header elements.class
A simple header element abstraction.Fields in org.apache.axis.message declared as MessageElementMethods in org.apache.axis.message that return MessageElementModifier and TypeMethodDescriptionprotected MessageElement
MessageElement.findElement
(Vector vec, String namespace, String localPart) MessageElement.getChildElement
(QName qname) Convenience method to get the first matching child for a given QName.MessageElement.getRealElement()
get the 'real' element -will follow hrefs.BodyBuilder.makeNewElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) SOAPHandler.makeNewElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Methods in org.apache.axis.message with parameters of type MessageElementModifier and TypeMethodDescriptionvoid
MessageElement.addChild
(MessageElement el) Note that this method will log a error and no-op if there is a value (set using setObjectValue) in the MessageElement.void
SOAPBody.addChild
(MessageElement element) void
SOAPHeader.addChild
(MessageElement element) void
SOAPEnvelope.addTrailer
(MessageElement element) Add an element to the trailerint
SAX2EventRecorder.newElement
(MessageElement elem) void
SOAPEnvelope.removeTrailer
(MessageElement element) Remove an element from the trailerConstructors in org.apache.axis.message with parameters of type MessageElementModifierConstructorDescriptionSOAPHandler
(MessageElement[] elements, int index) This constructor allows deferred setting of any elements -
Uses of MessageElement in org.apache.axis.types
Methods in org.apache.axis.types that return MessageElementMethods in org.apache.axis.types with parameters of type MessageElement