Uses of Interface
com.dyuproject.web.rest.service.Service

Packages that use Service
com.dyuproject.web.rest.service   
 

Uses of Service in com.dyuproject.web.rest.service
 

Classes in com.dyuproject.web.rest.service that implement Service
 class AbstractService
          Base service to handle requests.
 

Methods in com.dyuproject.web.rest.service that return Service
 Service AnnotatedMethodResource.getService()
           
 

Methods in com.dyuproject.web.rest.service with parameters of type Service
 void RESTServiceContext.addService(Service service)
           
 void RESTServiceContext.setServices(Service[] services)
           
 

Method parameters in com.dyuproject.web.rest.service with type arguments of type Service
 void RESTServiceContext.setServices(List<Service> services)
           
 

Constructors in com.dyuproject.web.rest.service with parameters of type Service
AnnotatedMethodResource(Service service, Method serviceMethod, String httpMethod)
           
 



Copyright © 2008-2013. All Rights Reserved.