See: Description
| Class | Description |
|---|---|
| BufferedServletInputStream |
BufferedServletInputStream implements
a ServletInputStream using an underlying InputStream. |
| 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.
|
| HttpServletResponseImpl |
Based on the HttpRequestBase code from Catalina.
|
| HttpSessionImpl |
Based on the Catalina StandardSession class.
|
| MessageHttpServletDispatcher |
MessageHttpServletDispatcher dispatches JMS Messages
into a HttpServlet for procesing. |
| MessageletRequestImpl |
MessageletRequestImpl represents a servlet request from
a JMS Message source. |
| MessageletResponseImpl |
MessageletResponseImpl represents a servlet request from
a JMS Message source. |
| MessageServletDispatcher |
MessageDispatcher dispatches JMS Messages
into a Servlet engine for procesing. |
| RequestUtil |
General purpose request parsing and encoding utility methods.
|
| ServletRequestImpl |
Based on the RequestBase code from Catalina.
|
| ServletResponseImpl |
Based on the ResponseBase code from Catalina.
|
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.
This package also contains the necessary Digester support classes to be able to read a set of subscriptions (MDOs + Messagelets) from an XML config file