org.apache.axis2.jaxws.server.dispatcher
Class JavaDispatcher.AsyncInvocationWorker

java.lang.Object
  extended by org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.AsyncInvocationWorker
All Implemented Interfaces:
java.util.concurrent.Callable
Enclosing class:
JavaDispatcher

protected class JavaDispatcher.AsyncInvocationWorker
extends java.lang.Object
implements java.util.concurrent.Callable


Constructor Summary
JavaDispatcher.AsyncInvocationWorker(java.lang.reflect.Method m, java.lang.Object[] p, java.lang.ClassLoader cl, EndpointInvocationContext ctx)
           
 
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

JavaDispatcher.AsyncInvocationWorker

public JavaDispatcher.AsyncInvocationWorker(java.lang.reflect.Method m,
                                            java.lang.Object[] p,
                                            java.lang.ClassLoader cl,
                                            EndpointInvocationContext ctx)
Method Detail

call

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


Copyright © 2007 Apache Web Services Project. All Rights Reserved.