- Timestamp:
- 03/18/08 17:21:26 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/service/jsonrpc/stubJsonRpcProcessor.php
r1434 r1435 50 50 * 51 51 * This method only dispatches the request to different subprocessors. 52 *53 * @return stubAbstractProcessor54 52 */ 55 53 public function process() … … 63 61 $subProcessor = new $nqClassName(); 64 62 $subProcessor->process($this->request, $this->session, $this->response, $this->loadClassMap()); 65 return $this;66 63 } 67 64
