Class LockResponseHandler
java.lang.Object
com.github.sardine.impl.handler.ValidatingResponseHandler<String>
com.github.sardine.impl.handler.LockResponseHandler
- All Implemented Interfaces:
org.apache.http.client.ResponseHandler<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetToken(InputStream stream) Helper method for getting the Multistatus response processor.handleResponse(org.apache.http.HttpResponse response) Methods inherited from class ValidatingResponseHandler
validateResponse
-
Constructor Details
-
LockResponseHandler
public LockResponseHandler()
-
-
Method Details
-
handleResponse
- Throws:
IOException
-
getToken
Helper method for getting the Multistatus response processor.- Parameters:
stream- The input to read the status- Returns:
- Multistatus element parsed from the stream
- Throws:
IOException- When there is a JAXB error
-