Methods in org.openvpms.esci.service.client that return ServiceLocator |
|
ServiceLocatorFactory.getServiceLocator(Class<T> serviceInterface,
String wsdlDocumentURL,
String username,
String password)
Returns a ServiceLocator for the specified service interface, WSDL document URL and credentials. |
|
DefaultServiceLocatorFactory.getServiceLocator(Class<T> serviceInterface,
String wsdlDocumentURL,
String username,
String password)
Returns a ServiceLocator for the specified service interface, WSDL document URL and credentials. |
|
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. |
|
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. |