Uses of Class
org.apache.camel.model.language.ExpressionType

Packages that use ExpressionType
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.language The JAXB POJOs for the Expression and Predicate plugins for the XML Configuration
org.apache.camel.model.loadbalancer The LoadBalancer and the LoadBalancerStrategy JAXB Objects 
org.apache.camel.view Helper class to help with the Visualisation of Routes 
 

Uses of ExpressionType in org.apache.camel.builder
 

Subclasses of ExpressionType in org.apache.camel.builder
 class ExpressionClause<T>
          Represents an expression clause within the DSL which when the expression is complete the clause continues to another part of the DSL
 

Uses of ExpressionType in org.apache.camel.model
 

Methods in org.apache.camel.model that return ExpressionType
 ExpressionType CompletedPredicate.getCompletePredicate()
           
 ExpressionType ExpressionNode.getExpression()
           
 

Methods in org.apache.camel.model that return types with arguments of type ExpressionType
 List<ExpressionType> ResequencerType.getExpressions()
           
 List<ExpressionType> ServiceActivationType.getUris()
           
 

Methods in org.apache.camel.model with parameters of type ExpressionType
 ResequencerType ResequencerType.expression(ExpressionType expression)
           
 FilterType ProcessorType.filter(ExpressionType expression)
           
 void CompletedPredicate.setCompletePredicate(ExpressionType completePredicate)
           
 void ExpressionNode.setExpression(ExpressionType expression)
           
 

Method parameters in org.apache.camel.model with type arguments of type ExpressionType
 void ServiceActivationType.setUris(List<ExpressionType> uris)
           
 

Constructors in org.apache.camel.model with parameters of type ExpressionType
AggregatorType(ExpressionType correlationExpression)
           
DelayerType(ExpressionType processAtExpression)
           
ExpressionNode(ExpressionType expression)
           
FilterType(ExpressionType expression)
           
RecipientListType(ExpressionType expression)
           
SetHeaderType(String headerName, ExpressionType expression)
           
SplitterType(ExpressionType expression)
           
WhenType(ExpressionType expression)
           
 

Uses of ExpressionType in org.apache.camel.model.language
 

Subclasses of ExpressionType in org.apache.camel.model.language
 class ELExpression
          For EL expresions and predicates
 class GroovyExpression
          For Groovy expresions and predicates
 class HeaderExpression
          An expression which extracts the named header
 class JavaScriptExpression
          For JavaScript expresions and predicates
 class JXPathExpression
          For JXPath expresions and predicates
 class LanguageExpression
          Represents a parameterised language expression which can support any language at runtime using the language attribute.
 class MethodCallExpression
          For expresions and predicates using the
 class NamespaceAwareExpression
          A useful base class for any expression which may be namespace or XML content aware such as XPathExpression or XQueryExpression
 class OgnlExpression
          For OGNL expresions and predicates
 class PhpExpression
          For PHP expresions and predicates
 class PythonExpression
          For Python expresions and predicates
 class RubyExpression
          For Ruby expresions and predicates
 class SimpleExpression
          For expresions and predicates using the
 class SqlExpression
          For SQL expresions and predicates
 class XPathExpression
          For XPath expresions and predicates
 class XQueryExpression
          For XQuery expresions and predicates
 

Methods in org.apache.camel.model.language with parameters of type ExpressionType
protected  void ExpressionType.setExpressionType(ExpressionType expressionType)
          Allows derived classes to set a lazily created expressionType instance such as if using the ExpressionClause
 

Method parameters in org.apache.camel.model.language with type arguments of type ExpressionType
static String ExpressionType.getLabel(List<ExpressionType> expressions)
           
 

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

Methods in org.apache.camel.model.loadbalancer that return ExpressionType
 ExpressionType StickyLoadBalanceStrategy.getExpressionType()
           
 

Methods in org.apache.camel.model.loadbalancer with parameters of type ExpressionType
 void StickyLoadBalanceStrategy.setExpressionType(ExpressionType expressionType)
           
 

Constructors in org.apache.camel.model.loadbalancer with parameters of type ExpressionType
StickyLoadBalanceStrategy(ExpressionType expressionType)
           
StickyLoadBalanceStrategy(ExpressionType expressionType, LoadBalancerType loadBalancerType)
           
 

Uses of ExpressionType in org.apache.camel.view
 

Methods in org.apache.camel.view with parameters of type ExpressionType
protected  String GraphGeneratorSupport.getLabel(ExpressionType expression)
           
 

Method parameters in org.apache.camel.view with type arguments of type ExpressionType
protected  String GraphGeneratorSupport.getLabel(List<ExpressionType> expressions)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.