Skip navigation links
A B C D E G H I L N O P R S V 

A

addConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.geocoder.http.CompositeHttpConfigurer
 
ADDRESS - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
AuthenticationHttpClientConfigurer - Class in org.apache.camel.component.geocoder.http
 
AuthenticationMethod - Enum in org.apache.camel.component.geocoder.http
Authentication policy

B

basicAutenticationConfigurer(boolean, String, String) - Static method in class org.apache.camel.component.geocoder.http.AuthenticationHttpClientConfigurer
 

C

CITY - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
CompositeHttpConfigurer - Class in org.apache.camel.component.geocoder.http
 
CompositeHttpConfigurer() - Constructor for class org.apache.camel.component.geocoder.http.CompositeHttpConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.geocoder.http.AuthenticationHttpClientConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.geocoder.http.CompositeHttpConfigurer
 
configureHttpClient(HttpClient) - Method in interface org.apache.camel.component.geocoder.http.HttpClientConfigurer
Configure the HttpClient such as setting the authentication or proxying details
configureProxyAuth(CompositeHttpConfigurer, String, String, String, String, String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Configures the proxy authentication method to be used
COUNTRY_LONG - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
COUNTRY_SHORT - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
createConsumer(Processor) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.geocoder.GeoCoderComponent
 
createProducer() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 

D

doStart() - Method in class org.apache.camel.component.geocoder.GeoCoderProducer
 

E

extractGeoResult(GeocodeResponse, Exchange) - Method in class org.apache.camel.component.geocoder.GeoCoderProducer
 

G

GeoCoderComponent - Class in org.apache.camel.component.geocoder
Represents the component that manages GeoCoderEndpoint.
GeoCoderComponent() - Constructor for class org.apache.camel.component.geocoder.GeoCoderComponent
 
GeoCoderConstants - Class in org.apache.camel.component.geocoder
 
GeoCoderEndpoint - Class in org.apache.camel.component.geocoder
The geocoder component is used for looking up geocodes (latitude and longitude) for a given address, or reverse lookup.
GeoCoderEndpoint() - Constructor for class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
GeoCoderEndpoint(String, GeoCoderComponent) - Constructor for class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
GeoCoderProducer - Class in org.apache.camel.component.geocoder
The GeoCoder producer.
GeoCoderProducer(GeoCoderEndpoint) - Constructor for class org.apache.camel.component.geocoder.GeoCoderProducer
 
getAddress() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getClientId() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getClientKey() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getConfigurers() - Method in class org.apache.camel.component.geocoder.http.CompositeHttpConfigurer
 
getHttpClientConfigurer() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getHttpConnectionManager() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getLanguage() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getLatlng() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getProxyAuthDomain() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getProxyAuthHost() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getProxyAuthMethod() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getProxyAuthPassword() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getProxyAuthUsername() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
getProxyPort() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 

H

HttpClientConfigurer - Interface in org.apache.camel.component.geocoder.http
A pluggable strategy for configuring the HttpClient used by this component

I

isHeadersOnly() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 
isSingleton() - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
 

L

LAT - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
LATLNG - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
LNG - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 

N

ntlmAutenticationConfigurer(boolean, String, String, String, String) - Static method in class org.apache.camel.component.geocoder.http.AuthenticationHttpClientConfigurer
 

O

org.apache.camel.component.geocoder - package org.apache.camel.component.geocoder
 
org.apache.camel.component.geocoder.http - package org.apache.camel.component.geocoder.http
 

P

process(Exchange) - Method in class org.apache.camel.component.geocoder.GeoCoderProducer
 
processCurrentLocation(Exchange) - Method in class org.apache.camel.component.geocoder.GeoCoderProducer
 

R

REGION_CODE - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
REGION_NAME - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
removeConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.geocoder.http.CompositeHttpConfigurer
 

S

setAddress(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
The geo address which should be prefixed with address:
setClientId(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
To use google premium with this client id
setClientKey(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
To use google premium with this client key
setHeadersOnly(boolean) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Whether to only enrich the Exchange with headers, and leave the body as-is.
setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Register a custom configuration strategy for new HttpClient instances created by producers or consumers such as to configure authentication mechanisms etc
setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
To use a custom HttpConnectionManager to manage connections
setLanguage(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
The language to use.
setLatlng(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
The geo latitude and longitude which should be prefixed with latlng:
setProxyAuthDomain(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Domain for proxy NTML authentication
setProxyAuthHost(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Optional host for proxy NTML authentication
setProxyAuthMethod(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Authentication method for proxy, either as Basic, Digest or NTLM.
setProxyAuthPassword(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Password for proxy authentication
setProxyAuthUsername(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
Username for proxy authentication
setProxyHost(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
The proxy host name
setProxyPort(int) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
The proxy port number
STATUS - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 

V

valueOf(String) - Static method in enum org.apache.camel.component.geocoder.http.AuthenticationMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.geocoder.http.AuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I L N O P R S V 
Skip navigation links

Apache Camel