Uses of Class
org.apache.camel.component.servicenow.ServiceNowConfiguration
-
Packages that use ServiceNowConfiguration Package Description org.apache.camel.component.servicenow org.apache.camel.component.servicenow.auth -
-
Uses of ServiceNowConfiguration in org.apache.camel.component.servicenow
Fields in org.apache.camel.component.servicenow declared as ServiceNowConfiguration Modifier and Type Field Description protected ServiceNowConfiguration
AbstractServiceNowProcessor. config
Methods in org.apache.camel.component.servicenow that return ServiceNowConfiguration Modifier and Type Method Description ServiceNowConfiguration
ServiceNowConfiguration. copy()
protected ServiceNowConfiguration
AbstractServiceNowProducer. getConfiguration()
ServiceNowConfiguration
ServiceNowComponent. getConfiguration()
ServiceNowConfiguration
ServiceNowEndpoint. getConfiguration()
Methods in org.apache.camel.component.servicenow with parameters of type ServiceNowConfiguration Modifier and Type Method Description Object
ServiceNowParam. getDefaultValue(ServiceNowConfiguration configuration)
Object
ServiceNowParams. getDefaultValue(ServiceNowConfiguration configuration)
Object
ServiceNowParam. getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration)
Object
ServiceNowParams. getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration)
void
ServiceNowComponent. setConfiguration(ServiceNowConfiguration configuration)
Component configurationConstructors in org.apache.camel.component.servicenow with parameters of type ServiceNowConfiguration Constructor Description ServiceNowClient(org.apache.camel.CamelContext camelContext, ServiceNowConfiguration configuration)
ServiceNowEndpoint(String uri, ServiceNowComponent component, ServiceNowConfiguration configuration, String instanceName)
-
Uses of ServiceNowConfiguration in org.apache.camel.component.servicenow.auth
Constructors in org.apache.camel.component.servicenow.auth with parameters of type ServiceNowConfiguration Constructor Description AuthenticationRequestFilter(ServiceNowConfiguration conf)
OAuthToken(ServiceNowConfiguration configuration)
-