Class HttpServiceExpression
java.lang.Object
org.apache.camel.support.ExpressionSupport
org.apache.camel.support.ExpressionAdapter
org.apache.camel.impl.cloud.ServiceCallExpressionSupport
org.apache.camel.impl.cloud.DefaultServiceCallExpression
org.apache.camel.component.http.cloud.HttpServiceExpression
- All Implemented Interfaces:
org.apache.camel.Expression,org.apache.camel.Predicate
@Deprecated
public final class HttpServiceExpression
extends org.apache.camel.impl.cloud.DefaultServiceCallExpression
Deprecated.
The default is based on camel-http, this class is added to allow further customizations.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HttpServiceExpression(String hostHeader, String portHeader) Deprecated. -
Method Summary
Methods inherited from class org.apache.camel.impl.cloud.DefaultServiceCallExpression
buildCamelEndpointUri, doBuildCamelEndpointUriMethods inherited from class org.apache.camel.impl.cloud.ServiceCallExpressionSupport
evaluate, getHostHeader, getPortHeader, setHostHeader, setPortHeaderMethods inherited from class org.apache.camel.support.ExpressionAdapter
assertionFailureMessage, evaluate, initMethods inherited from class org.apache.camel.support.ExpressionSupport
assertMatches, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.Predicate
initPredicate
-
Constructor Details
-
HttpServiceExpression
public HttpServiceExpression()Deprecated. -
HttpServiceExpression
Deprecated.
-