public class AsyncHandlerProxyFactoryImpl extends Object implements AsyncHandlerProxyFactory
| Constructor and Description |
|---|
AsyncHandlerProxyFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.AsyncHandler |
createAsyncHandlerProxy(javax.xml.ws.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 javax.xml.ws.AsyncHandler createAsyncHandlerProxy(javax.xml.ws.AsyncHandler ah) throws Exception
AsyncHandlerProxyFactorycreateAsyncHandlerProxy in interface AsyncHandlerProxyFactoryah - the AsyncHandler instance to be wrapped with the new proxyExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.