Class EndpointDispatcherFactoryImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.server.dispatcher.factory.EndpointDispatcherFactoryImpl
-
- All Implemented Interfaces:
EndpointDispatcherFactory
public class EndpointDispatcherFactoryImpl extends Object implements EndpointDispatcherFactory
-
-
Constructor Summary
Constructors Constructor Description EndpointDispatcherFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointDispatcher
createEndpointDispatcher(Class serviceImpl, Object serviceInstance)
EndpointDispatcher
createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)
-
-
-
Method Detail
-
createEndpointDispatcher
public EndpointDispatcher createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)
- Specified by:
createEndpointDispatcher
in interfaceEndpointDispatcherFactory
-
createEndpointDispatcher
public EndpointDispatcher createEndpointDispatcher(Class serviceImpl, Object serviceInstance)
- Specified by:
createEndpointDispatcher
in interfaceEndpointDispatcherFactory
-
-