Package org.apache.webdav.lib.methods
Class XMLResponseMethodBase.OptionsResponse
- java.lang.Object
-
- org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
-
- org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
-
- 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
Constructors Constructor Description OptionsResponse(org.w3c.dom.Document document, java.lang.String href, int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.EnumerationgetHistories()Get the properties in the response XML element.java.util.EnumerationgetWorkspaces()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
-
-
-
-
Method Detail
-
getWorkspaces
public java.util.Enumeration getWorkspaces()
Description copied from interface:ResponseEntityGet the properties in the response XML element.- Specified by:
getWorkspacesin interfaceResponseEntity- Overrides:
getWorkspacesin classXMLResponseMethodBase.Response- Returns:
- the properties.
-
getHistories
public java.util.Enumeration getHistories()
Description copied from interface:ResponseEntityGet the properties in the response XML element.- Specified by:
getHistoriesin interfaceResponseEntity- Overrides:
getHistoriesin classXMLResponseMethodBase.Response- Returns:
- the properties.
-
-