Uses of Class
org.uddi.custody_v3.KeyBag

Packages that use KeyBag
org.apache.juddi.api.impl   
org.apache.juddi.rmi   
org.apache.juddi.validation   
org.uddi.custody_v3   
org.uddi.repl_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of KeyBag in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl with parameters of type KeyBag
 void UDDICustodyTransferImpl.getTransferToken(String authInfo, KeyBag keyBag, javax.xml.ws.Holder<String> nodeID, javax.xml.ws.Holder<XMLGregorianCalendar> expirationTime, javax.xml.ws.Holder<byte[]> opaqueToken)
           
 

Uses of KeyBag in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi with parameters of type KeyBag
 void UDDICustodyTransferService.getTransferToken(String authInfo, KeyBag keyBag, javax.xml.ws.Holder<String> nodeID, javax.xml.ws.Holder<XMLGregorianCalendar> expirationTime, javax.xml.ws.Holder<byte[]> opaqueToken)
           
 

Uses of KeyBag in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type KeyBag
 void ValidateCustodyTransfer.validateGetTransferToken(javax.persistence.EntityManager em, KeyBag keyBag)
           
 

Uses of KeyBag in org.uddi.custody_v3
 

Fields in org.uddi.custody_v3 declared as KeyBag
protected  KeyBag TransferEntities.keyBag
           
protected  KeyBag GetTransferToken.keyBag
           
protected  KeyBag DiscardTransferToken.keyBag
           
 

Methods in org.uddi.custody_v3 that return KeyBag
 KeyBag ObjectFactory.createKeyBag()
          Create an instance of KeyBag
 KeyBag TransferEntities.getKeyBag()
          Gets the value of the keyBag property.
 KeyBag GetTransferToken.getKeyBag()
          Gets the value of the keyBag property.
 KeyBag DiscardTransferToken.getKeyBag()
          Gets the value of the keyBag property.
 

Methods in org.uddi.custody_v3 that return types with arguments of type KeyBag
 javax.xml.bind.JAXBElement<KeyBag> ObjectFactory.createKeyBag(KeyBag value)
          Create an instance of JAXBElement<KeyBag>}
 

Methods in org.uddi.custody_v3 with parameters of type KeyBag
 javax.xml.bind.JAXBElement<KeyBag> ObjectFactory.createKeyBag(KeyBag value)
          Create an instance of JAXBElement<KeyBag>}
 void TransferEntities.setKeyBag(KeyBag value)
          Sets the value of the keyBag property.
 void GetTransferToken.setKeyBag(KeyBag value)
          Sets the value of the keyBag property.
 void DiscardTransferToken.setKeyBag(KeyBag value)
          Sets the value of the keyBag property.
 

Uses of KeyBag in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as KeyBag
protected  KeyBag TransferCustody.keyBag
           
 

Methods in org.uddi.repl_v3 that return KeyBag
 KeyBag TransferCustody.getKeyBag()
          Gets the value of the keyBag property.
 

Methods in org.uddi.repl_v3 with parameters of type KeyBag
 void TransferCustody.setKeyBag(KeyBag value)
          Sets the value of the keyBag property.
 

Uses of KeyBag in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type KeyBag
 void UDDICustodyTransferPortType.getTransferToken(String authInfo, KeyBag keyBag, javax.xml.ws.Holder<String> nodeID, javax.xml.ws.Holder<XMLGregorianCalendar> expirationTime, javax.xml.ws.Holder<byte[]> opaqueToken)
          The get_transferToken API is a client API used to initiate the transfer of custody of one or more businessEntity or tModel entities from one node to another.
 



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