| 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 
 | 
| org.apache.juddi.v3.client.mapping.wadl | 
 JAXB Generated classes for WADL and WADL2UDDI parser 
 | 
| org.apache.juddi.v3.client.mapping.wsdl | 
 WSDL and BPEL to UDDI parsers 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UDDIClerk | 
UDDIClient.getClerk(String clerkName)
Gets the UDDI Clerk, the entry point into many functions of the juddi
 client 
 | 
UDDIClerk | 
XRegistration.getFromClerk()  | 
UDDIClerk | 
XRegistration.getToClerk()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,UDDIClerk> | 
ClientConfig.getUDDIClerks()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.juddi.api_v3.ClerkDetail | 
UDDIClerk.saveClerk(UDDIClerk senderClerk)
This calls a jUDDI implementation specific API call and is used to
 help configure internode communication between jUDDI servers. 
 | 
void | 
XRegistration.setFromClerk(UDDIClerk fromClerk)  | 
void | 
XRegistration.setToClerk(UDDIClerk toClerk)  | 
| Constructor and Description | 
|---|
XRegistration(String entityKey,
             UDDIClerk fromClerk,
             UDDIClerk toClerk)  | 
| Modifier and Type | Method and Description | 
|---|---|
UDDIClerk | 
UDDIServiceCache.getClerk()  | 
| Constructor and Description | 
|---|
AsyncRegistration(UDDIClerk clerk,
                 URLLocalizer urlLocalizer,
                 Properties properties,
                 RegistrationInfo registrationInfo)  | 
ServiceLocator(UDDIClerk clerk)
Requirement in the config is a clerk with access credentials to the UDDI server
 you want the locator to do lookups to. 
 | 
ServiceLocator(UDDIClerk clerk,
              URLLocalizer urlLocalizer,
              Properties properties)  | 
UDDIServiceCache(UDDIClerk clerk)  | 
UDDIServiceCache(UDDIClerk clerk,
                URL callbackBaseUrl)  | 
UDDIServiceCache(UDDIClerk clerk,
                URLLocalizer urlLocalizer,
                Properties properties)  | 
| Constructor and Description | 
|---|
WADL2UDDI(UDDIClerk clerk,
         URLLocalizer urlLocalizer,
         Properties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
UDDIClerk | 
BPEL2UDDI.getClerk()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BPEL2UDDI.setClerk(UDDIClerk clerk)  | 
| Constructor and Description | 
|---|
BPEL2UDDI(UDDIClerk clerk,
         URLLocalizer urlLocalizer,
         Properties properties)  | 
WSDL2UDDI(UDDIClerk clerk,
         URLLocalizer urlLocalizer,
         Properties properties)
Required Properties are: businessName, for example: 'Apache'
 nodeName, for example: 'uddi.example.org_80' keyDomain, for example:
 juddi.apache.org
 Optional Properties are: lang: for example: 'nl' 
 | 
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.