JavaScript is disabled on your browser.
A B D E F G J N O S T
A
ApiDeserializer - Class in org.hawkular.feedcomm.api
Given the special syntax of "apiName=JSON" this will deserialize the JSON into the appropriate API POJO.
ApiDeserializer() - Constructor for class org.hawkular.feedcomm.api.ApiDeserializer
B
build() - Method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
buildWithThrowable(Throwable) - Static method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
D
deserialize(String) - Method in class org.hawkular.feedcomm.api.ApiDeserializer
E
EchoRequest - Class in org.hawkular.feedcomm.api
A simple request to echo a string back used for testing connectivity.
EchoRequest() - Constructor for class org.hawkular.feedcomm.api.EchoRequest
EchoResponse - Class in org.hawkular.feedcomm.api
An echo response where the reply should be the message from the echo request.
EchoResponse() - Constructor for class org.hawkular.feedcomm.api.EchoResponse
ExecuteOperationRequest - Class in org.hawkular.feedcomm.api
A request to execute an operation.
ExecuteOperationRequest() - Constructor for class org.hawkular.feedcomm.api.ExecuteOperationRequest
ExecuteOperationResponse - Class in org.hawkular.feedcomm.api
A response describing the results of an operation execution.
ExecuteOperationResponse() - Constructor for class org.hawkular.feedcomm.api.ExecuteOperationResponse
F
fromJson(String, Class<T>) - Static method in class org.hawkular.feedcomm.api.JsonUtil
G
GenericErrorResponse - Class in org.hawkular.feedcomm.api
An general error message.
GenericErrorResponse() - Constructor for class org.hawkular.feedcomm.api.GenericErrorResponse
GenericErrorResponseBuilder - Class in org.hawkular.feedcomm.api
GenericErrorResponseBuilder() - Constructor for class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
GenericSuccessResponse - Class in org.hawkular.feedcomm.api
An general success message.
GenericSuccessResponse() - Constructor for class org.hawkular.feedcomm.api.GenericSuccessResponse
getEchoMessage() - Method in class org.hawkular.feedcomm.api.EchoRequest
getErrorMessage() - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
getMessage() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
An additional message describing the results.
getMessage() - Method in class org.hawkular.feedcomm.api.GenericSuccessResponse
getMessage() - Method in class org.hawkular.feedcomm.api.NotificationMessage
getOperationName() - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
getOperationName() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
getParameters() - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
A simple map of named parameters.
getReply() - Method in class org.hawkular.feedcomm.api.EchoResponse
getResourceId() - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
getResourceId() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
getStackTrace() - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
getStatus() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
The success or failure flag.
J
JsonUtil - Class in org.hawkular.feedcomm.api
N
NotificationMessage - Class in org.hawkular.feedcomm.api
An general notification message.
NotificationMessage() - Constructor for class org.hawkular.feedcomm.api.NotificationMessage
O
org.hawkular.feedcomm.api - package org.hawkular.feedcomm.api
S
setEchoMessage(String) - Method in class org.hawkular.feedcomm.api.EchoRequest
setErrorMessage(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
setErrorMessage(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
setMessage(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
An additional message describing the results.
setMessage(String) - Method in class org.hawkular.feedcomm.api.GenericSuccessResponse
setMessage(String) - Method in class org.hawkular.feedcomm.api.NotificationMessage
setOperationName(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
setOperationName(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
setParameters(Map<String, String>) - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
A simple map of named parameters.
setReply(String) - Method in class org.hawkular.feedcomm.api.EchoResponse
setResourceId(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
setResourceId(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
setStackTrace(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
setStackTrace(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
setStatus(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
The success or failure flag.
setThrowable(Throwable) - Method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
T
toHawkularFormat(BasicMessage) - Static method in class org.hawkular.feedcomm.api.ApiDeserializer
Returns a string that encodes the given object as a JSON message but then
prefixes that JSON with additional information that a Hawkular client will
need to be able to deserialize the JSON.
toJson(Object) - Static method in class org.hawkular.feedcomm.api.JsonUtil
A B D E F G J N O S T
Copyright © 2015 Red Hat, Inc. . All rights reserved.