org.apache.openejb.server.axis2.ejb
Class EjbServiceDispatcher

java.lang.Object
  extended by org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
      extended by org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
          extended by org.apache.openejb.server.axis2.ejb.EjbServiceDispatcher
All Implemented Interfaces:
org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher

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


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
EjbServiceDispatcher(Class serviceImplClass, javax.interceptor.InvocationContext invContext)
           
 
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

EjbServiceDispatcher

public EjbServiceDispatcher(Class serviceImplClass,
                            javax.interceptor.InvocationContext invContext)
Method Detail

invokeService

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


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.