Uses of Class
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
Packages that use JavaDispatcher
-
Uses of JavaDispatcher in org.apache.axis2.jaxws.server.dispatcher
Subclasses of JavaDispatcher in org.apache.axis2.jaxws.server.dispatcherModifier and TypeClassDescriptionclassThe JavaBeanDispatcher is used to manage creating an instance of a JAX-WS service implementation bean and dispatching the inbound request to that instance.classThe ProviderDispatcher is used to invoke instances of a target endpoint that implement theProviderinterface.