javax.xml.ws
Interface Response<T>

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

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


Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getContext()
           
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Method Detail

getContext

java.util.Map<java.lang.String,java.lang.Object> getContext()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.