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
-
Field Summary
Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
node, TAG_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties in the response XML element.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
-
Constructor Details
-
OptionsResponse
-
-
Method Details
-
getWorkspaces
Description copied from interface:ResponseEntity
Get the properties in the response XML element.- Specified by:
getWorkspaces
in interfaceResponseEntity
- Overrides:
getWorkspaces
in classXMLResponseMethodBase.Response
- Returns:
- the properties.
-
getHistories
Description copied from interface:ResponseEntity
Get the properties in the response XML element.- Specified by:
getHistories
in interfaceResponseEntity
- Overrides:
getHistories
in classXMLResponseMethodBase.Response
- Returns:
- the properties.
-