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

Packages that use MessageElement
org.apache.axis.encoding   
org.apache.axis.message   
org.apache.axis.types   
 

Uses of MessageElement in org.apache.axis.encoding
 

Methods in org.apache.axis.encoding that return MessageElement
 MessageElement DeserializationContextImpl.getCurElement()
          Get current MessageElement
 MessageElement DeserializationContextImpl.getElementByID(java.lang.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 DeserializationContext.getCurElement()
          Get current MessageElement
 MessageElement DeserializationContext.getElementByID(java.lang.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 MessageElement
 void DeserializationContextImpl.setCurElement(MessageElement el)
          Set current MessageElement
 void DeserializationContextImpl.registerElementByID(java.lang.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 DeserializationContextImpl.pushNewElement(MessageElement elem)
          Push the MessageElement into the recorder
 void DeserializationContext.setCurElement(MessageElement el)
          Set current MessageElement
 void DeserializationContext.registerElementByID(java.lang.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 DeserializationContext.pushNewElement(MessageElement elem)
          Push the MessageElement into the recorder
 

Uses of MessageElement in org.apache.axis.message
 

Subclasses of MessageElement in org.apache.axis.message
 class Detail
          Detail Container implementation
 class DetailEntry
          Detail Entry implementation
 class InputStreamBody
           
 class RPCElement
           
 class RPCHeaderParam
           
 class SOAPBody
          Holder for body elements.
 class SOAPBodyElement
          A Body element.
 class SOAPEnvelope
          Implementation of a SOAP Envelope
 class SOAPFault
          A Fault body element.
 class SOAPFaultElement
          SOAP Fault implementation
 class SOAPHeader
          Holder for header elements.
 class SOAPHeaderElement
          A simple header element abstraction.
 class Text
          A representation of a node whose value is text.
 

Fields in org.apache.axis.message declared as MessageElement
 MessageElement SOAPHandler.myElement
           
protected  MessageElement MessageElement.parent
           
 

Methods in org.apache.axis.message that return MessageElement
 MessageElement SOAPHandler.makeNewElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
protected  MessageElement SOAPBody.findElement(java.util.Vector vec, java.lang.String namespace, java.lang.String localPart)
           
 MessageElement MessageElement.getRealElement()
           
 MessageElement BodyBuilder.makeNewElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
 

Methods in org.apache.axis.message with parameters of type MessageElement
 void SOAPHeader.addChild(MessageElement el)
           
 void SOAPHeader.removeChild(MessageElement child)
           
 void SOAPEnvelope.removeTrailer(MessageElement element)
          Remove an element from the trailer
 void SOAPEnvelope.addTrailer(MessageElement element)
          Add an element to the trailer
 void SOAPBody.addChild(MessageElement el)
           
 void SOAPBody.removeChild(MessageElement child)
           
 int SAX2EventRecorder.newElement(MessageElement elem)
           
 void 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 MessageElement.removeChild(MessageElement child)
          Remove a child element.
 

Constructors in org.apache.axis.message with parameters of type MessageElement
SOAPHandler(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 MessageElement
 MessageElement[] Schema.get_any()
           
 

Methods in org.apache.axis.types with parameters of type MessageElement
 void Schema.set_any(MessageElement[] _any)
           
 



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