- setAppid(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
APPID ID used to authenticate the user connected to the API Server
- setCnt(Integer) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Number of results to be found
- setHeaderName(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
To store the weather result in this header instead of the message body.
- setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
To use a custom HttpConnectionManager to manage connections
- setIds(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
List of id's of city/stations.
- setIds(List<String>) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
- setLanguage(WeatherLanguage) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Language of the response.
- setLat(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Latitude of location.
- setLocation(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
If null Camel will try and determine your current location using the geolocation of your ip address,
else specify the city,country.
- setLon(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Longitude of location.
- setMode(WeatherMode) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The output format of the weather data.
- setName(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
- setPeriod(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
If null, the current weather will be returned, else use values of 5, 7, 14 days.
- setProxyAuthDomain(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Domain for proxy NTLM authentication
- setProxyAuthHost(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Optional host for proxy NTLM authentication
- setProxyAuthMethod(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Authentication method for proxy, either as Basic, Digest or NTLM.
- setProxyAuthPassword(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Password for proxy authentication
- setProxyAuthUsername(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Username for proxy authentication
- setProxyHost(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The proxy host name
- setProxyPort(Integer) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The proxy port number
- setRightLon(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
For boxed queries this is the right longtitude.
- setTopLat(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
For boxed queries this is the top latitude.
- setUnits(WeatherUnits) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The units for temperature measurement.
- setWeatherApi(WeatherApi) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The API to be use (current, forecast/3 hour, forecast daily, station)
- setZip(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Zip-code, e.g.
- setZoom(Integer) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
For boxed queries this is the zoom.
- valueOf(String) - Static method in enum org.apache.camel.component.weather.http.AuthenticationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.weather.WeatherApi
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.weather.WeatherLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.weather.WeatherMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.weather.WeatherUnits
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.camel.component.weather.http.AuthenticationMethod
-
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.weather.WeatherApi
-
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.weather.WeatherLanguage
-
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.weather.WeatherMode
-
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.weather.WeatherUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.