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:
- java.io.Serializable, javax.servlet.Servlet, javax.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 |
Method Summary |
void |
connect(org.apache.camel.component.http.HttpConsumer consumer)
|
void |
destroy()
|
void |
init(javax.servlet.ServletConfig config)
|
Methods inherited from class org.apache.camel.component.http.CamelServlet |
disconnect, getServletName, resolve, service, setServletName |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, log, log |
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(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class org.apache.camel.component.http.CamelServlet
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
connect
public void connect(org.apache.camel.component.http.HttpConsumer consumer)
- Overrides:
connect
in class org.apache.camel.component.http.CamelServlet
Apache CAMEL