org.openvpms.esci.service
Interface RegistryService

All Known Implementing Classes:
RegistryWebService

@BindingType(value="http://schemas.xmlsoap.org/wsdl/soap/http")
public interface RegistryService

A simple registry for ESCI services.

This enables the WSDL URLs of each ESCI service to be obtained.

Version:
$LastChangedDate: $
Author:
OpenVPMS Team

Method Summary
 String getInboxService()
          Returns the InboxService WSDL URL.
 String getOrderService()
          Returns the OrderService WSDL URL.
 

Method Detail

getInboxService

String getInboxService()
Returns the InboxService WSDL URL.

Returns:
the InboxService WSDL URL

getOrderService

String getOrderService()
Returns the OrderService WSDL URL.

Returns:
the OrderService WSDL URL


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