org.ow2.petals.registry.api.ws.service
Interface RegistryService


public interface RegistryService

The registry web service used to expose the registry to other registries

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 boolean delete(java.lang.String path, Information information)
           
 Resource get(java.lang.String path, Information information)
           
 java.util.List<Resource> getAll(java.lang.String path, Information information)
           
 boolean put(java.lang.String path, Resource resource, Information information)
           
 java.util.List<Resource> query(Query query, Information information)
           
 

Method Detail

put

boolean put(java.lang.String path,
            Resource resource,
            Information information)
            throws RemoteRegistryException
Throws:
RemoteRegistryException

get

Resource get(java.lang.String path,
             Information information)
             throws RemoteRegistryException
Throws:
RemoteRegistryException

getAll

java.util.List<Resource> getAll(java.lang.String path,
                                Information information)
                                throws RemoteRegistryException
Throws:
RemoteRegistryException

delete

boolean delete(java.lang.String path,
               Information information)
               throws RemoteRegistryException
Throws:
RemoteRegistryException

query

java.util.List<Resource> query(Query query,
                               Information information)
                               throws RemoteRegistryException
Throws:
RemoteRegistryException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.