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)
          The filter to use on incoming messages
 

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 a system property, a property from a property file (specified as Spring resource), or a property from the exchange.
 class XPathPredicate
          A predicate that verify if the xpath expression evaluated on the content of the input message is true or not.
 

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)
          The predicate associated to this routing rule.
 

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



Copyright © 2005-2011 FuseSource. All Rights Reserved.