org.apache.xmlrpc.fesi
Class FesiRpcExtension.GlobalObjectRemoteServer

java.lang.Object
  extended byBuiltinFunctionObject
      extended byorg.apache.xmlrpc.fesi.FesiRpcExtension.GlobalObjectRemoteServer
Enclosing class:
FesiRpcExtension

class FesiRpcExtension.GlobalObjectRemoteServer
extends BuiltinFunctionObject


Constructor Summary
(package private) FesiRpcExtension.GlobalObjectRemoteServer(java.lang.String name, Evaluator evaluator, FunctionPrototype fp)
           
 
Method Summary
 ESValue callFunction(ESObject thisObject, ESValue[] arguments)
           
 ESObject doConstruct(ESObject thisObject, ESValue[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FesiRpcExtension.GlobalObjectRemoteServer

FesiRpcExtension.GlobalObjectRemoteServer(java.lang.String name,
                                          Evaluator evaluator,
                                          FunctionPrototype fp)
Method Detail

callFunction

public ESValue callFunction(ESObject thisObject,
                            ESValue[] arguments)
                     throws EcmaScriptException
Throws:
EcmaScriptException

doConstruct

public ESObject doConstruct(ESObject thisObject,
                            ESValue[] arguments)
                     throws EcmaScriptException
Throws:
EcmaScriptException


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