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 Detail

      • 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.