org.apache.camel.component.servlet
Class ServletComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent
          extended by org.apache.camel.impl.HeaderFilterStrategyComponent
              extended by org.apache.camel.component.http.HttpComponent
                  extended by org.apache.camel.component.servlet.ServletComponent
All Implemented Interfaces:
Component, Service, HeaderFilterStrategyAware

public class ServletComponent
extends HttpComponent


Field Summary
 
Fields inherited from class org.apache.camel.component.http.HttpComponent
httpBinding, httpClientConfigurer, httpConnectionManager
 
Constructor Summary
ServletComponent()
           
 
Method Summary
 void connect(HttpConsumer consumer)
           
protected  Endpoint createEndpoint(String uri, String remaining, Map parameters)
           
 void disconnect(HttpConsumer consumer)
           
 CamelServlet getCamelServlet(String servletName)
           
 void setCamelServlet(CamelServlet servlet)
           
 
Methods inherited from class org.apache.camel.component.http.HttpComponent
configureParameters, getHttpBinding, getHttpClientConfigurer, getHttpConnectionManager, isMatchOnUriPrefix, setHttpBinding, setHttpClientConfigurer, setHttpConnectionManager, useIntrospectionOnEndpoint
 
Methods inherited from class org.apache.camel.impl.HeaderFilterStrategyComponent
getHeaderFilterStrategy, setEndpointHeaderFilterStrategy, setHeaderFilterStrategy
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
convertTo, createEndpoint, createScheduledExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, getScheduledExecutorService, ifStartsWithReturnRemainder, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, validateParameters, validateURI
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletComponent

public ServletComponent()
Method Detail

setCamelServlet

public void setCamelServlet(CamelServlet servlet)

getCamelServlet

public CamelServlet getCamelServlet(String servletName)

createEndpoint

protected Endpoint createEndpoint(String uri,
                                  String remaining,
                                  Map parameters)
                           throws Exception
Overrides:
createEndpoint in class HttpComponent
Throws:
Exception

connect

public void connect(HttpConsumer consumer)
             throws Exception
Overrides:
connect in class HttpComponent
Throws:
Exception

disconnect

public void disconnect(HttpConsumer consumer)
                throws Exception
Overrides:
disconnect in class HttpComponent
Throws:
Exception


Apache CAMEL