Package org.apache.camel.model.cloud
Class ServiceCallExpressionConfiguration
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.cloud.ServiceCallConfiguration
org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceExpressionFactory,org.apache.camel.cloud.ServiceFactory<org.apache.camel.Expression>
@Metadata(label="routing,cloud")
@Configurer(extended=true)
@Deprecated
public class ServiceCallExpressionConfiguration
extends ServiceCallConfiguration
implements org.apache.camel.cloud.ServiceExpressionFactory
Deprecated.
-
Field Summary
Fields inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
properties -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ServiceCallExpressionConfiguration(ServiceCallDefinition parent, String factoryKey) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionend()Deprecated.Deprecated.expression(org.apache.camel.Expression expression) Deprecated.expressionType(ExpressionDefinition expressionType) Deprecated.org.apache.camel.ExpressionDeprecated.Deprecated.Deprecated.Deprecated.hostHeader(String hostHeader) Deprecated.The header that holds the service host information, default ServiceCallConstants.SERVICE_HOSTorg.apache.camel.ExpressionnewInstance(org.apache.camel.CamelContext camelContext) Deprecated.portHeader(String portHeader) Deprecated.The header that holds the service port information, default ServiceCallConstants.SERVICE_PORTDeprecated.Adds a custom property to use.voidsetExpression(org.apache.camel.Expression expression) Deprecated.voidsetExpressionType(ExpressionDefinition expressionType) Deprecated.voidsetHostHeader(String hostHeader) Deprecated.The header that holds the service host information, default ServiceCallConstants.SERVICE_HOSTvoidsetPortHeader(String portHeader) Deprecated.The header that holds the service port information, default ServiceCallConstants.SERVICE_PORTMethods inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
getConfiguredOptions, getProperties, getPropertiesAsMap, postProcessFactoryParameters, setPropertiesMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
ServiceCallExpressionConfiguration
public ServiceCallExpressionConfiguration()Deprecated. -
ServiceCallExpressionConfiguration
Deprecated.
-
-
Method Details
-
end
Deprecated. -
endParent
Deprecated. -
property
Deprecated.Description copied from class:ServiceCallConfigurationAdds a custom property to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.- Overrides:
propertyin classServiceCallConfiguration
-
getHostHeader
Deprecated. -
setHostHeader
Deprecated.The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST -
getPortHeader
Deprecated. -
setPortHeader
Deprecated.The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT -
getExpressionType
Deprecated. -
setExpressionType
Deprecated. -
getExpression
public org.apache.camel.Expression getExpression()Deprecated. -
setExpression
public void setExpression(org.apache.camel.Expression expression) Deprecated. -
hostHeader
Deprecated.The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST -
portHeader
Deprecated.The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT -
expressionType
Deprecated. -
expression
Deprecated. -
newInstance
public org.apache.camel.Expression newInstance(org.apache.camel.CamelContext camelContext) throws Exception Deprecated.- Specified by:
newInstancein interfaceorg.apache.camel.cloud.ServiceFactory<org.apache.camel.Expression>- Throws:
Exception
-