Uses of Interface
org.apache.turbine.services.jsonrpc.JsonRpcService

Packages that use JsonRpcService
org.apache.turbine.services.jsonrpc The JSON-RPC Service supports JavaScript to Java AJAX communications between browsers and Turbine applications. 
 

Uses of JsonRpcService in org.apache.turbine.services.jsonrpc
 

Classes in org.apache.turbine.services.jsonrpc that implement JsonRpcService
 class TurbineJsonRpcService
          This is a service that will respond to JSON-RPC calls.
 

Methods in org.apache.turbine.services.jsonrpc that return JsonRpcService
static JsonRpcService TurbineJsonRpc.getService()
          Returns system's configured implementation of JsonRpcService.
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.