Package laas.openrobots.ontology.service

This package stores all the classes related to service declaration.
A service is:
  • a method tagged with the RPCMethod annotation...
  • that is callable on an instanciated object (typically instanciated in OroServer)...
  • and that takes parameters belonging to Boolean, Integer, Double, String, Set<String>, List<String>, Map<String, String> and returns either one of these types or any object implementing toString().
Since:
0.6.5
See Also:
RPCMethod