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:
- org.apache.camel.Consumer<HttpExchange>, org.apache.camel.Service
public class HttpConsumer
- extends org.apache.camel.impl.DefaultConsumer<HttpExchange>
- Version:
- $Revision: 534063 $
Methods inherited from class org.apache.camel.impl.DefaultConsumer |
getExceptionHandler, getProcessor, handleException, setExceptionHandler, toString |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
isStarted, isStopped, isStopping, start, stop |
Methods inherited from interface org.apache.camel.Service |
start, stop |
HttpConsumer
public HttpConsumer(HttpEndpoint endpoint,
org.apache.camel.Processor processor)
getEndpoint
public HttpEndpoint getEndpoint()
- Overrides:
getEndpoint
in class org.apache.camel.impl.DefaultConsumer<HttpExchange>
getBinding
public HttpBinding getBinding()
getPath
public String getPath()
doStart
protected void doStart()
throws Exception
- Overrides:
doStart
in class org.apache.camel.impl.DefaultConsumer<HttpExchange>
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop
in class org.apache.camel.impl.DefaultConsumer<HttpExchange>
- Throws:
Exception
Copyright © 2007 Apache Software Foundation. All Rights Reserved.