com.sun.xml.ws.client.sei
Class AsyncMethodHandler

java.lang.Object
  extended by com.sun.xml.ws.client.sei.MethodHandler
      extended by com.sun.xml.ws.client.sei.SEIMethodHandler
          extended by com.sun.xml.ws.client.sei.AsyncMethodHandler
Direct Known Subclasses:
CallbackMethodHandler, PollingMethodHandler

abstract class AsyncMethodHandler
extends SEIMethodHandler

Common part between CallbackMethodHandler and PollingMethodHandler.


Field Summary
 
Fields inherited from class com.sun.xml.ws.client.sei.SEIMethodHandler
checkedExceptions, isOneWay, javaMethod, soapAction
 
Fields inherited from class com.sun.xml.ws.client.sei.MethodHandler
owner
 
Constructor Summary
AsyncMethodHandler(SEIStub owner, JavaMethodImpl jm, JavaMethodImpl sync)
           
 
Method Summary
protected  javax.xml.ws.Response<Object> doInvoke(Object proxy, Object[] args, javax.xml.ws.AsyncHandler handler)
           
(package private)  ValueGetterFactory getValueGetterFactory()
           
 
Methods inherited from class com.sun.xml.ws.client.sei.SEIMethodHandler
buildResponseBuilder, createRequestMessage
 
Methods inherited from class com.sun.xml.ws.client.sei.MethodHandler
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncMethodHandler

AsyncMethodHandler(SEIStub owner,
                   JavaMethodImpl jm,
                   JavaMethodImpl sync)
Method Detail

doInvoke

protected final javax.xml.ws.Response<Object> doInvoke(Object proxy,
                                                       Object[] args,
                                                       javax.xml.ws.AsyncHandler handler)

getValueGetterFactory

ValueGetterFactory getValueGetterFactory()
Specified by:
getValueGetterFactory in class SEIMethodHandler