org.apache.camel.component.http
Class HttpProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer<HttpExchange>
          extended by org.apache.camel.component.http.HttpProducer
All Implemented Interfaces:
org.apache.camel.Processor, org.apache.camel.Producer<HttpExchange>, org.apache.camel.Service

public class HttpProducer
extends org.apache.camel.impl.DefaultProducer<HttpExchange>
implements org.apache.camel.Producer<HttpExchange>

Version:
$Revision: 1.1 $

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

HttpProducer

public HttpProducer(HttpEndpoint endpoint)
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws Exception
Specified by:
process in interface org.apache.camel.Processor
Throws:
Exception

createMethod

protected HttpMethod createMethod(org.apache.camel.Exchange exchange)

createRequestEntity

protected RequestEntity createRequestEntity(org.apache.camel.Exchange exchange)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.