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 JAXB POJOs for the Load Balancer EIP pattern for the XML Configuration
 

Uses of ExpressionSubElementDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ExpressionSubElementDefinition
 ExpressionSubElementDefinition AggregateDefinition.getCompletionPredicate()
           
 ExpressionSubElementDefinition AggregateDefinition.getCompletionSizeExpression()
           
 ExpressionSubElementDefinition AggregateDefinition.getCompletionTimeoutExpression()
           
 ExpressionSubElementDefinition OnExceptionDefinition.getContinued()
           
 ExpressionSubElementDefinition AggregateDefinition.getCorrelationExpression()
           
 ExpressionSubElementDefinition OnExceptionDefinition.getHandled()
           
 ExpressionSubElementDefinition CatchDefinition.getHandled()
           
 ExpressionSubElementDefinition WireTapDefinition.getNewExchangeExpression()
           
 ExpressionSubElementDefinition OnExceptionDefinition.getRetryWhile()
           
 

Methods in org.apache.camel.model with parameters of type ExpressionSubElementDefinition
 void AggregateDefinition.setCompletionPredicate(ExpressionSubElementDefinition completionPredicate)
           
 void AggregateDefinition.setCompletionSizeExpression(ExpressionSubElementDefinition completionSizeExpression)
           
 void AggregateDefinition.setCompletionTimeoutExpression(ExpressionSubElementDefinition completionTimeoutExpression)
           
 void OnExceptionDefinition.setContinued(ExpressionSubElementDefinition continued)
           
 void AggregateDefinition.setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)
           
 void OnExceptionDefinition.setHandled(ExpressionSubElementDefinition handled)
           
 void CatchDefinition.setHandled(ExpressionSubElementDefinition handled)
           
 void WireTapDefinition.setNewExchangeExpression(ExpressionSubElementDefinition expression)
           
 void OnExceptionDefinition.setRetryWhile(ExpressionSubElementDefinition retryWhile)
           
 

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)
           
 



Apache CAMEL