Package org.objectweb.telosys.service

Interface Summary
IServiceProvider The "service provider" interface
ScreenService The ScreenService interface
 

Class Summary
ParametersManager Static methods for Service parameters management
ServiceRequest Request object for Telosys RPC and Navigation Services
An instance of this class is created for each request,
it is populated with the http request informations
ServiceResponse The response object used by a "Screen Service"
ServiceResultHolder  
StandardScreenService Standard ancestor class to build screen services

It implements the ScreenService interface except the "execute" method
that must be implemented in the child class.
StandardServiceRegistry This is the standard ancestor class designed to build a "Service Registry" ( "Service Provider" )
It provides the "register" and "registerServicePackage" methods designed
to be used in the child class.