Package | Description |
---|---|
org.apache.axis2.jaxws.server | |
org.apache.axis2.jaxws.server.dispatcher | |
org.apache.axis2.jaxws.server.dispatcher.factory |
Modifier and Type | Method and Description |
---|---|
EndpointDispatcher |
EndpointInvocationContextImpl.getDispatcher() |
EndpointDispatcher |
EndpointInvocationContext.getDispatcher() |
protected EndpointDispatcher |
EndpointController.getEndpointDispatcher(Class serviceImplClass,
Object serviceInstance) |
protected EndpointDispatcher |
EndpointController.getEndpointDispatcher(MessageContext mc,
Class serviceImplClass,
Object serviceInstance) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointInvocationContextImpl.setEndpointDispatcher(EndpointDispatcher ed) |
void |
EndpointInvocationContext.setEndpointDispatcher(EndpointDispatcher ed) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
EndpointDispatcher |
EndpointDispatcherFactoryImpl.createEndpointDispatcher(Class serviceImpl,
Object serviceInstance) |
EndpointDispatcher |
EndpointDispatcherFactory.createEndpointDispatcher(Class serviceImpl,
Object serviceInstance) |
EndpointDispatcher |
EndpointDispatcherFactoryImpl.createEndpointDispatcher(MessageContext mc,
Class serviceImpl,
Object serviceInstance) |
EndpointDispatcher |
EndpointDispatcherFactory.createEndpointDispatcher(MessageContext mc,
Class serviceImpl,
Object serviceInstance) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.