| Home >> All >> org >> apache >> axis >> [ message Javadoc ] |
org.apache.axis.message: Javadoc index of package org.apache.axis.message.
Package Samples:
org.apache.axis.message
Classes:
SOAPDocumentImpl: SOAPDcoumentImpl implements the Document API for SOAPPART. At the moment, it again delgate the XERCES DOM Implementation Here is my argument on it: I guess that there is 3 way to implement this. - fully implement the DOM API here myself. => This is too much and duplicated work. - extends XERCES Implementation => this makes we are fixed to one Implementation - choose delgate depends on the user's parser preference => This is the practically best solution I have now
RPCHandler: This is the SOAPHandler which is called for each RPC parameter as we're deserializing the XML for a method call or return. In other words for this XML: Hello! 3.14159 ...we'll get onStartChild() events for and .
MessageElement: MessageElement is the base type of nodes of the SOAP message parse tree. Note: it was made Serializable to help users of Apache SOAP who had exploited the serializability of the DOM tree to migrate to Axis.
EnvelopeBuilder: The EnvelopeBuilder is responsible for parsing the top-level SOAP envelope stuff (Envelope, Body, Header), and spawning off HeaderBuilder and BodyBuilders.
Text: A representation of a node whose value is text. A Text object may represent text that is content or text that is a comment.
SOAPHeaderElement: A simple header element abstraction. Extends MessageElement with header-specific stuff like mustUnderstand, actor, and a 'processed' flag.
SAX2EventRecorder: This class records SAX2 Events and allows the events to be replayed by start and stop index
CommentImpl: Most of methods are inherited from TEXT, defined for its Interface Marker only
MimeHeaders: wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface
SOAPFaultReasonBuilder: Parser for the fault Reason element and its associated Text elements.
NodeListImpl: A simple implementation for Nodelist Support in AXIS
NullAttributes: Null implementation of the Attributes interface.
NamedNodeMapImpl: A W3C simple DOM NameNodeMap implementation
NodeImpl: This is our implementation of the DOM node
SOAPFaultDetailsBuilder: Handle deserializing fault details.
SOAPEnvelope: Implementation of a SOAP Envelope
Detail: Detail Container implementation
DetailEntry: Detail Entry implementation
SOAPFaultBuilder: Build a Fault body element.
SOAPFaultCodeBuilder: Build a Fault body element.
SOAPHeader: Holder for header elements.
SOAPBody: Holder for body elements.
SOAPFaultElement: SOAP Fault implementation
SOAPFault: A Fault body element.
| Home | Contact Us | Privacy Policy | Terms of Service |