org.deegree.protocol.ows.client
Class OWSResponseHandler

java.lang.Object
  extended by org.deegree.protocol.ows.client.OWSResponseHandler
All Implemented Interfaces:
org.apache.http.client.ResponseHandler<InputStream>

public class OWSResponseHandler
extends Object
implements org.apache.http.client.ResponseHandler<InputStream>


Constructor Summary
OWSResponseHandler()
           
 
Method Summary
 InputStream handleResponse(org.apache.http.HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWSResponseHandler

public OWSResponseHandler()
Method Detail

handleResponse

public InputStream handleResponse(org.apache.http.HttpResponse response)
                           throws org.apache.http.client.ClientProtocolException,
                                  IOException
Specified by:
handleResponse in interface org.apache.http.client.ResponseHandler<InputStream>
Throws:
org.apache.http.client.ClientProtocolException
IOException


Copyright © 2011. All Rights Reserved.