org.apache.axis2.jaxws.server.dispatcher
Class JavaBeanDispatcher
java.lang.Object
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
- All Implemented Interfaces:
- EndpointDispatcher
public class JavaBeanDispatcher
- extends JavaDispatcher
The JavaBeanDispatcher is used to manage creating an instance of a JAX-WS service implementation
bean and dispatching the inbound request to that instance.
Constructor Summary |
JavaBeanDispatcher(java.lang.Class implClass,
java.lang.Object serviceInstance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaBeanDispatcher
public JavaBeanDispatcher(java.lang.Class implClass,
java.lang.Object serviceInstance)
invoke
public MessageContext invoke(MessageContext mc)
throws java.lang.Exception
- Description copied from interface:
EndpointDispatcher
- Invoke the target endpoint synchronously
- Specified by:
invoke
in interface EndpointDispatcher
- Specified by:
invoke
in class JavaDispatcher
- Returns:
-
- Throws:
java.lang.Exception
invokeService
protected java.lang.Object invokeService(MessageContext ctx,
java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2007 Apache Web Services Project. All Rights Reserved.