org.apache.servicemix.jbi.resolver
Interface SubscriptionFilter


public interface SubscriptionFilter

Represents a filter used to match Subcriptions for the internal pub/dispatch model

Version:
$Revision: 564607 $

Method Summary
 boolean matches(javax.jbi.messaging.MessageExchange exchange)
          Performs the filter on the endpoint returning true if the endpoint is suitable, based on some capabilities evaluation or false if the endpoint should be ignored.
 

Method Detail

matches

boolean matches(javax.jbi.messaging.MessageExchange exchange)
Performs the filter on the endpoint returning true if the endpoint is suitable, based on some capabilities evaluation or false if the endpoint should be ignored.

Parameters:
exchange -
Returns:
true if will accept the exchange


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