public class GeoCoderEndpoint
extends org.apache.camel.impl.DefaultEndpoint
Constructor and Description |
---|
GeoCoderEndpoint() |
GeoCoderEndpoint(String uri,
GeoCoderComponent component) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getAddress() |
String |
getClientId() |
String |
getClientKey() |
String |
getLanguage() |
String |
getLatlng() |
boolean |
isHeadersOnly() |
boolean |
isSingleton() |
void |
setAddress(String address) |
void |
setClientId(String clientId) |
void |
setClientKey(String clientKey) |
void |
setHeadersOnly(boolean headersOnly) |
void |
setLanguage(String language) |
void |
setLatlng(String latlng) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
public GeoCoderEndpoint()
public GeoCoderEndpoint(String uri, GeoCoderComponent component)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public boolean isSingleton()
public String getLanguage()
public void setLanguage(String language)
public String getAddress()
public void setAddress(String address)
public String getLatlng()
public void setLatlng(String latlng)
public boolean isHeadersOnly()
public void setHeadersOnly(boolean headersOnly)
public String getClientId()
public void setClientId(String clientId)
public String getClientKey()
public void setClientKey(String clientKey)
Apache Camel