Package org.jboss.axis.message

Interface Summary
IDResolver (src)  
MessageWithAttachments (src)  
 

Class Summary
BodyBuilder (src)  
CDATAImpl (src) A CDATASection
CommentImpl (src) Most of methods are inherited from TEXT, defined for its Interface Marker only
DetailEntryImpl (src) Detail Entry implementation
DetailImpl (src) Detail Container implementation
EnvelopeBuilder (src) The EnvelopeBuilder is responsible for parsing the top-level SOAP envelope stuff (Envelope, Body, Header), and spawning off HeaderBuilder and BodyBuilders.
EnvelopeHandler (src)  
HeaderBuilder (src)  
InputStreamBody (src)  
MimeHeadersImpl (src) wraps javax.xml.soap.MimeHeaders
NamedNodeMapImpl (src) A W3C simple DOM NameNodeMap implementation
NameImpl (src) A representation of an XML name.
NodeImpl (src) An implemenation of the abstract Node.
NullAttributes (src) Null implementation of the Attributes interface.
RPCElement (src)  
RPCElementHandler (src) A SOAPHandler that creates RPCParamElement objects
RPCHandler (src) This is the SOAPHandler which is called for each RPC parameter as we're deserializing the XML for a method call or return.
RPCHeaderParam (src)  
RPCParam (src) An RPC parameter
RPCParamElementImpl (src) Abstracts an RPC parameter as SOAPElement

This is a hack that bridges between the SOAPElement that represents a RPC parameter and the actual RPCParam object which lives in a list inside the RPCElement.

SAX2EventRecorder (src) This class records SAX2 Events and allows the events to be replayed by start and stop index
SAXOutputter (src)  
SOAPBodyAxisImpl (src) Holder for body elements.
SOAPBodyElementAxisImpl (src) A Body element.
SOAPBodyElementImpl (src) An implemenation of the abstract SOAPEnvelope.
SOAPBodyImpl (src) An implemenation of the abstract SOAPBody.
SOAPDocumentImpl (src) SOAPDcoumentImpl implements the Document API for SOAPPART.
SOAPElementAxisImpl (src) SOAPElementImpl is the base type of nodes of the SOAP message parse tree.
SOAPElementAxisImpl.QNameAttr (src)  
SOAPElementImpl (src) An implemenation of the abstract SOAPElement.
SOAPEnvelopeAxisImpl (src) Implementation of a SOAP Envelope
SOAPEnvelopeImpl (src) An implemenation of the abstract SOAPEnvelope.
SOAPFaultBuilder (src) Build a Fault body element.
SOAPFaultCodeBuilder (src) Build a Fault body element.
SOAPFaultDetailsBuilder (src) Handle deserializing fault details.
SOAPFaultElementImpl (src) SOAP Fault implementation * * @author Davanum Srinivas (dims@yahoo.com)
SOAPFaultImpl (src) A Fault body element.
SOAPFaultReasonBuilder (src) Parser for the fault Reason element and its associated Text elements.
SOAPHandler (src)  
SOAPHeaderAxisImpl (src) Holder for header elements.
SOAPHeaderElementAxisImpl (src) A simple header element abstraction.
SOAPHeaderElementImpl (src) An implemenation of the abstract SOAPElement.
SOAPHeaderImpl (src) An implemenation of the abstract SOAPEnvelope.
SOAPMessageAxisImpl (src) This is a temporary placeholder during refactoring.
SOAPMessageImpl (src) An implemenation of the abstract SOAPMessage.
SOAPPartAxisImpl (src) This is a temporary placeholder during refactoring.
SOAPPartImpl (src) An implemenation of the abstract SOAPPart.
TextImpl (src) A representation of a node whose value is text.