org.apache.camel.component.jhc
Class JhcEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<JhcExchange>
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.
| 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 |
JhcEndpoint
public JhcEndpoint(String endpointUri,
JhcComponent component,
URI httpUri)
JhcEndpoint
public JhcEndpoint(String endpointUri,
URI httpUri,
org.apache.http.params.HttpParams params)
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