org.apache.xmlrpc.fesi
Class FesiRpcExtension

java.lang.Object
  extended byExtension
      extended byorg.apache.xmlrpc.fesi.FesiRpcExtension

public class FesiRpcExtension
extends Extension

An extension to transparently call and serve XML-RPC from the FESI EcmaScript interpreter.
The extension adds constructors for XML-RPC clients and servers to the Global Object. For more information on how to use this please look at the files server.es and client.es in the src/fesi directory of the distribution. All argument conversion is done automatically. Currently the following argument and return types are supported:

Version:
$Id: FesiRpcExtension.java,v 1.2 2002/03/20 15:11:04 mpoeschl Exp $
Author:
Hannes Wallnoefer
See Also:
Serialized Form

Nested Class Summary
(package private)  class FesiRpcExtension.ESRemote
           
(package private)  class FesiRpcExtension.GlobalObjectRemote
           
(package private)  class FesiRpcExtension.GlobalObjectRemoteServer
           
 
Field Summary
(package private)  Evaluator evaluator
           
(package private)  ESObject op
           
 
Constructor Summary
FesiRpcExtension()
           
 
Method Summary
 void initializeExtension(Evaluator evaluator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evaluator

Evaluator evaluator

op

ESObject op
Constructor Detail

FesiRpcExtension

public FesiRpcExtension()
Method Detail

initializeExtension

public void initializeExtension(Evaluator evaluator)
                         throws EcmaScriptException
Throws:
EcmaScriptException


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