Uses of Class
org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
Packages that use ServiceCallExpressionConfiguration
-
Uses of ServiceCallExpressionConfiguration in org.apache.camel.model.cloud
Methods in org.apache.camel.model.cloud that return ServiceCallExpressionConfigurationModifier and TypeMethodDescriptionServiceCallExpressionConfiguration.expression(org.apache.camel.Expression expression) Deprecated.ServiceCallExpressionConfiguration.expressionType(ExpressionDefinition expressionType) Deprecated.ServiceCallConfigurationDefinition.getExpressionConfiguration()Deprecated.ServiceCallDefinition.getExpressionConfiguration()Deprecated.ServiceCallExpressionConfiguration.hostHeader(String hostHeader) Deprecated.The header that holds the service host information, default ServiceCallConstants.SERVICE_HOSTServiceCallExpressionConfiguration.portHeader(String portHeader) Deprecated.The header that holds the service port information, default ServiceCallConstants.SERVICE_PORTMethods in org.apache.camel.model.cloud with parameters of type ServiceCallExpressionConfigurationModifier and TypeMethodDescriptionServiceCallConfigurationDefinition.expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration) Deprecated.Configures the Expression using the given configuration.ServiceCallDefinition.expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration) Deprecated.Configures the Expression using the given configuration.voidServiceCallConfigurationDefinition.setExpressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration) Deprecated.Configures the Expression using the given configuration.voidServiceCallDefinition.setExpressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration) Deprecated.Configures the Expression using the given configuration.