Apache CXF API

org.apache.cxf.jaxws
Class JAXWSAsyncCallable

java.lang.Object
  extended by org.apache.cxf.jaxws.JAXWSAsyncCallable
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Object>

public class JAXWSAsyncCallable
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Object>


Constructor Summary
JAXWSAsyncCallable(ClientProxy endPointInvocationHandler, java.lang.reflect.Method method, BindingOperationInfo oi, java.lang.Object[] params, java.util.Map<java.lang.String,java.lang.Object> cxt)
           
 
Method Summary
 java.lang.Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSAsyncCallable

public JAXWSAsyncCallable(ClientProxy endPointInvocationHandler,
                          java.lang.reflect.Method method,
                          BindingOperationInfo oi,
                          java.lang.Object[] params,
                          java.util.Map<java.lang.String,java.lang.Object> cxt)
Method Detail

call

public java.lang.Object call()
                      throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Object>
Throws:
java.lang.Exception

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.