Uses of Class
org.uddi.repl_v3.TransferCustody

Packages that use TransferCustody
org.apache.juddi.api.impl   
org.uddi.repl_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

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

Methods in org.apache.juddi.api.impl with parameters of type TransferCustody
 void UDDIReplicationImpl.transferCustody(TransferCustody body)
           
 

Uses of TransferCustody in org.uddi.repl_v3
 

Methods in org.uddi.repl_v3 that return TransferCustody
 TransferCustody ObjectFactory.createTransferCustody()
          Create an instance of TransferCustody
 

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

Methods in org.uddi.repl_v3 with parameters of type TransferCustody
 javax.xml.bind.JAXBElement<TransferCustody> ObjectFactory.createTransferCustody(TransferCustody value)
          Create an instance of JAXBElement<TransferCustody>}
 

Uses of TransferCustody in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type TransferCustody
 void UDDIReplicationPortType.transferCustody(TransferCustody body)
          Invoked by the target node in a custody transfer operation in response to transfer_entities, this API is used by the custodial node to ensure that permission has been granted to transfer custody of the entities that the target publisher has requested.
 



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