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

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

Constructor Summary
CamelContinuationServlet(boolean matchOnUriPrefix)
           
 
Method Summary
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.camel.component.http.CamelServlet
connect, disconnect, isMatchOnUriPrefix, resolve, setMatchOnUriPrefix
 
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(boolean matchOnUriPrefix)
Method Detail

service

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


Apache CAMEL