Interface | Description |
---|---|
ApiRequest |
Api Request
|
ApiResponse |
Api Response
|
ApiRuntimeContext |
The API Runtime Context that can be used to access and manipulate the Request and response of both API and Service.
|
ApplicationContext |
app context
|
Body |
The body of the request or response.
|
IncomingMessage |
The incoming message.
|
OutgoingMessage |
The outgoing message.
|
ServiceRequest |
Service Request
|
ServiceResponse |
Service Response
|
Class | Description |
---|---|
InputStreamBodyImpl |
Implementation of Body interface based on the InputStream as the source of payload
|
StringBodyImpl |
Implementation of Body interface based on the String as the source of payload
|