org.apache.xmlrpc.fesi
Class FesiRpcUtil

java.lang.Object
  |
  +--org.apache.xmlrpc.fesi.FesiRpcUtil

public class FesiRpcUtil
extends java.lang.Object

Version:
$Id: FesiRpcUtil.java,v 1.2 2002/03/20 15:11:04 mpoeschl Exp $
Author:
Hannes Wallnoefer

Constructor Summary
FesiRpcUtil()
           
 
Method Summary
static java.lang.Object convertE2J(FESI.Data.ESValue what)
           
static FESI.Data.ESValue convertJ2E(java.lang.Object what, FESI.Interpreter.Evaluator evaluator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FesiRpcUtil

public FesiRpcUtil()
Method Detail

convertJ2E

public static FESI.Data.ESValue convertJ2E(java.lang.Object what,
                                           FESI.Interpreter.Evaluator evaluator)
                                    throws java.lang.Exception

convertE2J

public static java.lang.Object convertE2J(FESI.Data.ESValue what)
                                   throws FESI.Exceptions.EcmaScriptException


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