|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.connect.server.userutil.ResponseFactory
public class ResponseFactory
Provides methods to create Response objects.
Method Summary | |
---|---|
static Response |
getErrorResponse(java.lang.String message)
Returns a Response representing a erred message. |
static Response |
getFailureResponse(java.lang.String message)
Deprecated. This method is deprecated and will soon be removed. Please use getErrorResponse(message) instead. |
static Response |
getFilteredResponse(java.lang.String message)
Returns a Response representing a filtered message. |
static Response |
getQueudResponse(java.lang.String message)
Deprecated. This method is deprecated and will soon be removed. Please use getQueuedResponse(message) instead. |
static Response |
getQueuedResponse(java.lang.String message)
Returns a Response representing a queued message. |
static Response |
getResponse(java.lang.String message)
Deprecated. This method is deprecated and will soon be removed. The UNKNOWN status has also been removed; this method will return a response with the SENT status instead. |
static Response |
getSentResponse(java.lang.String message)
Returns a Response representing a successfully sent message. |
static Response |
getSuccessResponse(java.lang.String message)
Deprecated. This method is deprecated and will soon be removed. Please use getSentResponse(message) instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Response getSentResponse(java.lang.String message)
message
- The response data to store.
public static Response getSuccessResponse(java.lang.String message)
message
- The response data to store.
public static Response getErrorResponse(java.lang.String message)
message
- The response data to store.
public static Response getFailureResponse(java.lang.String message)
message
- The response data to store.
public static Response getFilteredResponse(java.lang.String message)
message
- The response data to store.
public static Response getQueudResponse(java.lang.String message)
message
- The response data to store.
public static Response getQueuedResponse(java.lang.String message)
message
- The response data to store.
public static Response getResponse(java.lang.String message)
message
- The response data to store.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |