org.apache.xmlrpc.fesi
Class FesiRpcExtension

java.lang.Object
  |
  +--FESI.Extensions.Extension
        |
        +--org.apache.xmlrpc.fesi.FesiRpcExtension

public class FesiRpcExtension
extends FESI.Extensions.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

Constructor Summary
FesiRpcExtension()
           
 
Method Summary
 void initializeExtension(FESI.Interpreter.Evaluator evaluator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FesiRpcExtension

public FesiRpcExtension()
Method Detail

initializeExtension

public void initializeExtension(FESI.Interpreter.Evaluator evaluator)
                         throws FESI.Exceptions.EcmaScriptException
Overrides:
initializeExtension in class FESI.Extensions.Extension


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.