org.purl.sword.base
Class AtomDocumentResponse

java.lang.Object
  extended by org.purl.sword.base.DepositResponse
      extended by org.purl.sword.base.AtomDocumentResponse

public class AtomDocumentResponse
extends DepositResponse

Represents a deposit response. This holds the SWORD Entry element.

Author:
Stuart Lewis

Constructor Summary
AtomDocumentResponse(int httpResponse)
          Create a new response with the specified http code.
 
Method Summary
 
Methods inherited from class org.purl.sword.base.DepositResponse
getEntry, getErrorDocument, getHttpResponse, getLocation, marshall, setEntry, setHttpResponse, setLocation, toString, unmarshall, unmarshall, unmarshallErrorDocument, unmarshallErrorDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomDocumentResponse

public AtomDocumentResponse(int httpResponse)
Create a new response with the specified http code.

Parameters:
httpResponse - Response code.


Copyright © 2009 The DSpace Foundation. All Rights Reserved.