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

Packages that use RestService
com.trendmicro.grid.acl.l0 ENTRY POINT: Defines all "level-0" frontend GRID interfaces and implementations for SOAP & REST services. 
 

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

Subinterfaces of RestService in com.trendmicro.grid.acl.l0
 interface Level0RestService
          Groups all Level0 REST services to automate their publishing under the spring bean "level0_JaxRsApplication".
 

Classes in com.trendmicro.grid.acl.l0 that implement RestService
 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.