| Interface | Description |
|---|---|
| EventDestination |
Message that gets sent as an event.
|
| ResourcePathDestination | |
| UiSessionDestination | |
| UiSessionOrigin |
| Class | Description |
|---|---|
| AddDatasourceRequest |
Adds a Datasource or a XA Datasource to an Application Server instance given by the inventory path stored in resourcePath field.
|
| AddDatasourceResponse |
Results of an Add Datasource request.
|
| AddJdbcDriverRequest |
Adds a JDBC Driver to an Application Server instance given by the inventory path stored in resourcePath field.
|
| AddJdbcDriverResponse |
Results of an Add Driver request.
|
| ApiDeserializer |
Given the special syntax of "apiName=JSON" this will deserialize the JSON into the appropriate API POJO.
|
| Authentication |
Provides user credentials or security token.
|
| AuthMessage |
Message properties that are needed for authentication.
|
| DeployApplicationRequest |
Deploys an application to an Application Server instance given by the inventory path stored in resourcePath field.
|
| DeployApplicationResponse |
Results of an application deployment request.
|
| EchoRequest |
A simple request to echo a string back used for testing connectivity.
|
| EchoResponse |
An echo response where the reply should be the message from the echo request.
|
| ExecuteOperationRequest |
A request to execute an operation on a resource given by the inventory path stored in resourcePath field.
|
| ExecuteOperationResponse |
A response describing the results of an operation execution.
|
| ExportJdrRequest |
Exports a JDR from the Application Server instance given by the inventory path stored in resourcePath field.
|
| ExportJdrResponse |
Results of the JDR export.
|
| GenericErrorResponse |
An general error message.
|
| GenericErrorResponseBuilder | |
| GenericSuccessResponse |
An general success message.
|
| MessageUtils | |
| NotificationMessage |
An general notification message.
|
| RemoveDatasourceRequest |
Unregisters a Datasource or a XA Datasource that corresponds to the resource given by the resourcePath field.
|
| RemoveDatasourceResponse |
Results of an RemoveDatasourceRequest.
|
| RemoveJdbcDriverRequest |
Unregisters a JDBC Driver that corresponds to the resource given by the resourcePath field.
|
| RemoveJdbcDriverResponse |
Results of an RemoveJdbcDriverRequest.
|
| ResourcePathRequest |
A request targeting a resource given by the resourcePath field.
|
| ResourcePathResponse |
Results of a Resource related operation.
|
| UpdateDatasourceRequest |
Updates the Datasource or a XA Datasource given by the inventory path stored in resourcePath field.
|
| UpdateDatasourceResponse |
Results of an UpdateDatasourceRequest.
|
| WelcomeResponse |
Tells the UI client what is his sessionId
|
| Enum | Description |
|---|---|
| ResponseStatus | |
| ServerRefreshIndicator |
Copyright © 2015–2016 Red Hat. All rights reserved.