| Modifier and Type | Method and Description |
|---|---|
ResponseFormat |
HttpSendMessageIncomingData.getFormat() |
ResponseFormat |
HttpGetMessageIdStatusIncomingData.getFormat() |
static ResponseFormat |
HttpSendMessageIncomingData.getFormat(javax.servlet.http.HttpServletRequest request) |
static ResponseFormat |
HttpGetMessageIdStatusIncomingData.getFormat(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static ResponseFormat |
ResponseFormat.fromString(String param)
Default returned value is STRING;
|
static ResponseFormat |
ResponseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseFormat[] |
ResponseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ResponseFormatter.format(HttpGetMessageIdStatusOutgoingData response,
ResponseFormat format) |
static String |
ResponseFormatter.format(HttpSendMessageOutgoingData response,
ResponseFormat format) |
static void |
HttpUtils.sendErrorResponseWithContent(javax.slee.facilities.Tracer tracer,
javax.servlet.http.HttpServletResponse response,
int status,
String message,
String content,
ResponseFormat responseFormat) |
static void |
HttpUtils.sendOkResponseWithContent(javax.slee.facilities.Tracer tracer,
javax.servlet.http.HttpServletResponse response,
String content,
ResponseFormat responseFormat) |
Copyright © 2016. All Rights Reserved.