Milyn-Smooks Version 0.4

Package org.milyn.delivery.response

HTTP response stream manipulation.

See:
          Description

Class Summary
HtmlServletResponseWrapper HTML Response Wrapper.
PassThruServletResponseWrapper Pass-through ServletResponseWrapper.
ServletResponseWrapper Abstract Servlet Response Wrapper for the Smooks framework.
ServletResponseWrapperFactory ServletResponseWrapper Factory (GoF) class.
 

Package org.milyn.delivery.response Description

HTTP response stream manipulation.

Package Specification

Provides HTTP response stream manipulation/transformation classes. Currently, we only define response wrappers for a Servlet container through implementations of the ServletResponseWrapper abstract class.

The default response wrapper is the HtmlServletResponseWrapper, which manipulates/transforms a HTML response for the requesting device.


Milyn-Smooks Version 0.4