Changes between Version 4 and Version 5 of IdeasForVersionThree
- Timestamp:
- 01/03/13 11:19:53 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IdeasForVersionThree
v4 v5 22 22 * fetching handlers by scope (maybe also a pattern) methodInvocationManager.addHandlerByScope("myApp") 23 23 24 * Processing building blocks 25 * ParameterConversionManager: handles transformations of parameter values api representation <-> transport representation 26 * MethodAnalyzer: searches for annotations for some api method 27 * MethodCallSender: performs sending a call through some transport (e.g., making the http call) 28 * HandlerMethodInvocationManager: server-side, finds appropriate handler for an incoming call, performs method invocation 29 30 24 31 * Basic processing cycle 25 32 1. handle interface call (proxy invocation handler) … … 35 42 1. convert return value back to java representation 36 43 1. return value in interface call 44 45 == Questions ==