|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer<HttpExchange>
org.apache.camel.component.http.HttpProducer
public class HttpProducer
Constructor Summary | |
---|---|
HttpProducer(HttpEndpoint endpoint)
|
Method Summary | |
---|---|
protected HttpMethod |
createMethod(org.apache.camel.Exchange exchange)
|
protected RequestEntity |
createRequestEntity(org.apache.camel.Exchange exchange)
|
void |
process(org.apache.camel.Exchange exchange)
|
Methods inherited from class org.apache.camel.impl.DefaultProducer |
---|
createExchange, createExchange, doStart, doStop, getEndpoint |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
---|
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.camel.Producer |
---|
createExchange, createExchange, getEndpoint |
Methods inherited from interface org.apache.camel.Service |
---|
start, stop |
Constructor Detail |
---|
public HttpProducer(HttpEndpoint endpoint)
Method Detail |
---|
public void process(org.apache.camel.Exchange exchange) throws Exception
process
in interface org.apache.camel.Processor
Exception
protected HttpMethod createMethod(org.apache.camel.Exchange exchange)
protected RequestEntity createRequestEntity(org.apache.camel.Exchange exchange)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |