|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.server.AsyncHandlerProxyFactoryImpl
public class AsyncHandlerProxyFactoryImpl
This class is the default implementation of the AsyncHandlerProxyFactory plug-point which is supported by the JAX-WS runtime. This default implementation bypasses the creation of the actual proxy and simply returns the passed-in AsyncHandler instance as-is.
| Constructor Summary | |
|---|---|
AsyncHandlerProxyFactoryImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncHandlerProxyFactoryImpl()
| Method Detail |
|---|
public javax.xml.ws.AsyncHandler createAsyncHandlerProxy(javax.xml.ws.AsyncHandler ah)
throws java.lang.Exception
AsyncHandlerProxyFactory
createAsyncHandlerProxy in interface AsyncHandlerProxyFactoryah - the AsyncHandler instance to be wrapped with the new proxy
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||