RESTful Services
Sub-Resources
1/10
1
Read Answer
What is sub-resource method?
The sub-resource methods are methods of a resource class that are annotated with @Path and one of the request method designators (@GET, @PUT, @POST or @DELETE).
Please log in or register to have a possibility to add comment.