org.apache.camel.component.jetty
Class CamelContinuationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.camel.component.http.CamelServlet
              extended by org.apache.camel.component.jetty.CamelContinuationServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class CamelContinuationServlet
extends CamelServlet

Currently not in use.

Version:
$Revision: 966961 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.camel.component.http.CamelServlet
log
 
Constructor Summary
CamelContinuationServlet()
           
 
Method Summary
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.camel.component.http.CamelServlet
connect, disconnect, resolve
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelContinuationServlet

public CamelContinuationServlet()
Method Detail

service

protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       IOException
Overrides:
service in class CamelServlet
Throws:
ServletException
IOException


Apache CAMEL