org.apache.axis2.jaxws.server.dispatcher.factory
Interface EndpointDispatcherFactory

All Known Implementing Classes:
EndpointDispatcherFactoryImpl

public interface EndpointDispatcherFactory


Method Summary
 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)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.