| com.rift.coad.lib.webservice.WebServiceInvoker
WebServiceInvoker | public class WebServiceInvoker extends RPCProvider (Code) | | The web service invoker inherits from the RPCProvider and is responsible for
making the final call on the web service. Doing this makes it responsible for
setting the thread context loader appropriatly so that the RMI stubs can be
loaded from the appropriat jars.
author: Brett Chaldecott |
WebServiceInvoker | public WebServiceInvoker(ClassLoader classLoader)(Code) | | Creates a new instance of WebServiceInvoker
|
invokeMethod | protected Object invokeMethod(MessageContext msgContext, Method method, Object obj, Object[] argValues) throws Exception(Code) | | This method encapsulates the method invocation.
The object resulting from the call. Parameters: msgContext - The message context for this call. Parameters: method - The reference to the method to invoke. Parameters: obj - The target object to invoke the method on. Parameters: argValues - The method parameters. exception: Exception - |
|
|