ESB REST components
| tAPIContract | Loads and manages the API contract used as the source definition for API-first Data Services. |
| tAPIOperation | Defines and configures API operations from a contract-first Data Services implementation. |
| tAPIOperationResponse | Builds operation responses according to the status codes and payload models defined in the API contract. |
| tRESTClient | Interacts with RESTful Web service providers by sending HTTP and HTTPS requests using CXF (JAX-RS) getting the corresponding responses. |
| tRESTRequest | Receives GET/POST/PUT/PATCH/DELETE requests from the clients on the server end. |
| tRESTResponse | Returns a specific HTTP status code to the client end as a response to the HTTP and/or HTTP requests. |