org.apache.camel.component.http
Class HttpPollingConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.PollingConsumerSupport
org.apache.camel.component.http.HttpPollingConsumer
- All Implemented Interfaces:
- Consumer, PollingConsumer, Service
public class HttpPollingConsumer
- extends PollingConsumerSupport
A polling HTTP consumer which by default performs a GET
- Version:
- $Revision: 827033 $
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
HttpPollingConsumer
public HttpPollingConsumer(HttpEndpoint endpoint)
receive
public Exchange receive()
receive
public Exchange receive(long timeout)
receiveNoWait
public Exchange receiveNoWait()
doReceive
protected Exchange doReceive(int timeout)
getHttpClient
public org.apache.commons.httpclient.HttpClient getHttpClient()
setHttpClient
public void setHttpClient(org.apache.commons.httpclient.HttpClient httpClient)
createMethod
protected org.apache.commons.httpclient.HttpMethod createMethod()
doStart
protected void doStart()
throws Exception
- Specified by:
doStart
in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop
in class ServiceSupport
- Throws:
Exception
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.