Uses of Interface
org.openvpms.esci.service.client.ServiceLocator

Packages that use ServiceLocator
org.openvpms.esci.service.client   
 

Uses of ServiceLocator in org.openvpms.esci.service.client
 

Methods in org.openvpms.esci.service.client that return ServiceLocator
<T> ServiceLocator<T>
ServiceLocatorFactory.getServiceLocator(Class<T> serviceInterface, String wsdlDocumentURL, String username, String password)
          Returns a ServiceLocator for the specified service interface, WSDL document URL and credentials.
<T> ServiceLocator<T>
DefaultServiceLocatorFactory.getServiceLocator(Class<T> serviceInterface, String wsdlDocumentURL, String username, String password)
          Returns a ServiceLocator for the specified service interface, WSDL document URL and credentials.
<T> ServiceLocator<T>
ServiceLocatorFactory.getServiceLocator(Class<T> serviceInterface, String wsdlDocumentURL, String endpointAddress, String username, String password)
          Returns a ServiceLocator for the specified service interface, WSDL document URL, credentials and optional endpoint address.
<T> ServiceLocator<T>
DefaultServiceLocatorFactory.getServiceLocator(Class<T> serviceInterface, String wsdlDocumentURL, String endpointAddress, String username, String password)
          Returns a ServiceLocator for the specified service interface, WSDL document URL and credentials.
 



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