Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private BufferedServletOutputStream |
HttpMessageletResponseImpl.stream
The BufferedServletOutputStream that is given to the servlet to capture
the response
|
private BufferedServletOutputStream |
MessageletResponseImpl.stream
The BufferedServletOutputStream that is given to the servlet to capture
the response
|
Modifier and Type | Method and Description |
---|---|
protected BufferedServletOutputStream |
HttpMessageletResponseImpl.createOutputStream() |
protected BufferedServletOutputStream |
MessageletResponseImpl.createOutputStream() |