ESB REST components
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. |