org.apache.openejb.server.axis2.ejb
Class EjbServiceDispatcher
java.lang.Object
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
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 classes/interfaces inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher |
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.AsyncInvocationWorker |
Fields inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher |
serviceImplClass, serviceInstance |
Constructor Summary |
EjbServiceDispatcher(java.lang.Class serviceImplClass,
javax.interceptor.InvocationContext invContext)
|
Method Summary |
protected java.lang.Object |
invokeService(org.apache.axis2.jaxws.core.MessageContext ctx,
java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object[] args)
|
Methods inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher |
createFaultResponse, createFaultResponse, createResponse, createResponse, getJavaMethod, invoke, invokeAsync, invokeOneWay |
Methods inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher |
getServiceImplementationClass, invokeTargetOperation, responseReady, setFaultResponseAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbServiceDispatcher
public EjbServiceDispatcher(java.lang.Class serviceImplClass,
javax.interceptor.InvocationContext invContext)
invokeService
protected java.lang.Object invokeService(org.apache.axis2.jaxws.core.MessageContext ctx,
java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object[] args)
throws java.lang.Exception
- Overrides:
invokeService
in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
- Throws:
java.lang.Exception
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.