Uses of Class
org.wso2.carbon.registry.ws.api.WSProperty
-
Packages that use WSProperty Package Description org.wso2.carbon.registry.ws.api -
-
Uses of WSProperty in org.wso2.carbon.registry.ws.api
Methods in org.wso2.carbon.registry.ws.api that return WSProperty Modifier and Type Method Description WSProperty[]
WSResource. getProperties()
Returns all properties of the WSResource.Methods in org.wso2.carbon.registry.ws.api with parameters of type WSProperty Modifier and Type Method Description void
WSResource. setProperties(WSProperty[] properties)
Set properties of a WSResource.
-