Skip navigation links

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

E10654-02


oracle.webservices.async
Interface Response<T>

All Superinterfaces:
java.util.concurrent.Future<T>

public interface Response<T>
extends java.util.concurrent.Future<T>

The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.


Method Summary
 javax.xml.ws.handler.MessageContext getMessageContext()
           

 

Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone

 

Method Detail

getMessageContext

javax.xml.ws.handler.MessageContext getMessageContext()
                                                      throws java.util.concurrent.ExecutionException,
                                                             InterruptedException
Throws:
java.util.concurrent.ExecutionException
InterruptedException

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.