Uses of Class
org.wso2.carbon.registry.ws.api.WSResource
Packages that use WSResource
-
Uses of WSResource in org.wso2.carbon.registry.ws.api
Subclasses of WSResource in org.wso2.carbon.registry.ws.apiModifier and TypeClassDescriptionclassThe WSCollection class is a web service compatible version of the Collection class.Methods in org.wso2.carbon.registry.ws.api that return WSResourceModifier and TypeMethodDescriptionWSResourceData.getResource()Returns the resource at the given path.WSRegistry.WSgetMetaData(String path) Returns the meta data of the resource at the given path.WSRegistry.WSnewResource()Returns a new WSResource instance.Methods in org.wso2.carbon.registry.ws.api with parameters of type WSResourceModifier and TypeMethodDescriptionvoidWSResourceData.setResource(WSResource resource) WSRegistry.WSimportResource(String suggestedPath, String sourceURL, WSResource metadata) Creates a resource by fetching the resource content from the given URL.WSRegistry.WSput(String suggestedPath, WSResource wsResource) Adds or updates resources in the registry. -
Uses of WSResource in org.wso2.carbon.registry.ws.api.utils
Methods in org.wso2.carbon.registry.ws.api.utils that return WSResourceModifier and TypeMethodDescriptionstatic WSResourceCommonUtil.newResourcetoWSResource(org.wso2.carbon.registry.core.Resource resource) static WSResourceCommonUtil.transformResourceToWSResource(org.wso2.carbon.registry.core.Resource resource, DataHandler dataHandler) Methods in org.wso2.carbon.registry.ws.api.utils with parameters of type WSResourceModifier and TypeMethodDescriptionstatic byte[]CommonUtil.makeBytesFromDataHandler(WSResource wsResource) static org.wso2.carbon.registry.core.CollectionCommonUtil.transformWSCollectiontoCollection(WSResource wsCollection, Object content) static org.wso2.carbon.registry.core.ResourceCommonUtil.transformWSResourcetoResource(WSResource wsResource, Object content)