uCosminexus Application Server, Web Service Development Guide
This section describes the operations and the support range of the Cosminexus JAX-RS engine.
The JAX-RS engine serves as the communication infrastructure of RESTful Web Services (Web resources). The operations of the engine on aWeb resource client and Web resource are as follows:
The JAX-RS engine receives HTTP requests, locates the target resource class (discovery), and calls the method corresponding to the request (dispatch). When implementing discovery and dispatch, the engine executes the required injection, based on the annotation of the resource class. Also, the JAX-RS engine generates and returns HTTP responses from the target resource classes.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.