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

Packages that use TransferTokenKey
org.apache.juddi.model   
 

Uses of TransferTokenKey in org.apache.juddi.model
 

Fields in org.apache.juddi.model with type parameters of type TransferTokenKey
protected  java.util.List<TransferTokenKey> TransferToken.transferKeys
           
 

Methods in org.apache.juddi.model that return types with arguments of type TransferTokenKey
 java.util.List<TransferTokenKey> TransferToken.getTransferKeys()
           
 

Method parameters in org.apache.juddi.model with type arguments of type TransferTokenKey
 void TransferToken.setTransferKeys(java.util.List<TransferTokenKey> transferKeys)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type TransferTokenKey
TransferToken(java.lang.String transferToken, java.util.Date expirationDate, java.util.List<TransferTokenKey> transferKeys)
           
 



Copyright © 2004-2009. All Rights Reserved.