public class LockResponseHandler extends ValidatingResponseHandler<String>
| Constructor and Description |
|---|
LockResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getToken(InputStream stream)
Helper method for getting the Multistatus response processor.
|
String |
handleResponse(org.apache.http.HttpResponse response) |
validateResponsepublic String handleResponse(org.apache.http.HttpResponse response) throws IOException
IOExceptionprotected String getToken(InputStream stream) throws IOException
stream - The input to read the statusIOException - When there is a JAXB errorCopyright © 2019. All rights reserved.