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:
Callable
Enclosing class:
JavaDispatcher

protected class JavaDispatcher.AsyncInvocationWorker
extends Object
implements Callable


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

call

public Object call()
            throws Exception
Specified by:
call in interface Callable
Throws:
Exception


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.