org.apache.axis2.transport.base.tracker
Interface AxisServiceFilter


public interface AxisServiceFilter

Filter for AxisService instances. This interface is used by AxisServiceTracker.


Method Summary
 boolean matches(org.apache.axis2.description.AxisService service)
          Examine whether a given service matches the filter criteria.
 

Method Detail

matches

boolean matches(org.apache.axis2.description.AxisService service)
Examine whether a given service matches the filter criteria.

Parameters:
service - the service to examine
Returns:
true if the service matches the filter criteria


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.