public class WsProcessResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_SELECTOR_PROPERTY
Name of the JMS message selector property used to filter JMS messages
|
| Constructor and Description |
|---|
WsProcessResponse(Long requestId,
String responseContent,
Map<String,String> responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getRequestId() |
String |
getResponseContent() |
Map<String,String> |
getResponseHeaders() |
void |
setRequestId(Long requestId) |
void |
setResponseContent(String responseContent) |
void |
setResponseHeaders(Map<String,String> responseHeaders) |
public static final String MESSAGE_SELECTOR_PROPERTY
public Long getRequestId()
public void setRequestId(Long requestId)
requestId - the requestId to setpublic String getResponseContent()
public void setResponseContent(String responseContent)
responseContent - the responseContent to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.