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 ServiceCallExpressionConfiguration
ServiceCallExpressionConfiguration. expression(org.apache.camel.Expression expression)
ServiceCallExpressionConfiguration
ServiceCallExpressionConfiguration. expressionType(ExpressionDefinition expressionType)
ServiceCallExpressionConfiguration
ServiceCallConfigurationDefinition. getExpressionConfiguration()
ServiceCallExpressionConfiguration
ServiceCallDefinition. getExpressionConfiguration()
ServiceCallExpressionConfiguration
ServiceCallExpressionConfiguration. hostHeader(String hostHeader)
The header that holds the service host information, default ServiceCallConstants.SERVICE_HOSTServiceCallExpressionConfiguration
ServiceCallExpressionConfiguration. 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 ServiceCallConfigurationDefinition
ServiceCallConfigurationDefinition. expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)
Configures the Expression using the given configuration.ServiceCallDefinition
ServiceCallDefinition. expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)
Configures the Expression using the given configuration.void
ServiceCallConfigurationDefinition. setExpressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)
Configures the Expression using the given configuration.void
ServiceCallDefinition. setExpressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration)
Configures the Expression using the given configuration.
-