Uses of Interface
org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl
Packages that use Wsdl
Package
Description
-
Uses of Wsdl in org.wso2.carbon.governance.api.services.dataobjects
Methods in org.wso2.carbon.governance.api.services.dataobjects that return WsdlModifier and TypeMethodDescriptionWsdl[]Service.getAttachedWsdls()Method to retrieve all WSDLs attached to this service artifact.Wsdl[]ServiceImpl.getAttachedWsdls()Method to retrieve all WSDLs attached to this service artifact.Methods in org.wso2.carbon.governance.api.services.dataobjects with parameters of type WsdlModifier and TypeMethodDescriptionvoidService.attachWSDL(Wsdl wsdl) Attach a WSDL artifact to a service artifact.voidServiceImpl.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 WsdlModifier and TypeMethodDescriptionWsdl[]WsdlManager.findWsdls(WsdlFilter criteria) Finds all WSDL artifacts matching the given filter criteria.Wsdl[]WsdlManager.getAllWsdls()Finds all WSDL artifacts on the registry.Fetches the given WSDL artifact on the registry.WsdlManager.newWsdl(byte[] content) Create a new WSDL based on content either embedded or passed to a service.Create a new WSDL based on content either embedded or passed to a service.Adds a new WSDL artifact from the given URL.Methods in org.wso2.carbon.governance.api.wsdls with parameters of type WsdlModifier and TypeMethodDescriptionvoidAdds the given WSDL artifact to the registry.booleanWhether the given WSDL artifact matches the expected filter criteria.protected voidWsdlManager.setContent(Wsdl wsdl, org.wso2.carbon.registry.core.Resource wsdlResource) Sets content of the given WSDL artifact to the given resource on the registry.voidWsdlManager.updateWsdl(Wsdl wsdl) Updates the given WSDL artifact on the registry. -
Uses of Wsdl in org.wso2.carbon.governance.api.wsdls.dataobjects
Classes in org.wso2.carbon.governance.api.wsdls.dataobjects that implement WsdlModifier and TypeClassDescriptionclassThis represents a WSDL artifact stored on the Registry.