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