org.apache.webdav.lib.methods

Class XMLResponseMethodBase.OptionsResponse

Enclosing Class:
XMLResponseMethodBase
Implemented Interfaces:
ResponseEntity

(package private) class XMLResponseMethodBase.OptionsResponse
extends XMLResponseMethodBase.SingleResponse

Field Summary

Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response

TAG_NAME, node

Constructor Summary

OptionsResponse(Document document, String href, int statusCode)

Method Summary

Enumeration
getHistories()
Get the properties in the response XML element.
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

getHistories, getHref, getProperties, getStatusCode, getWorkspaces, toString

Constructor Details

OptionsResponse

(package private)  OptionsResponse(Document document,
                                   String href,
                                   int statusCode)

Method Details

getHistories

public Enumeration getHistories()
Get the properties in the response XML element.
Specified by:
getHistories in interface ResponseEntity
Overrides:
getHistories in interface XMLResponseMethodBase.Response
Returns:
the properties.

getWorkspaces

public Enumeration getWorkspaces()
Get the properties in the response XML element.
Specified by:
getWorkspaces in interface ResponseEntity
Overrides:
getWorkspaces in interface XMLResponseMethodBase.Response
Returns:
the properties.