Uses of Class
org.apache.camel.component.servicenow.ServiceNowConfiguration
Packages that use ServiceNowConfiguration
Package
Description
-
Uses of ServiceNowConfiguration in org.apache.camel.component.servicenow
Fields in org.apache.camel.component.servicenow declared as ServiceNowConfigurationModifier and TypeFieldDescriptionprotected final ServiceNowConfigurationAbstractServiceNowProcessor.configMethods in org.apache.camel.component.servicenow that return ServiceNowConfigurationModifier and TypeMethodDescriptionServiceNowConfiguration.copy()protected final ServiceNowConfigurationAbstractServiceNowProducer.getConfiguration()ServiceNowComponent.getConfiguration()ServiceNowEndpoint.getConfiguration()Methods in org.apache.camel.component.servicenow with parameters of type ServiceNowConfigurationModifier and TypeMethodDescriptionServiceNowParam.getDefaultValue(ServiceNowConfiguration configuration) ServiceNowParams.getDefaultValue(ServiceNowConfiguration configuration) ServiceNowParam.getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration) ServiceNowParams.getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration) voidServiceNowComponent.setConfiguration(ServiceNowConfiguration configuration) Component configurationConstructors in org.apache.camel.component.servicenow with parameters of type ServiceNowConfigurationModifierConstructorDescriptionServiceNowClient(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