Uses of Class
org.apache.camel.model.ExpressionSubElementDefinition

Packages that use ExpressionSubElementDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.loadbalancer The LoadBalancer and the LoadBalancerStrategy JAXB Objects 
 

Uses of ExpressionSubElementDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ExpressionSubElementDefinition
 ExpressionSubElementDefinition AggregateDefinition.getCompletionPredicate()
           
 ExpressionSubElementDefinition AggregateDefinition.getCorrelationExpression()
           
 ExpressionSubElementDefinition OnExceptionDefinition.getHandled()
           
 ExpressionSubElementDefinition WireTapDefinition.getNewExchangeExpression()
           
 ExpressionSubElementDefinition OnExceptionDefinition.getRetryUntil()
           
 

Methods in org.apache.camel.model with parameters of type ExpressionSubElementDefinition
 void AggregateDefinition.setCompletionPredicate(ExpressionSubElementDefinition completionPredicate)
           
 void AggregateDefinition.setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)
           
 void OnExceptionDefinition.setHandled(ExpressionSubElementDefinition handled)
           
 void WireTapDefinition.setNewExchangeExpression(ExpressionSubElementDefinition expression)
           
 void OnExceptionDefinition.setRetryUntil(ExpressionSubElementDefinition retryUntil)
           
 

Uses of ExpressionSubElementDefinition in org.apache.camel.model.loadbalancer
 

Methods in org.apache.camel.model.loadbalancer that return ExpressionSubElementDefinition
 ExpressionSubElementDefinition StickyLoadBalancerDefinition.getCorrelationExpression()
           
 

Methods in org.apache.camel.model.loadbalancer with parameters of type ExpressionSubElementDefinition
 void StickyLoadBalancerDefinition.setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.