Uses of Interface
org.apache.servicemix.eip.support.Predicate

Packages that use Predicate
org.apache.servicemix.eip.patterns   
org.apache.servicemix.eip.support   
 

Uses of Predicate in org.apache.servicemix.eip.patterns
 

Methods in org.apache.servicemix.eip.patterns that return Predicate
 Predicate MessageFilter.getFilter()
           
 

Methods in org.apache.servicemix.eip.patterns with parameters of type Predicate
 void MessageFilter.setFilter(Predicate filter)
           
 

Uses of Predicate in org.apache.servicemix.eip.support
 

Classes in org.apache.servicemix.eip.support that implement Predicate
 class SwitchPredicate
          switch (on/off) predicate based on a property that can come from 1. a system property 2. a property from a property file (specified as Spring resource) 3. a property from the exchange 4. swtich on/off via JMX MBean (not yet implemented)

the property is interpreted as a boolean value If fromExchange is true --> 3.

 class XPathPredicate
           
 

Methods in org.apache.servicemix.eip.support that return Predicate
 Predicate RoutingRule.getPredicate()
           
 

Methods in org.apache.servicemix.eip.support with parameters of type Predicate
 void RoutingRule.setPredicate(Predicate predicate)
           
 

Constructors in org.apache.servicemix.eip.support with parameters of type Predicate
RoutingRule(Predicate predicate, ExchangeTarget target)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.