org.apache.webdav.lib.methods
Class XMLResponseMethodBase.OptionsResponse

java.lang.Object
  extended by org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
      extended by org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
          extended by org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
All Implemented Interfaces:
ResponseEntity
Enclosing class:
XMLResponseMethodBase

 class XMLResponseMethodBase.OptionsResponse
extends XMLResponseMethodBase.SingleResponse


Field Summary
 
Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
node, TAG_NAME
 
Constructor Summary
XMLResponseMethodBase.OptionsResponse(org.w3c.dom.Document document, java.lang.String href, int statusCode)
           
 
Method Summary
 java.util.Enumeration getHistories()
          Get the properties in the response XML element.
 java.util.Enumeration getWorkspaces()
          Get the properties in the response XML element.
 
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
getHref, getStatusCode
 
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
getProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLResponseMethodBase.OptionsResponse

XMLResponseMethodBase.OptionsResponse(org.w3c.dom.Document document,
                                      java.lang.String href,
                                      int statusCode)
Method Detail

getWorkspaces

public java.util.Enumeration getWorkspaces()
Description copied from interface: ResponseEntity
Get the properties in the response XML element.

Specified by:
getWorkspaces in interface ResponseEntity
Overrides:
getWorkspaces in class XMLResponseMethodBase.Response
Returns:
the properties.

getHistories

public java.util.Enumeration getHistories()
Description copied from interface: ResponseEntity
Get the properties in the response XML element.

Specified by:
getHistories in interface ResponseEntity
Overrides:
getHistories in class XMLResponseMethodBase.Response
Returns:
the properties.