public interface JmxOperationResponseMapper
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
mapResponse(java.lang.Object response)
Map the operation's response so that it can be consumed by a JMX compliant client.
|
java.lang.Class<?> |
mapResponseType(java.lang.Class<?> responseType)
Map the response type to its JMX compliant counterpart.
|
java.lang.Class<?> mapResponseType(java.lang.Class<?> responseType)
responseType - the operation's response typejava.lang.Object mapResponse(java.lang.Object response)
response - the operation's responseresponse, in a JMX compliant format