| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ComponentsBuilderFactory.servicenow()
ServiceNow (camel-servicenow)
The servicenow component is used to integrate Camel with ServiceNow cloud
services.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ServicenowComponentBuilderFactory.ServicenowComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.apiUrl(String apiUrl)
The ServiceNow REST API url.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.configuration(org.apache.camel.component.servicenow.ServiceNowConfiguration configuration)
The ServiceNow default configuration.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.instanceName(String instanceName)
The ServiceNow instance name.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.oauthClientId(String oauthClientId)
OAuth2 ClientID.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.oauthClientSecret(String oauthClientSecret)
OAuth2 ClientSecret.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.oauthTokenUrl(String oauthTokenUrl)
OAuth token Url.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.password(String password)
ServiceNow account password.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyHost(String proxyHost)
The proxy host name.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyPassword(String proxyPassword)
Password for proxy authentication.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyPort(Integer proxyPort)
The proxy port number.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.proxyUserName(String proxyUserName)
Username for proxy authentication.
|
static ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.servicenow()
ServiceNow (camel-servicenow)
The servicenow component is used to integrate Camel with ServiceNow cloud
services.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
ServicenowComponentBuilderFactory.ServicenowComponentBuilder.userName(String userName)
ServiceNow user account name.
|
Apache Camel