Package cz.eman.jsonrpc.shared

Class Summary
MessageFactory Factory that creates Message objects (wrappers of json-rpc messages).
RpcHandler Main class to process json-rpc strings.
ServiceDetailsWriter Class that writes all registered classes, their public non-static methods and parameters into String to make implementation of clients easier.
 

Enum Summary
JsonTransformer UtilClass for transforming from and to JSON.
ParameterNameUtil Util class to handle annotation ParameterName.
 

Annotation Types Summary
ParameterName Annotation for naming parameters of your webservice.