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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.AsyncInvocationWorker
 
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
createFaultResponse, createFaultResponse, createResponse, createResponse, getJavaMethod, initialize, invoke, invokeAsync, invokeOneWay
 
Methods inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
getServiceImplementationClass, invokeTargetOperation, responseReady, setCheckedExceptionProperty, setExceptionProperties, setFaultResponseAction, setWebMethodExceptionProperty
 
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
Throws:
Exception


Copyright © 2011 OW2 Consortium. All Rights Reserved.