com.ithit.webdav.server.exceptions
Class Response

java.lang.Object
  extended by com.ithit.webdav.server.exceptions.Response
Direct Known Subclasses:
ItemResponse, PropStatResponse

public abstract class Response
extends java.lang.Object

Base class for responses to be included into multistatus response. Basically it can be either PropStatResponse or ItemResponse.


Method Summary
 java.lang.String getItemPath()
          Path of an item this response relates to.
 java.lang.String getResponseDescription()
          Description of the response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getItemPath

public java.lang.String getItemPath()
Path of an item this response relates to.

Returns:
item path.

getResponseDescription

public java.lang.String getResponseDescription()
Description of the response.

Returns:
description.


Copyright © 2009 ITHit. All Rights Reserved.