|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtension
org.apache.xmlrpc.fesi.FesiRpcExtension
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:
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
ESObject op
Constructor Detail |
public FesiRpcExtension()
Method Detail |
public void initializeExtension(Evaluator evaluator) throws EcmaScriptException
EcmaScriptException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |