Interface EndpointDispatcherFactory
-
- All Known Implementing Classes:
EndpointDispatcherFactoryImpl
public interface EndpointDispatcherFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointDispatchercreateEndpointDispatcher(Class serviceImpl, Object serviceInstance)EndpointDispatchercreateEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)
-
-
-
Method Detail
-
createEndpointDispatcher
EndpointDispatcher createEndpointDispatcher(Class serviceImpl, Object serviceInstance)
-
createEndpointDispatcher
EndpointDispatcher createEndpointDispatcher(MessageContext mc, Class serviceImpl, Object serviceInstance)
-
-