public class CamelHttpTransportServlet
extends org.apache.camel.component.http.CamelServlet
| Constructor and Description |
|---|
CamelHttpTransportServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(org.apache.camel.component.http.HttpConsumer consumer) |
void |
destroy() |
void |
init(javax.servlet.ServletConfig config) |
boolean |
isIgnoreDuplicateServletName() |
String |
toString() |
disconnect, getServletName, overrideTccl, resolve, restoreTccl, service, setServletNamedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class org.apache.camel.component.http.CamelServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic void connect(org.apache.camel.component.http.HttpConsumer consumer)
connect in class org.apache.camel.component.http.CamelServletpublic boolean isIgnoreDuplicateServletName()
Apache Camel