org.apache.xmlrpc.fesi
Class FesiRpcServer.FesiInvoker

java.lang.Object
  extended byorg.apache.xmlrpc.fesi.FesiRpcServer.FesiInvoker
All Implemented Interfaces:
XmlRpcHandler
Enclosing class:
FesiRpcServer

class FesiRpcServer.FesiInvoker
extends java.lang.Object
implements XmlRpcHandler


Field Summary
(package private)  ESObject target
           
 
Constructor Summary
FesiRpcServer.FesiInvoker(ESObject target)
           
 
Method Summary
 java.lang.Object execute(java.lang.String method, java.util.Vector argvec)
          Return the result, or throw an Exception if something went wrong.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

ESObject target
Constructor Detail

FesiRpcServer.FesiInvoker

public FesiRpcServer.FesiInvoker(ESObject target)
Method Detail

execute

public java.lang.Object execute(java.lang.String method,
                                java.util.Vector argvec)
                         throws java.lang.Exception
Description copied from interface: XmlRpcHandler
Return the result, or throw an Exception if something went wrong.

Specified by:
execute in interface XmlRpcHandler
Throws:
java.lang.Exception


Copyright © ${year} Apache Software Foundation. All Rights Reserved.