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
AsyncHandlerProxyFactory
createAsyncHandlerProxy
in interface AsyncHandlerProxyFactory
ah
- the AsyncHandler instance to be wrapped with the new proxyException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.