1234567891011121314151617181920 |
- # Licensed Materials - Property of IBM
- #
- # "Restricted Materials of IBM"
- #
- # Copyright IBM Corp. 2012 All Rights Reserved.
- #
- # US Government Users Restricted Rights - Use, duplication or
- # disclosure restricted by GSA ADP Schedule Contract with
- # IBM Corp.
- #
- # -------------------------------------------------------------------------------------------------
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=This feature enables support for Java API for RESTful Web Services 1.1. JAX-RS annotations \
- can be used to define web service clients and endpoints that comply with the REST architectural style. \
- Endpoints are accessed through a common interface that is based on the HTTP standard methods.
|