org.apache.axis2.jaxws.server.dispatcher.factory
Class EndpointDispatcherFactoryImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.server.dispatcher.factory.EndpointDispatcherFactoryImpl
All Implemented Interfaces:
EndpointDispatcherFactory

public class EndpointDispatcherFactoryImpl
extends java.lang.Object
implements EndpointDispatcherFactory


Constructor Summary
EndpointDispatcherFactoryImpl()
           
 
Method Summary
 EndpointDispatcher createEndpointDispatcher(java.lang.Class serviceImpl, java.lang.Object serviceInstance)
           
 EndpointDispatcher createEndpointDispatcher(MessageContext mc, java.lang.Class serviceImpl, java.lang.Object serviceInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointDispatcherFactoryImpl

public EndpointDispatcherFactoryImpl()
Method Detail

createEndpointDispatcher

public EndpointDispatcher createEndpointDispatcher(MessageContext mc,
                                                   java.lang.Class serviceImpl,
                                                   java.lang.Object serviceInstance)
Specified by:
createEndpointDispatcher in interface EndpointDispatcherFactory

createEndpointDispatcher

public EndpointDispatcher createEndpointDispatcher(java.lang.Class serviceImpl,
                                                   java.lang.Object serviceInstance)
Specified by:
createEndpointDispatcher in interface EndpointDispatcherFactory


Copyright © 2007 Apache Web Services Project. All Rights Reserved.