Skip navigation links
A C D E F G I L O P R S V 

A

ADDRESS - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
AuthenticationMethod - Enum in org.apache.camel.component.geocoder.http
Authentication policy

C

CITY - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
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(GeocodingResult[], Exchange) - Method in class org.apache.camel.component.geocoder.GeoCoderProducer
 

F

fromValue(String) - Static method in enum org.apache.camel.component.geocoder.GeocoderStatus
 

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
 
GeocoderStatus - Enum in org.apache.camel.component.geocoder
 
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
 
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
 

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
 

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

POSTAL_CODE - Static variable in class org.apache.camel.component.geocoder.GeoCoderConstants
 
process(Exchange) - Method in class org.apache.camel.component.geocoder.GeoCoderProducer
 
processCurrentLocation(Exchange) - Method in class org.apache.camel.component.geocoder.GeoCoderProducer
Perform geolocation to retrieve LatLng and then perform a geocoding

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
 

S

setAddress(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
The geo address which should be prefixed with address:
setApiKey(String) - Method in class org.apache.camel.component.geocoder.GeoCoderEndpoint
To use google apiKey
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.
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

value() - Method in enum org.apache.camel.component.geocoder.GeocoderStatus
 
valueOf(String) - Static method in enum org.apache.camel.component.geocoder.GeocoderStatus
Returns the enum constant of this type with the specified name.
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.GeocoderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
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 C D E F G I L O P R S V 
Skip navigation links

Apache Camel