Interface AxisServiceFilter
public interface AxisServiceFilter
Filter for
AxisService instances. This interface is used by
AxisServiceTracker.-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.apache.axis2.description.AxisService service) Examine whether a given service matches the filter criteria.
-
Method Details
-
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:
trueif the service matches the filter criteria
-