Package org.jboss.axis.transport.http

Class Summary
AdminServlet (src) Proof-of-concept "management" servlet for Axis.
AxisHttpSession (src) An HTTP/Servlet implementation of Axis sessions.
AxisServlet (src)  
AxisServletBase (src) Base class for servlets used in axis, has common methods to get and save the engine to a common location, currently the webapp's context, though some alternate persistence mechanism is always possible.
ChunkedInputStream (src)  
ChunkedOutputStream (src)  
HTTPConstants (src) HTTP protocol and message context constants.
HTTPSender (src) This is meant to be used on a SOAP Client to call a SOAP server.
HTTPTransport (src) Extends Transport by implementing the setupMessageContext function to set HTTP-specific message context fields and transport chains.
NonBlockingBufferedInputStream (src)  
ServletEndpointContextImpl (src)  
SimpleAxisServer (src) This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis.
SimpleAxisWorker (src)  
SocketInputStream (src) The ONLY reason for this is so we can clean up sockets quicker/cleaner.