|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsr.storage.impl.WsrStorageWidgetImpl
public class WsrStorageWidgetImpl
| Constructor Summary | |
|---|---|
WsrStorageWidgetImpl()
|
|
WsrStorageWidgetImpl(String groupId,
long sequenceNumber)
|
|
WsrStorageWidgetImpl(String groupId,
long sequenceNumber,
Calendar messageExpiryTime,
String replyPattern,
String replyTo,
byte messageStatus,
QName messageFault,
long retransmissionTime,
byte numberOfRetries,
byte[] marshalledBytesOfEnvelopeDocument)
|
|
WsrStorageWidgetImpl(String groupId,
long sequenceNumber,
Calendar messageExpiryTime,
String replyPattern,
String replyTo,
byte messageStatus,
QName messageFault,
long retransmissionTime,
byte numberOfRetries,
EnvelopeDocument envelopeDocument)
|
|
| Method Summary | |
|---|---|
byte[] |
getBytesOfEnvelopeDocument()
Gets a serialized representation of the EnvelopeDocument |
EnvelopeDocument |
getEnvelope()
Retrieves the EnvelopeDocument associated with message |
String |
getGroupId()
Get the Group Id associated with the messsage |
Calendar |
getMessageExpiryTime()
Get the Expiry Time associated with the messsage |
QName |
getMessageFault()
Retrieves the message Fault |
byte |
getMessageStatus()
Get the Status associated with the messsage |
byte |
getNumberOfRetries()
gets the Number Of Retries associated with Retransmission of message |
String |
getReplyPattern()
Get the ReplyPattern associated with the messsage |
String |
getReplyTo()
Get the ReplyTo associated with the messsage |
long |
getRetransmissionTime()
gets the retransmissionTime associated with message |
long |
getSequenceNumber()
Get the Sequence Number associated with the messsage |
void |
setEnvelope(EnvelopeDocument envelopeDocument)
sets EnvelopeDocument associated with message |
void |
setGroupId(String groupId)
sets the Group Id associated with the messsage |
void |
setMessageExpiryTime(Calendar messageExpiryTime)
sets the Expiry Time associated with the messsage |
void |
setMessageFault(QName messageFault)
sets message Fault |
void |
setMessageStatus(byte messageStatus)
sets the Status associated with the messsage |
void |
setNumberOfRetries(byte numberOfRetries)
Sets the Number Of Retries associated with Retransimission of Message |
void |
setReplyPattern(String replyPattern)
sets the ReplyPattern associated with the messsage |
void |
setReplyTo(String replyTo)
sets the ReplyTo associated with the messsage |
void |
setRetransmissionTime(long retransmissionTime)
Sets the RetransmissionTime of the message |
void |
setSequenceNumber(long sequenceNumber)
Sets the Sequence Number associated with the messsage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrStorageWidgetImpl()
public WsrStorageWidgetImpl(String groupId,
long sequenceNumber)
public WsrStorageWidgetImpl(String groupId,
long sequenceNumber,
Calendar messageExpiryTime,
String replyPattern,
String replyTo,
byte messageStatus,
QName messageFault,
long retransmissionTime,
byte numberOfRetries,
EnvelopeDocument envelopeDocument)
public WsrStorageWidgetImpl(String groupId,
long sequenceNumber,
Calendar messageExpiryTime,
String replyPattern,
String replyTo,
byte messageStatus,
QName messageFault,
long retransmissionTime,
byte numberOfRetries,
byte[] marshalledBytesOfEnvelopeDocument)
| Method Detail |
|---|
public String getGroupId()
getGroupId in interface WsrStorageWidgetpublic void setGroupId(String groupId)
public long getSequenceNumber()
getSequenceNumber in interface WsrStorageWidgetpublic void setSequenceNumber(long sequenceNumber)
public Calendar getMessageExpiryTime()
getMessageExpiryTime in interface WsrStorageWidgetpublic void setMessageExpiryTime(Calendar messageExpiryTime)
public String getReplyPattern()
getReplyPattern in interface WsrStorageWidgetpublic void setReplyPattern(String replyPattern)
public String getReplyTo()
getReplyTo in interface WsrStorageWidgetpublic void setReplyTo(String replyTo)
public byte getMessageStatus()
getMessageStatus in interface WsrStorageWidgetpublic void setMessageStatus(byte messageStatus)
public QName getMessageFault()
getMessageFault in interface WsrStorageWidgetpublic void setMessageFault(QName messageFault)
public void setRetransmissionTime(long retransmissionTime)
public long getRetransmissionTime()
getRetransmissionTime in interface WsrStorageWidgetpublic void setNumberOfRetries(byte numberOfRetries)
public byte getNumberOfRetries()
getNumberOfRetries in interface WsrStorageWidgetpublic EnvelopeDocument getEnvelope()
getEnvelope in interface WsrStorageWidgetpublic void setEnvelope(EnvelopeDocument envelopeDocument)
public byte[] getBytesOfEnvelopeDocument()
getBytesOfEnvelopeDocument in interface WsrStorageWidget
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||