|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |