org.openvpms.esci.service
Class RegistryWebService

java.lang.Object
  extended by org.openvpms.esci.service.RegistryWebService
All Implemented Interfaces:
RegistryService

public class RegistryWebService
extends Object
implements RegistryService

Default implementation of the RegistryService.

Version:
$LastChangedDate: $
Author:
OpenVPMS Team

Constructor Summary
RegistryWebService()
           
 
Method Summary
 String getInboxService()
          Returns the InboxService WSDL URL.
 String getOrderService()
          Returns the OrderService WSDL URL.
 RegistryService getRegistry()
          Returns the registry service.
 void setRegistry(RegistryService service)
          Registers the registry service to delegate to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryWebService

public RegistryWebService()
Method Detail

getInboxService

public String getInboxService()
Returns the InboxService WSDL URL.

Specified by:
getInboxService in interface RegistryService
Returns:
the InboxService WSDL URL

getOrderService

public String getOrderService()
Returns the OrderService WSDL URL.

Specified by:
getOrderService in interface RegistryService
Returns:
the OrderService WSDL URL

setRegistry

public void setRegistry(RegistryService service)
Registers the registry service to delegate to.

Parameters:
service - the registry service

getRegistry

public RegistryService getRegistry()
Returns the registry service.

Returns:
the registry service


Copyright © 2010-2011 OpenVPMS. All Rights Reserved..