org.ow2.petals.registry.core.ws.service
Class RegistryClientServiceImpl

java.lang.Object
  extended by org.ow2.petals.registry.core.ws.service.RegistryClientServiceImpl
All Implemented Interfaces:
org.ow2.petals.registry.api.ws.service.RegistryClientService

public class RegistryClientServiceImpl
extends java.lang.Object
implements org.ow2.petals.registry.api.ws.service.RegistryClientService

The registry client WS implementation used by clients to access to the registry and to work with endpoints (not intended to be used by registries to exchange resources)...

Author:
Christophe HAMERLING - eBM WebSourcing

Constructor Summary
RegistryClientServiceImpl(org.ow2.petals.registry.api.LocalRegistry localRegistry)
           
 
Method Summary
 boolean delete(java.lang.String path, boolean b)
           
 org.ow2.petals.registry.api.ws.to.Endpoint get(java.lang.String path, boolean b)
           
 java.util.List<org.ow2.petals.registry.api.ws.to.Endpoint> getAll(java.lang.String path, boolean b)
           
 boolean put(java.lang.String path, org.ow2.petals.registry.api.ws.to.Endpoint endpoint, boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryClientServiceImpl

public RegistryClientServiceImpl(org.ow2.petals.registry.api.LocalRegistry localRegistry)
Method Detail

delete

public boolean delete(java.lang.String path,
                      boolean b)
               throws org.ow2.petals.registry.api.ws.RemoteRegistryException
Specified by:
delete in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
Throws:
org.ow2.petals.registry.api.ws.RemoteRegistryException

get

public org.ow2.petals.registry.api.ws.to.Endpoint get(java.lang.String path,
                                                      boolean b)
                                               throws org.ow2.petals.registry.api.ws.RemoteRegistryException
Specified by:
get in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
Throws:
org.ow2.petals.registry.api.ws.RemoteRegistryException

put

public boolean put(java.lang.String path,
                   org.ow2.petals.registry.api.ws.to.Endpoint endpoint,
                   boolean b)
            throws org.ow2.petals.registry.api.ws.RemoteRegistryException
Specified by:
put in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
Throws:
org.ow2.petals.registry.api.ws.RemoteRegistryException

getAll

public java.util.List<org.ow2.petals.registry.api.ws.to.Endpoint> getAll(java.lang.String path,
                                                                         boolean b)
                                                                  throws org.ow2.petals.registry.api.ws.RemoteRegistryException
Specified by:
getAll in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
Throws:
org.ow2.petals.registry.api.ws.RemoteRegistryException


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