|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The WSR storage widget encapsulates the WSR message that was either sent or received. The storage widget contains other information which is useful for querying purposes. Finally, the widget also keeps track of whether a message was acknowledged or if an acknowledgement was sent for the message in question.
| Method Summary | |
byte[] |
getBytesOfEnvelopeDocument()
Get the Byte representation of EnvelopeDocument |
EnvelopeDocument |
getEnvelope()
Get the original Envelope associated with the message |
String |
getGroupId()
Get the Group Id associated with the messsage |
Calendar |
getMessageExpiryTime()
Get the Expiry Time associated with the messsage |
QName |
getMessageFault()
Get the Fault QName if message is faulted |
byte |
getMessageStatus()
Gets the message Status |
byte |
getNumberOfRetries()
Get the number of Retries associated with retransmission of message |
String |
getReplyPattern()
Get the ReplyPattern associated with the messsage |
String |
getReplyTo()
Get the ReplyTo if ReplyPattern associated with message is Callback |
long |
getRetransmissionTime()
Get the retransmission Interval associated with message |
long |
getSequenceNumber()
Get the Sequence Number associated with the messsage |
| Method Detail |
public String getGroupId()
public long getSequenceNumber()
public Calendar getMessageExpiryTime()
public String getReplyPattern()
public String getReplyTo()
public byte getMessageStatus()
public QName getMessageFault()
public long getRetransmissionTime()
public byte getNumberOfRetries()
public EnvelopeDocument getEnvelope()
public byte[] getBytesOfEnvelopeDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||