public interface WsrmRequestInfo extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| String | getMessageId()The message ID for this request. | 
| String | getResponseMessageId()The message ID of any response message that could be correlated to this
 request (response received for RM source or sent for RM destination). | 
| long | getResponseTimestamp()The time a response correlated to this request was received (RM source)
 or sent (RM destination). | 
| long | getSeqNum()The sequence number of this request within the sequence (1..n) | 
| String | getSoapAction()SOAP action value for the request message. | 
| long | getTimestamp()The time this request was sent (RM source) or received (RM destination) | 
| boolean | isAckFlag()Flag indicating the request has had an ack received for it (RM source)
 or sent for it (RM destination) | 
String getMessageId()
long getSeqNum()
String getSoapAction()
long getTimestamp()
boolean isAckFlag()
String getResponseMessageId()
long getResponseTimestamp()