ChannelProcessors can elect to launch a new web channel
directly, or they can delegate to another class. The
ChannelEntryPoint is a pluggable interface to assist
ChannelProcessors in performing this delegation.
author: Ben Alex version: $Id: ChannelEntryPoint.java 1784 2007-02-24 21:00:24Z luke_t $
Implementations should modify the headers on the
ServletResponse as necessary to commence the user agent using the implementation's supported
channel type.
Parameters: request - that a ChannelProcessor has rejected Parameters: response - so that the user agent can begin using a new channel throws: IOException - DOCUMENT ME! throws: ServletException - DOCUMENT ME!