Interface WsdlFilter


public interface WsdlFilter
This interface represents a mechanism to filter that can be used to identify a WSDL from a given set of WSDLs.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Wsdl wsdl)
    Whether the given WSDL artifact matches the expected filter criteria.
  • Method Details

    • matches

      boolean matches(Wsdl wsdl) throws GovernanceException
      Whether the given WSDL artifact matches the expected filter criteria.
      Parameters:
      wsdl - the WSDL artifact.
      Returns:
      true if a match was found or false otherwise.
      Throws:
      GovernanceException - if the operation failed.