org.sr.server.json
Interface IJSONCaller

All Superinterfaces:
ICaller<JSONObject>
All Known Implementing Classes:
JSONCaller

public interface IJSONCaller
extends ICaller<JSONObject>

Extended version of ICaller interface for JSONObject

Author:
Serhat Dirik

Method Summary
 JSONObject callAService(ICallerContextInfo<?> context, JSONObject request)
          Calls a java object method and returns the response
 

Method Detail

callAService

JSONObject callAService(ICallerContextInfo<?> context,
                        JSONObject request)
                        throws ServiceCallException
Description copied from interface: ICaller
Calls a java object method and returns the response

Specified by:
callAService in interface ICaller<JSONObject>
Parameters:
context - Caller context
Returns:
Throws:
ServiceCallException