Uses of Class
org.apache.axis2.jaxws.server.EndpointCallback

Packages that use EndpointCallback
org.apache.axis2.jaxws.server   
org.apache.axis2.jaxws.server.dispatcher   
 

Uses of EndpointCallback in org.apache.axis2.jaxws.server
 

Methods in org.apache.axis2.jaxws.server that return EndpointCallback
 EndpointCallback EndpointInvocationContext.getCallback()
          Returns the callback object to be used for asynchronous endpoint invocations.
 EndpointCallback EndpointInvocationContextImpl.getCallback()
           
 

Methods in org.apache.axis2.jaxws.server with parameters of type EndpointCallback
 void EndpointInvocationContext.setCallback(EndpointCallback cb)
          Sets the callback object to be used for asynchronous endpoint invocations.
 void EndpointInvocationContextImpl.setCallback(EndpointCallback cb)
           
 

Uses of EndpointCallback in org.apache.axis2.jaxws.server.dispatcher
 

Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type EndpointCallback
 void EndpointDispatcher.invokeAsync(MessageContext request, EndpointCallback callback)
           
abstract  void JavaDispatcher.invokeAsync(MessageContext request, EndpointCallback callback)
           
 void ProviderDispatcher.invokeAsync(MessageContext request, EndpointCallback callback)
           
 void JavaBeanDispatcher.invokeAsync(MessageContext request, EndpointCallback callback)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.