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>

public class LockResponseHandler extends ValidatingResponseHandler<String>
  • Constructor Details

    • LockResponseHandler

      public LockResponseHandler()
  • Method Details

    • handleResponse

      public String handleResponse(org.apache.http.HttpResponse response) throws IOException
      Throws:
      IOException
    • getToken

      protected String getToken(InputStream stream) throws IOException
      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