org.apache.servicemix.jbi.resolver
Class NullEndpointFilter

java.lang.Object
  extended by org.apache.servicemix.jbi.resolver.NullEndpointFilter
All Implemented Interfaces:
org.apache.servicemix.jbi.api.EndpointFilter

public class NullEndpointFilter
extends Object
implements EndpointFilter

A null filter which never filters anything out.

Version:
$Revision: 564607 $

Constructor Summary
NullEndpointFilter()
           
 
Method Summary
 boolean evaluate(javax.jbi.servicedesc.ServiceEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange)
           
static NullEndpointFilter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEndpointFilter

public NullEndpointFilter()
Method Detail

getInstance

public static NullEndpointFilter getInstance()

evaluate

public boolean evaluate(javax.jbi.servicedesc.ServiceEndpoint endpoint,
                        javax.jbi.messaging.MessageExchange exchange)
Specified by:
evaluate in interface org.apache.servicemix.jbi.api.EndpointFilter


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