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


public interface RegistryClientService

The registry client service is used by WS clients to connect to the registry and to manipulate endpoints

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 boolean delete(java.lang.String path, boolean propagate)
           
 Endpoint get(java.lang.String path, boolean searchRemote)
           
 java.util.List<Endpoint> getAll(java.lang.String path, boolean searchRemote)
           
 boolean put(java.lang.String path, Endpoint endpoint, boolean propagate)
           
 

Method Detail

put

boolean put(java.lang.String path,
            Endpoint endpoint,
            boolean propagate)
            throws RemoteRegistryException
Throws:
RemoteRegistryException

get

Endpoint get(java.lang.String path,
             boolean searchRemote)
             throws RemoteRegistryException
Throws:
RemoteRegistryException

getAll

java.util.List<Endpoint> getAll(java.lang.String path,
                                boolean searchRemote)
                                throws RemoteRegistryException
Throws:
RemoteRegistryException

delete

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


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