org.springbyexample.httpclient
Interface ResponseCallback<T>

All Known Subinterfaces:
ResponseByteCallback, ResponseStreamCallback, ResponseStringCallback

public interface ResponseCallback<T>

Used to process a response.

Author:
David Winterfeldt

Method Summary
 void doWithResponse(T response)
          Called by AbstractHttpClientTemplate.executeGetMethod().
 

Method Detail

doWithResponse

void doWithResponse(T response)
                    throws IOException
Called by AbstractHttpClientTemplate.executeGetMethod().

Throws:
IOException


Copyright © 2008-2009 Spring by Example. All Rights Reserved.