org.wso2.carbon.governance.api.wsdls
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 |
boolean |
matches(Wsdl wsdl)
Whether the given WSDL artifact matches the expected filter criteria. |
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.
Copyright © 2010 WSO2 Inc. All Rights Reserved.