- setCallback(String) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
The name of the JavaScript callback function for JSONP format.
- setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.camel.component.yql.YqlComponent
-
To use a custom configured HttpClientConnectionManager.
- setCrossProduct(String) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
When given the value optimized, the projected fields in SELECT statements that may be returned in separate item elements in the response are optimized to be in a single item element instead.
- setDebug(boolean) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
If true, and if diagnostic is set to true, debug data is returned with the response.
- setDiagnostics(boolean) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
If true, diagnostic information is returned with the response.
- setEnv(String) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
Allows you to use multiple Open Data Tables through a YQL environment file.
- setFormat(String) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
The expected format.
- setHttps(boolean) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
Option to use HTTPS to communicate with YQL.
- setJsonCompat(String) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
Enables lossless JSON processing.
- setQuery(String) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
The YQL statement to execute.
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.yql.configuration.YqlConfiguration
-
Option to disable throwing the YqlHttpException in case of failed responses from the remote server.