org.apache.axis2.jaxws.server.dispatcher |
|
Java Source File Name | Type | Comment |
EndpointDispatcher.java | Interface | The EndpointDispatcher is an abstraction for the object that will be doing the invocation of an
endpoints target Java object. |
JavaBeanDispatcher.java | Class | The JavaBeanDispatcher is used to manage creating an instance of a JAX-WS service implementation
bean and dispatching the inbound request to that instance. |
JavaDispatcher.java | Class | JavaDispatcher is an abstract class that can be extended to implement an EndpointDispatcher to a
Java object. |
ProviderDispatcher.java | Class | The ProviderDispatcher is used to invoke instances of a target endpoint that implement the
javax.xml.ws.Provider interface.
The Provider is a generic class, with certain restrictions on the parameterized type T. |