net.sf.dropboxmq.workflow.adapters.http
Class WorkflowServlet

java.lang.Object
  extended by HttpServlet
      extended by net.sf.dropboxmq.workflow.adapters.http.WorkflowServlet

public class WorkflowServlet
extends HttpServlet

Created: 19 Mar 2011

Version:
$Revision$, $Date$
Author:
Dwayne Schultz

Constructor Summary
WorkflowServlet()
           
 
Method Summary
protected  void service(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowServlet

public WorkflowServlet()
Method Detail

service

protected void service(HttpServletRequest req,
                       HttpServletResponse resp)
                throws ServletException,
                       IOException
Throws:
ServletException
IOException