Uses of Interface
com.trendmicro.grid.acl.Service

Packages that use Service
com.trendmicro.grid.acl ENTRY POINT: Defines the main entry classes of the ACL. 
com.trendmicro.grid.acl.client   
com.trendmicro.grid.acl.l0 ENTRY POINT: Defines all "level-0" frontend GRID interfaces and implementations for SOAP & REST services. 
 

Uses of Service in com.trendmicro.grid.acl
 

Subinterfaces of Service in com.trendmicro.grid.acl
 interface PublicServiceDiscovery
          Defines a trivial service to discover all running Access Layer instances.
 interface RestService
          ENTRY POINT: Groups all REST services.
 

Uses of Service in com.trendmicro.grid.acl.client
 

Classes in com.trendmicro.grid.acl.client with type parameters of type Service
 class AbstractClient<T extends Service>
          Is a base class for Spring Services that act as client proxy providers.
 

Uses of Service in com.trendmicro.grid.acl.l0
 

Subinterfaces of Service in com.trendmicro.grid.acl.l0
 interface CacheControlService
          Implements rudimentary cache control and information gathering.
 interface FileRequestService
          Defines services that allow accessing previously stored files from remote.
 interface FileService
          Defines TM reachable services to query file details.
 interface Level0RestService
          Groups all Level0 REST services to automate their publishing under the spring bean "level0_JaxRsApplication".
 interface PackageService
          Defines package related web services, that may be used inside the TM network.
 interface ProcessingService
          Defines TM reachable services to control the processing inside the GRID.
 interface PublicAuthenticationService
          Service interface allowing users to authenticate their session.
 interface PublicCategoryService
          Defines public reachable services to query categories and views.
 interface PublicFileService
          Defines public reachable services to query file details.
 interface PublicPackageService
          Defines package related web services, accessible to the outside world.
 interface PublicReportService
          Defines a public service to report file accesses.
 interface ServerStatisticsService
          Defines an interface returning
 interface SourceService
          Defines TM reachable services to work with sources.
 

Classes in com.trendmicro.grid.acl.l0 that implement Service
 class PublicAuthenticationRestService
          Implements a REST api to PublicAuthenticationService, to prepare the offering of REST services with authentication.
 class PublicCategoryRestService
          Implements a REST styled interface on top of the SOAP api using JAX-RS
 class PublicFileRestService
          Implements a REST styled interface on top of the SOAP api using JAX-RS
 class PublicPackageRestService
          Implements a REST styled interface on top of the SOAP api using JAX-RS
 class ServerStatisticsRestService
          Implements a REST service that provides the values offered by the server statistics service.