org.apache.camel.component.jhc
Class JhcEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint<JhcExchange>
      extended by org.apache.camel.component.jhc.JhcEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint<JhcExchange>

public class JhcEndpoint
extends DefaultEndpoint<JhcExchange>

Created by IntelliJ IDEA. User: gnodet Date: Sep 7, 2007 Time: 8:06:42 PM To change this template use File | Settings | File Templates.


Constructor Summary
JhcEndpoint(String endpointUri, JhcComponent component, URI httpUri)
           
JhcEndpoint(String endpointUri, URI httpUri, org.apache.http.params.HttpParams params)
           
 
Method Summary
 Consumer<JhcExchange> createConsumer(Processor processor)
           
 Producer<JhcExchange> createProducer()
           
 HeaderFilterStrategy getHeaderFilterStrategy()
           
 String getHost()
           
 URI getHttpUri()
           
 org.apache.http.params.HttpParams getParams()
           
 String getPath()
           
 int getPort()
           
 String getProtocol()
           
 boolean isSingleton()
           
 void setHttpUri(URI httpUri)
           
 void setParams(org.apache.http.params.HttpParams params)
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
configureProperties, convertTo, createEndpointUri, createExchange, createExchange, createExchange, createExecutorService, createPollingConsumer, equals, getCamelContext, getComponent, getContext, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, hashCode, isLenientProperties, setCamelContext, setContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JhcEndpoint

public JhcEndpoint(String endpointUri,
                   JhcComponent component,
                   URI httpUri)

JhcEndpoint

public JhcEndpoint(String endpointUri,
                   URI httpUri,
                   org.apache.http.params.HttpParams params)
Method Detail

getParams

public org.apache.http.params.HttpParams getParams()

setParams

public void setParams(org.apache.http.params.HttpParams params)

getHttpUri

public URI getHttpUri()

setHttpUri

public void setHttpUri(URI httpUri)

getProtocol

public String getProtocol()

getHost

public String getHost()

getPort

public int getPort()

getPath

public String getPath()

isSingleton

public boolean isSingleton()

createProducer

public Producer<JhcExchange> createProducer()
                                     throws Exception
Throws:
Exception

createConsumer

public Consumer<JhcExchange> createConsumer(Processor processor)
                                     throws Exception
Throws:
Exception

getHeaderFilterStrategy

public HeaderFilterStrategy getHeaderFilterStrategy()


Apache CAMEL