RPCMethod
annotation...See: Description
Interface | Description |
---|---|
IService | |
IServiceProvider |
This interface sole purpose is to signal that a class implement services for the oro-server (ie, methods annotated with a
RPCMethod annotation). |
Class | Description |
---|---|
ServiceImpl |
Annotation Type | Description |
---|---|
RPCMethod |
This annotation marks all the available methods exposed to remote clients.
To actually register your services by the server, you just need to annotate the relevant method with a @RPCMethod annotation and to call the OroServer.addNewServiceProviders(IServiceProvider) method. |
RPCMethod
annotation... OroServer
)...Boolean, Integer, Double,
String, Set<String>, List<String>, Map<String, String>
and returns either one
of these types or any object implementing toString()
.RPCMethod
ORO is a part of the OpenRobots framework.
openrobots@laas.fr
LAAS-CNRS 2009-2011