| Package | Description | 
|---|---|
| org.apache.juddi.v3.client.config | 
 Main integration point for client applications, configuration, clerks 
 | 
| org.apache.juddi.v3.client.mapping | 
 Mappings for UDDIv2 APIs and for common functions for WADL and WSDL to UDDI 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceLocator | 
UDDIClient.getServiceLocator()
Uses the client config, and looks for a clerk called "default" 
 | 
ServiceLocator | 
UDDIClient.getServiceLocator(String clerkName)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceLocator | 
AsyncRegistration.getServiceLocator(String clerkName)  | 
ServiceLocator | 
ServiceLocator.setPolicy(String policy)
The policy selection can be set as property "juddi.client.selection.policy"
 or it can be set programmatically using this method. 
 | 
ServiceLocator | 
ServiceLocator.withCache(URL baseCallbackURL)
Creates a new UDDIServiceCache, which brings up a new WebService Endpoint. 
 | 
ServiceLocator | 
ServiceLocator.withLiveCache(URL baseCallbackURL)
A live cache will receive callbacks from the UDDI server in case there is an update to
 a service's bindings. 
 | 
ServiceLocator | 
ServiceLocator.withSimpleCache()  | 
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.