Uses of Class
org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
Packages that use ServiceCallExpressionConfiguration Package Description org.apache.camel.model.cloud The JAXB POJOs for the remote service call DSL -
-
Uses of ServiceCallExpressionConfiguration in org.apache.camel.model.cloud
Methods in org.apache.camel.model.cloud that return ServiceCallExpressionConfiguration Modifier and Type Method Description ServiceCallExpressionConfigurationServiceCallExpressionConfiguration. expression(org.apache.camel.Expression expression)ServiceCallExpressionConfigurationServiceCallExpressionConfiguration. expressionType(ExpressionDefinition expressionType)ServiceCallExpressionConfigurationServiceCallConfigurationDefinition. getExpressionConfiguration()ServiceCallExpressionConfigurationServiceCallDefinition. getExpressionConfiguration()ServiceCallExpressionConfigurationServiceCallExpressionConfiguration. hostHeader(String hostHeader)The header that holds the service host information, default ServiceCallConstants.SERVICE_HOSTServiceCallExpressionConfigurationServiceCallExpressionConfiguration. portHeader(String portHeader)The header that holds the service port information, default ServiceCallConstants.SERVICE_PORTMethods in org.apache.camel.model.cloud with parameters of type ServiceCallExpressionConfiguration Modifier and Type Method Description ServiceCallConfigurationDefinitionServiceCallConfigurationDefinition. expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)Configures the Expression using the given configuration.ServiceCallDefinitionServiceCallDefinition. expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)Configures the Expression using the given configuration.voidServiceCallConfigurationDefinition. setExpressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)Configures the Expression using the given configuration.voidServiceCallDefinition. setExpressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)Configures the Expression using the given configuration.
-