All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description AbstractRpcHandler Created by steve on 19/02/17.FormHandler Handler This is the interface that every business handler should extend from.JsonHandler This is the entry handler for json api, it will parse the JSON request body and construct service id and then calls the service handler to get the final response.RpcRouter Created by steve on 19/02/17.RpcRouterConfig Created by steve on 19/02/17.RpcStartupHookProvider Register all the service handlers by the annotation from jars in classpath.ServiceHandler Created by steve on 19/02/17.