org.ow2.jonas.ws.axis2.easybeans
Class Axis2EndpointController

java.lang.Object
  extended by org.apache.axis2.jaxws.server.EndpointController
      extended by org.ow2.jonas.ws.axis2.easybeans.Axis2EndpointController

public class Axis2EndpointController
extends org.apache.axis2.jaxws.server.EndpointController

Rewrite EndpointController to use our own dispather class

Author:
youchao, xiaoda

Constructor Summary
Axis2EndpointController(org.ow2.easybeans.container.session.stateless.StatelessSessionFactory factory)
          Constructor
 
Method Summary
protected  org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher getEndpointDispatcher(Class serviceImplClass, Object serviceInstance)
           
 
Methods inherited from class org.apache.axis2.jaxws.server.EndpointController
invoke, isOneWay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2EndpointController

public Axis2EndpointController(org.ow2.easybeans.container.session.stateless.StatelessSessionFactory factory)
Constructor

Parameters:
factory - The corresponding ejb's factory which can get instance
Method Detail

getEndpointDispatcher

protected org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher getEndpointDispatcher(Class serviceImplClass,
                                                                                            Object serviceInstance)
                                                                                     throws Exception
Overrides:
getEndpointDispatcher in class org.apache.axis2.jaxws.server.EndpointController
Throws:
Exception
See Also:
Use our own dispathers


Copyright © 2010 OW2 Consortium. All Rights Reserved.