net.uidl.util
Class JsonRpcExporter

java.lang.Object
  extended by net.uidl.util.JsonRpcExporter

public class JsonRpcExporter
extends java.lang.Object

Utility class for exposing Spring managed objects via JSON-RPC.

Version:
1.0
Author:
Dominic Cioccarelli (uidl.net)

Constructor Summary
JsonRpcExporter()
           
 
Method Summary
 void init()
           
 void setJsonObjects(java.util.HashMap jsonObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonRpcExporter

public JsonRpcExporter()
Method Detail

setJsonObjects

public void setJsonObjects(java.util.HashMap jsonObjects)

init

public void init()