javax.xml.ws
Interface Response<T>

All Superinterfaces:
Future<T>

public interface Response<T>
extends Future<T>


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

Method Detail

getContext

Map<String,Object> getContext()


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.