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.AsyncMethodHandler
Direct Known Subclasses:
CallbackMethodHandler, PollingMethodHandler

abstract class AsyncMethodHandler
extends MethodHandler

Common part between CallbackMethodHandler and PollingMethodHandler.


Field Summary
 
Fields inherited from class com.sun.xml.ws.client.sei.MethodHandler
method, owner
 
Constructor Summary
AsyncMethodHandler(SEIStub owner, Method m)
           
 
Method Summary
protected  Response<Object> doInvoke(Object proxy, Object[] args, AsyncHandler handler)
           
(package private)  ValueGetterFactory getValueGetterFactory()
           
 
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,
                   Method m)
Method Detail

doInvoke

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

getValueGetterFactory

ValueGetterFactory getValueGetterFactory()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.