Uses of Class
org.apache.juddi.v3.client.config.UDDIClerk

Packages that use UDDIClerk
org.apache.juddi.v3.client.config   
org.apache.juddi.v3.client.mapping   
 

Uses of UDDIClerk in org.apache.juddi.v3.client.config
 

Methods in org.apache.juddi.v3.client.config that return UDDIClerk
 UDDIClerk UDDIClient.getClerk(String clerkName)
           
 UDDIClerk XRegistration.getFromClerk()
           
 UDDIClerk XRegistration.getToClerk()
           
 

Methods in org.apache.juddi.v3.client.config that return types with arguments of type UDDIClerk
 Map<String,UDDIClerk> ClientConfig.getUDDIClerks()
           
 

Methods in org.apache.juddi.v3.client.config with parameters of type UDDIClerk
 org.apache.juddi.api_v3.ClerkDetail UDDIClerk.saveClerk(UDDIClerk senderClerk)
           
 void XRegistration.setFromClerk(UDDIClerk fromClerk)
           
 void XRegistration.setToClerk(UDDIClerk toClerk)
           
 

Constructors in org.apache.juddi.v3.client.config with parameters of type UDDIClerk
XRegistration(String entityKey, UDDIClerk fromClerk, UDDIClerk toClerk)
           
 

Uses of UDDIClerk in org.apache.juddi.v3.client.mapping
 

Methods in org.apache.juddi.v3.client.mapping that return UDDIClerk
 UDDIClerk UDDIServiceCache.getClerk()
           
 UDDIClerk BPEL2UDDI.getClerk()
           
 

Methods in org.apache.juddi.v3.client.mapping with parameters of type UDDIClerk
 void UDDIServiceCache.setClerk(UDDIClerk clerk)
           
 void BPEL2UDDI.setClerk(UDDIClerk clerk)
           
 

Constructors in org.apache.juddi.v3.client.mapping with parameters of type UDDIClerk
AsyncRegistration(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties, RegistrationInfo registrationInfo)
           
BPEL2UDDI(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties)
           
ServiceLocator(UDDIClerk clerk, URLLocalizer urlLocalizer, Properties properties)
           
UDDIServiceCache(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-2013 The Apache Software Foundation. All Rights Reserved.