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