Uses of Interface
to.etc.domui.ajax.IRpcCallContext

Packages that use IRpcCallContext
to.etc.domui.ajax   
 

Uses of IRpcCallContext in to.etc.domui.ajax
 

Classes in to.etc.domui.ajax that implement IRpcCallContext
 class AjaxRequestContext
           
 

Methods in to.etc.domui.ajax with parameters of type IRpcCallContext
 void RpcCallHandler.executeBulkJSON(IRpcCallContext cb, java.lang.String json)
          Reads and executes a JSON bulk request.
 void RpcCallHandler.executeSingleCall(IRpcCallContext cb, IParameterProvider pv, java.lang.String callsign, ResponseFormat formatoverride)
          This executes a single call.