Class RpcController
java.lang.Object
ru.cg.webbpm.modules.webkit.rpc.impl.RpcController
- Author:
- Abdulin Ildar
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RpcController
public RpcController()
-
-
Method Details
-
call
@RequestMapping("/rpc/{pageId}/{objectId}/{service}/{method}") public Object call(@RequestBody RpcCallArgs rpcCallArgs, @PathVariable("pageId") String pageId, @PathVariable("objectId") String objectId, @PathVariable("service") Class service, @PathVariable("method") String method) throws RpcCallException - Throws:
RpcCallException
-