org.apache.camel.component.servlet
Class CamelHttpTransportServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.camel.component.http.CamelServlet
org.apache.camel.component.servlet.CamelHttpTransportServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class CamelHttpTransportServlet
- extends org.apache.camel.component.http.CamelServlet
Camel HTTP servlet which can be used in Camel routes to route servlet invocations in routes.
- See Also:
- Serialized Form
Fields inherited from class org.apache.camel.component.http.CamelServlet |
log |
Methods inherited from class org.apache.camel.component.http.CamelServlet |
disconnect, getServletName, resolve, service, setServletName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelHttpTransportServlet
public CamelHttpTransportServlet()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class org.apache.camel.component.http.CamelServlet
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
connect
public void connect(org.apache.camel.component.http.HttpConsumer consumer)
- Overrides:
connect
in class org.apache.camel.component.http.CamelServlet
Apache CAMEL