final class CallbackMethodHandler extends AsyncMethodHandler
MethodHandler
that uses AsyncHandler
.method, owner
Constructor and Description |
---|
CallbackMethodHandler(SEIStub owner,
Method m,
int handlerPos) |
Modifier and Type | Method and Description |
---|---|
(package private) Future<?> |
invoke(Object proxy,
Object[] args)
Performs the method invocation.
|
doInvoke, getValueGetterFactory
Future<?> invoke(Object proxy, Object[] args) throws WebServiceException
MethodHandler
invoke
in class MethodHandler
proxy
- The proxy object exposed to the user. Must not be null.args
- The method invocation arguments. To handle asynchroonus method invocations
without array reallocation, this aray is allowed to be longer than the
actual number of arguments to the method. Additional array space should be
simply ignored.WebServiceException
- If used on the client side, a WebServiceException
signals an error
during the service invocation.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.