Package org.apache.cxf.jaxws
Class ServerAsyncResponse<T>
- java.lang.Object
-
- org.apache.cxf.jaxws.ServerAsyncResponse<T>
-
-
Constructor Summary
Constructors Constructor Description ServerAsyncResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancancel(boolean mayInterruptIfRunning)Currently unusedvoidexception(Throwable ex)Tget()Tget(long timeout, TimeUnit unit)Map<String,Object>getContext()Currently unusedbooleanisCancelled()Currently unusedbooleanisDone()voidset(T t)
-
-
-
Method Detail
-
cancel
public boolean cancel(boolean mayInterruptIfRunning)
Currently unused
-
isCancelled
public boolean isCancelled()
Currently unused- Specified by:
isCancelledin interfaceFuture<T>
-
set
public void set(T t)
-
get
public T get() throws InterruptedException, ExecutionException
- Specified by:
getin interfaceFuture<T>- Throws:
InterruptedExceptionExecutionException
-
get
public T get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
- Specified by:
getin interfaceFuture<T>- Throws:
InterruptedExceptionExecutionExceptionTimeoutException
-
exception
public void exception(Throwable ex)
-
-