Uses of Class
org.apache.juddi.model.Clerk

Packages that use Clerk
org.apache.juddi.mapping   
org.apache.juddi.model   
 

Uses of Clerk in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type Clerk
static void MappingModelToApi.mapClerk(Clerk modelClerk, Clerk apiClerk)
           
static void MappingApiToModel.mapClerk(Clerk apiClerk, Clerk modelClerk)
           
 

Uses of Clerk in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return Clerk
 Clerk ClientSubscriptionInfo.getFromClerk()
           
 Clerk ClientSubscriptionInfo.getToClerk()
           
 

Methods in org.apache.juddi.model with parameters of type Clerk
 void ClientSubscriptionInfo.setFromClerk(Clerk fromClerk)
           
 void ClientSubscriptionInfo.setToClerk(Clerk toClerk)
           
 

Constructors in org.apache.juddi.model with parameters of type Clerk
ClientSubscriptionInfo(Clerk fromClerk, Clerk toClerk, java.util.Date lastNotified, java.lang.String subscriptionKey)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.