|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSResource | |
---|---|
org.wso2.carbon.registry.ws.api | |
org.wso2.carbon.registry.ws.api.utils |
Uses of WSResource in org.wso2.carbon.registry.ws.api |
---|
Subclasses of WSResource in org.wso2.carbon.registry.ws.api | |
---|---|
class |
WSCollection
The WSCollection class is a web service compatible version of the Collection class. |
Methods in org.wso2.carbon.registry.ws.api that return WSResource | |
---|---|
WSResource |
WSResourceData.getResource()
|
WSResource |
WSRegistry.WSget(String path)
Returns the resource at the given path. |
WSResource |
WSRegistry.WSgetMetaData(String path)
Returns the meta data of the resource at the given path. |
WSResource |
WSRegistry.WSnewResource()
Returns a new WSResource instance. |
Methods in org.wso2.carbon.registry.ws.api with parameters of type WSResource | |
---|---|
void |
WSResourceData.setResource(WSResource resource)
|
String |
WSRegistry.WSimportResource(String suggestedPath,
String sourceURL,
WSResource metadata)
Creates a resource by fetching the resource content from the given URL. |
String |
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 WSResource | |
---|---|
static WSResource |
CommonUtil.newResourcetoWSResource(org.wso2.carbon.registry.core.Resource resource)
|
static WSResource |
CommonUtil.transformResourceToWSResource(org.wso2.carbon.registry.core.Resource resource,
DataHandler dataHandler)
|
Methods in org.wso2.carbon.registry.ws.api.utils with parameters of type WSResource | |
---|---|
static byte[] |
CommonUtil.makeBytesFromDataHandler(WSResource wsResource)
|
static org.wso2.carbon.registry.core.Collection |
CommonUtil.transformWSCollectiontoCollection(WSResource wsCollection,
Object content)
|
static org.wso2.carbon.registry.core.Resource |
CommonUtil.transformWSResourcetoResource(WSResource wsResource,
Object content)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |