Class EndpointDispatcherFactoryImpl
java.lang.Object
org.apache.axis2.jaxws.server.dispatcher.factory.EndpointDispatcherFactoryImpl
- All Implemented Interfaces:
EndpointDispatcherFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEndpointDispatcher(Class serviceImpl, Object serviceInstance) createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)
-
Constructor Details
-
EndpointDispatcherFactoryImpl
public EndpointDispatcherFactoryImpl()
-
-
Method Details
-
createEndpointDispatcher
public EndpointDispatcher createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance) - Specified by:
createEndpointDispatcherin interfaceEndpointDispatcherFactory
-
createEndpointDispatcher
- Specified by:
createEndpointDispatcherin interfaceEndpointDispatcherFactory
-