org.apache.camel.component.http
Class HttpConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer<HttpExchange>
org.apache.camel.component.http.HttpConsumer
- All Implemented Interfaces:
- Consumer<HttpExchange>, Service
public class HttpConsumer
- extends DefaultConsumer<HttpExchange>
- Version:
- $Revision: 630591 $
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
HttpConsumer
public HttpConsumer(HttpEndpoint endpoint,
Processor processor)
getEndpoint
public HttpEndpoint getEndpoint()
- Overrides:
getEndpoint
in class DefaultConsumer<HttpExchange>
getBinding
public HttpBinding getBinding()
getPath
public String getPath()
doStart
protected void doStart()
throws Exception
- Overrides:
doStart
in class DefaultConsumer<HttpExchange>
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop
in class DefaultConsumer<HttpExchange>
- Throws:
Exception
Apache CAMEL