Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.async
Interface ResponseHandler<T>


public interface ResponseHandler<T>

Created by IntelliJ IDEA. User: bnaugle Date: Jan 30, 2006 Time: 2:06:26 PM To change this template use File | Settings | File Templates.


Method Summary
 void handleResponse(Response<T> res)
          Called when the response to an asynchronous operation is available.

 

Method Detail

handleResponse

void handleResponse(Response<T> res)
Called when the response to an asynchronous operation is available.
Parameters:
res - The response to the operation invocation.

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.