org.apache.camel.component.servlet
Class CamelHttpTransportServlet

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.servlet.CamelHttpTransportServlet
All Implemented Interfaces:
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

Field Summary
 
Fields inherited from class org.apache.camel.component.http.CamelServlet
log
 
Constructor Summary
CamelHttpTransportServlet()
           
 
Method Summary
 void connect(org.apache.camel.component.http.HttpConsumer consumer)
           
 void destroy()
           
 void init(javax.servlet.ServletConfig config)
           
 boolean isIgnoreDuplicateServletName()
           
 String toString()
           
 
Methods inherited from class org.apache.camel.component.http.CamelServlet
disconnect, getServletName, overrideTccl, resolve, restoreTccl, 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, wait, wait, wait
 

Constructor Detail

CamelHttpTransportServlet

public CamelHttpTransportServlet()
Method Detail

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

isIgnoreDuplicateServletName

public boolean isIgnoreDuplicateServletName()

toString

public String toString()
Overrides:
toString in class Object


Apache Camel