Uses of Package
org.apache.commons.messagelet.impl

Packages that use org.apache.commons.messagelet.impl
org.apache.commons.messagelet.impl This package contains implementation classes to support both MDO's as well as to be able to dispatch into a Servlet engine to be able to process Messagelets. 
 

Classes in org.apache.commons.messagelet.impl used by org.apache.commons.messagelet.impl
BufferedServletOutputStream
          BufferedServletOutputStream implements a buffered ServletOutputStream in a similar way to ByteArrayOutputStream represents a buffered OutputStream.
HttpMessageletRequestImpl
          HttpMessageletRequestImpl represents a servlet request from a JMS Message source which appears to be a HTTP request so that JSP can process the request as if it were a HTTP request.
HttpMessageletResponseImpl
          HttpMessageletResponseImpl represents a servlet request from a JMS Message source which appears like a HTTP request.
HttpServletRequestImpl
          Based on the HttpRequestBase code from Catalina.
HttpSessionImpl
          Based on the Catalina StandardSession class.
MessageletRequestImpl
          MessageletRequestImpl represents a servlet request from a JMS Message source.
MessageletResponseImpl
          MessageletResponseImpl represents a servlet request from a JMS Message source.
ServletRequestImpl
          Based on the RequestBase code from Catalina.
ServletResponseImpl
          Based on the ResponseBase code from Catalina.