Interface AxisServiceFilter


public interface AxisServiceFilter
Filter for AxisService instances. This interface is used by AxisServiceTracker.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(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:
      true if the service matches the filter criteria