Uses of Interface
org.sr.server.ICaller

Packages that use ICaller
org.sr.server.json This package contains JSON specific implementation of caller. 
 

Uses of ICaller in org.sr.server.json
 

Subinterfaces of ICaller in org.sr.server.json
 interface IJSONCaller
          Extended version of ICaller interface for JSONObject
 

Classes in org.sr.server.json that implement ICaller
 class JSONCaller
          This class is offers a convinient way to access and call java object methods with JSON object in a caller context.