org.apache.camel.component.servlet
Class ServletComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent
org.apache.camel.impl.HeaderFilterStrategyComponent
org.apache.camel.component.http.HttpComponent
org.apache.camel.component.servlet.ServletComponent
- All Implemented Interfaces:
- Component, Service, HeaderFilterStrategyAware
public class ServletComponent
- extends HttpComponent
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 |
ServletComponent
public ServletComponent()
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