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 ServiceNowConfigurationAbstractServiceNowProcessor. configMethods in org.apache.camel.component.servicenow that return ServiceNowConfiguration Modifier and Type Method Description ServiceNowConfigurationServiceNowConfiguration. copy()protected ServiceNowConfigurationAbstractServiceNowProducer. getConfiguration()ServiceNowConfigurationServiceNowComponent. getConfiguration()ServiceNowConfigurationServiceNowEndpoint. getConfiguration()Methods in org.apache.camel.component.servicenow with parameters of type ServiceNowConfiguration Modifier and Type Method Description ObjectServiceNowParam. getDefaultValue(ServiceNowConfiguration configuration)ObjectServiceNowParams. getDefaultValue(ServiceNowConfiguration configuration)ObjectServiceNowParam. getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration)ObjectServiceNowParams. getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration)voidServiceNowComponent. 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)
-