Uses of Class
org.purl.sword.base.DepositResponse

Packages that use DepositResponse
org.dspace.sword   
org.purl.sword.base This package contains the base set of classes that are used by the demonstration SWORD Servers and SWORD Clients. 
org.purl.sword.client   
org.purl.sword.server   
 

Uses of DepositResponse in org.dspace.sword
 

Methods in org.dspace.sword that return DepositResponse
 DepositResponse DepositManager.deposit(Deposit deposit)
          Once this object is fully prepared, this method will execute the deposit process.
 DepositResponse DSpaceSWORDServer.doDeposit(Deposit deposit)
           
 

Uses of DepositResponse in org.purl.sword.base
 

Subclasses of DepositResponse in org.purl.sword.base
 class AtomDocumentResponse
          Represents a deposit response.
 

Uses of DepositResponse in org.purl.sword.client
 

Methods in org.purl.sword.client that return DepositResponse
 DepositResponse Client.postFile(PostMessage message)
          Post a file to the server.
 DepositResponse SWORDClient.postFile(PostMessage message)
          Post a file to the specified destination URL.
 

Methods in org.purl.sword.client with parameters of type DepositResponse
 void ServicePanel.processDepositResponse(String url, DepositResponse response)
          Process the deposit response and insert the details into the tree.
 

Uses of DepositResponse in org.purl.sword.server
 

Methods in org.purl.sword.server that return DepositResponse
 DepositResponse SWORDServer.doDeposit(Deposit deposit)
          Answer a SWORD deposit
 DepositResponse DummyServer.doDeposit(Deposit deposit)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.