public class AsyncHandlerProxyFactoryImpl extends java.lang.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 java.lang.Exception
AsyncHandlerProxyFactorycreateAsyncHandlerProxy in interface AsyncHandlerProxyFactoryah - the AsyncHandler instance to be wrapped with the new proxyjava.lang.ExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.