- secretPropertyNames() - Method in class org.apache.camel.component.weather.WeatherEndpointUriFactory
-
- 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
- setGeolocationAccessKey(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The geolocation service now needs an accessKey to be used
- setGeoLocationProvider(GeoLocationProvider) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
A custum geolocation provider to determine the longitude and latitude to use when no location information is set.
- setGeolocationRequestHostIP(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The geolocation service now needs to specify the IP associated to the accessKey you're using
- setHeaderName(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
To store the weather result in this header instead of the message body.
- setHttpClient(CloseableHttpClient) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
To use an existing configured http client (for example with http proxy)
- 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.
- 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 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.