Uses of Class
org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl

Packages that use Wsdl
org.wso2.carbon.governance.api.services.dataobjects   
org.wso2.carbon.governance.api.wsdls   
 

Uses of Wsdl in org.wso2.carbon.governance.api.services.dataobjects
 

Methods in org.wso2.carbon.governance.api.services.dataobjects that return Wsdl
 Wsdl[] Service.getAttachedWsdls()
          Method to retrieve all WSDLs attached to this service artifact.
 

Methods in org.wso2.carbon.governance.api.services.dataobjects with parameters of type Wsdl
 void Service.attachWSDL(Wsdl wsdl)
          Attach a WSDL artifact to a service artifact.
 

Uses of Wsdl in org.wso2.carbon.governance.api.wsdls
 

Methods in org.wso2.carbon.governance.api.wsdls that return Wsdl
 Wsdl[] WsdlManager.findWsdls(WsdlFilter criteria)
          Finds all WSDL artifacts matching the given filter criteria.
 Wsdl[] WsdlManager.getAllWsdls()
          Finds all WSDL artifacts on the registry.
 Wsdl WsdlManager.getWsdl(String wsdlId)
          Fetches the given WSDL artifact on the registry.
 Wsdl WsdlManager.newWsdl(String url)
          Adds a new WSDL artifact from the given URL.
 

Methods in org.wso2.carbon.governance.api.wsdls with parameters of type Wsdl
 void WsdlManager.addWsdl(Wsdl wsdl)
          Adds the given WSDL artifact to the registry.
 boolean WsdlFilter.matches(Wsdl wsdl)
          Whether the given WSDL artifact matches the expected filter criteria.
protected  void WsdlManager.setContent(Wsdl wsdl, org.wso2.carbon.registry.core.Resource wsdlResource)
          Sets content of the given WSDL artifact to the given resource on the registry.
 void WsdlManager.updateWsdl(Wsdl wsdl)
          Updates the given WSDL artifact on the registry.
 



Copyright © 2010 WSO2 Inc. All Rights Reserved.