Uses of Interface
org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher

Packages that use EndpointDispatcher
org.apache.axis2.jaxws.server   
org.apache.axis2.jaxws.server.dispatcher   
org.apache.axis2.jaxws.server.dispatcher.factory   
 

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

Methods in org.apache.axis2.jaxws.server that return EndpointDispatcher
 EndpointDispatcher EndpointInvocationContext.getDispatcher()
           
 EndpointDispatcher EndpointInvocationContextImpl.getDispatcher()
           
protected  EndpointDispatcher EndpointController.getEndpointDispatcher(java.lang.Class serviceImplClass, java.lang.Object serviceInstance)
           
protected  EndpointDispatcher EndpointController.getEndpointDispatcher(MessageContext mc, java.lang.Class serviceImplClass, java.lang.Object serviceInstance)
           
 

Methods in org.apache.axis2.jaxws.server with parameters of type EndpointDispatcher
 void EndpointInvocationContext.setEndpointDispatcher(EndpointDispatcher ed)
           
 void EndpointInvocationContextImpl.setEndpointDispatcher(EndpointDispatcher ed)
           
 

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

Classes in org.apache.axis2.jaxws.server.dispatcher that implement EndpointDispatcher
 class JavaBeanDispatcher
          The JavaBeanDispatcher is used to manage creating an instance of a JAX-WS service implementation bean and dispatching the inbound request to that instance.
 class JavaDispatcher
          JavaDispatcher is an abstract class that can be extended to implement an EndpointDispatcher to a Java object.
 class ProviderDispatcher
          The ProviderDispatcher is used to invoke instances of a target endpoint that implement the Provider interface.
 

Uses of EndpointDispatcher in org.apache.axis2.jaxws.server.dispatcher.factory
 

Methods in org.apache.axis2.jaxws.server.dispatcher.factory that return EndpointDispatcher
 EndpointDispatcher EndpointDispatcherFactoryImpl.createEndpointDispatcher(java.lang.Class serviceImpl, java.lang.Object serviceInstance)
           
 EndpointDispatcher EndpointDispatcherFactory.createEndpointDispatcher(java.lang.Class serviceImpl, java.lang.Object serviceInstance)
           
 EndpointDispatcher EndpointDispatcherFactoryImpl.createEndpointDispatcher(MessageContext mc, java.lang.Class serviceImpl, java.lang.Object serviceInstance)
           
 EndpointDispatcher EndpointDispatcherFactory.createEndpointDispatcher(MessageContext mc, java.lang.Class serviceImpl, java.lang.Object serviceInstance)
           
 



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