public class AsyncHandlerProxyFactoryImpl extends Object implements AsyncHandlerProxyFactory
| Constructor and Description |
|---|
AsyncHandlerProxyFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler |
createAsyncHandlerProxy(AsyncHandler ah)
This method is invoked by the JAX-WS runtime to allow the implementation
to provide a proxy for the specified AsyncHandler instance.
|
public AsyncHandler createAsyncHandlerProxy(AsyncHandler ah) throws Exception
AsyncHandlerProxyFactorycreateAsyncHandlerProxy in interface AsyncHandlerProxyFactoryah - the AsyncHandler instance to be wrapped with the new proxyExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.