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

java.lang.Object
  extended by org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
      extended by org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
          extended by org.ow2.jonas.ws.axis2.easybeans.Axis2ServiceDispatcher
All Implemented Interfaces:
org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher

public class Axis2ServiceDispatcher
extends org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher

Dispatchers that get instace from ejb's pool

Author:
youchao

Field Summary
 
Fields inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
serviceImplClass, serviceInstance
 
Constructor Summary
Axis2ServiceDispatcher(Class implClass, EasybeansAxis2Invoker easybeansAxis2Invoker)
           
 
Method Summary
protected  Object invokeService(org.apache.axis2.jaxws.core.MessageContext ctx, Method method, Object obj, Object[] args)
           
 
Methods inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
invoke
 
Methods inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
createServiceInstance, getServiceImplementationClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2ServiceDispatcher

public Axis2ServiceDispatcher(Class implClass,
                              EasybeansAxis2Invoker easybeansAxis2Invoker)
Method Detail

invokeService

protected Object invokeService(org.apache.axis2.jaxws.core.MessageContext ctx,
                               Method method,
                               Object obj,
                               Object[] args)
                        throws Exception
Overrides:
invokeService in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
Throws:
Exception


Copyright © 2010 OW2 Consortium. All Rights Reserved.