Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
Service.getData()
Returns a map of JSON object compatible key value pairs representing information about the service.
|
com.ibm.json.java.JSONObject |
Service.getRequestSchema()
Queries the service for the data transformation request schema used.
|
com.ibm.json.java.JSONObject |
Service.getResponseSchema()
Queries the service for the data transformation response schema used.
|
com.ibm.json.java.JSONObject |
Service.getStatistics()
Queries the service for statistic data.
|
void |
Service.invoke(java.util.Map<java.lang.Object,java.lang.Object> requestStateMap,
HttpZosConnectRequest httpZosConnectRequest,
RequestData requestData,
ResponseData responseData)
Processes a service invocation action.
|
ServiceStatus |
Service.start()
Notifies the service that the server should be started.
|
ServiceStatus |
Service.status()
Queries the service for its status.
|
ServiceStatus |
Service.stop()
Notifies the service that a service should be stopped.
|