public class RestProcessResponse extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
contentType
The content type of the response.
|
static String |
MESSAGE_SELECTOR_PROPERTY
Name of the JMS message selector property used to filter JMS messages
|
Long |
requestId
The ID of the REST request.
|
String |
responseContent
The content of the response.
|
Constructor and Description |
---|
RestProcessResponse(Long requestId,
String responseContent,
String contentType) |
public static final String MESSAGE_SELECTOR_PROPERTY
public final Long requestId
public final String responseContent
public final String contentType
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.