org.apache.geronimo.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.geronimo.axis2.ejb.EJBServiceDispatcher
All Implemented Interfaces:
org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher

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


Field Summary
 
Fields inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
serviceImplClass, serviceInstance
 
Constructor Summary
EJBServiceDispatcher(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
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

EJBServiceDispatcher

public EJBServiceDispatcher(InvocationContext invContext)
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 © 2003-2007 Apache Software Foundation. All Rights Reserved.