Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.net.http
Interface ContextAwareAsyncResponseCallback

All Superinterfaces:
AsyncResponseCallback

public interface ContextAwareAsyncResponseCallback
extends AsyncResponseCallback

ContextAwareAsyncResponseCallback is a tagging interface. It tells the AsyncResponseHandler that the AsyncResponseCallback wants context to be propagated when handleResponse callback is invoked. This includes the subject, jndi context, and the class loader of the thread that invoked the AsyncResponseHandler.


Method Summary
 
Methods inherited from interface weblogic.net.http.AsyncResponseCallback
handleResponse
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02