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 TypeMethodDescriptionvoidDeserializationContext.pushNewElement(MessageElement elem) Push the MessageElement into the recordervoidDeserializationContext.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.voidAnyContentType.set_any(MessageElement[] any) voidMixedContentType.set_any(MessageElement[] any) voidDeserializationContext.setCurElement(MessageElement el) Set current MessageElement -
Uses of MessageElement in org.apache.axis.message
Subclasses of MessageElement in org.apache.axis.messageModifier and TypeClassDescriptionclassDetail Container implementationclassDetail Entry implementationclassclassclassclassAn RPC parameterclassHolder for body elements.classA Body element.classImplementation of a SOAP EnvelopeclassA Fault body element.classSOAP Fault implementationclassHolder for header elements.classA simple header element abstraction.Fields in org.apache.axis.message declared as MessageElementMethods in org.apache.axis.message that return MessageElementModifier and TypeMethodDescriptionprotected MessageElementMessageElement.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 TypeMethodDescriptionvoidMessageElement.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.voidSOAPBody.addChild(MessageElement element) voidSOAPHeader.addChild(MessageElement element) voidSOAPEnvelope.addTrailer(MessageElement element) Add an element to the trailerintSAX2EventRecorder.newElement(MessageElement elem) voidSOAPEnvelope.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