Uses of Interface
org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher
Packages that use EndpointDispatcher
Package
Description
-
Uses of EndpointDispatcher in org.apache.axis2.jaxws.server
Methods in org.apache.axis2.jaxws.server that return EndpointDispatcherModifier and TypeMethodDescriptionEndpointInvocationContext.getDispatcher()EndpointInvocationContextImpl.getDispatcher()protected EndpointDispatcherEndpointController.getEndpointDispatcher(Class serviceImplClass, Object serviceInstance) protected EndpointDispatcherEndpointController.getEndpointDispatcher(MessageContext mc, Class serviceImplClass, Object serviceInstance) Methods in org.apache.axis2.jaxws.server with parameters of type EndpointDispatcherModifier and TypeMethodDescriptionvoidEndpointInvocationContext.setEndpointDispatcher(EndpointDispatcher ed) voidEndpointInvocationContextImpl.setEndpointDispatcher(EndpointDispatcher ed) -
Uses of EndpointDispatcher in org.apache.axis2.jaxws.server.dispatcher
Classes in org.apache.axis2.jaxws.server.dispatcher that implement EndpointDispatcherModifier 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.classJavaDispatcher is an abstract class that can be extended to implement an EndpointDispatcher to a Java object.classThe ProviderDispatcher is used to invoke instances of a target endpoint that implement theProviderinterface. -
Uses of EndpointDispatcher in org.apache.axis2.jaxws.server.dispatcher.factory
Methods in org.apache.axis2.jaxws.server.dispatcher.factory that return EndpointDispatcherModifier and TypeMethodDescriptionEndpointDispatcherFactory.createEndpointDispatcher(Class serviceImpl, Object serviceInstance) EndpointDispatcherFactory.createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance) EndpointDispatcherFactoryImpl.createEndpointDispatcher(Class serviceImpl, Object serviceInstance) EndpointDispatcherFactoryImpl.createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)