Uses of Interface
org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher
-
Packages that use EndpointDispatcher Package Description 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 Modifier and Type Method Description EndpointDispatcherEndpointInvocationContext. getDispatcher()EndpointDispatcherEndpointInvocationContextImpl. 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 EndpointDispatcher Modifier and Type Method Description voidEndpointInvocationContext. 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 EndpointDispatcher Modifier and Type Class Description classJavaBeanDispatcherThe JavaBeanDispatcher is used to manage creating an instance of a JAX-WS service implementation bean and dispatching the inbound request to that instance.classJavaDispatcherJavaDispatcher is an abstract class that can be extended to implement an EndpointDispatcher to a Java object.classProviderDispatcherThe 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 EndpointDispatcher Modifier and Type Method Description EndpointDispatcherEndpointDispatcherFactory. createEndpointDispatcher(Class serviceImpl, Object serviceInstance)EndpointDispatcherEndpointDispatcherFactory. createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)EndpointDispatcherEndpointDispatcherFactoryImpl. createEndpointDispatcher(Class serviceImpl, Object serviceInstance)EndpointDispatcherEndpointDispatcherFactoryImpl. createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)
-