|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.util.jms.WSIFJMSCorrelationId
A WSIFCorrelationId is used to identify asynchronous requests so that a request can be matched to its response.
| Constructor Summary | |
WSIFJMSCorrelationId(java.lang.String id)
Creates a new WSIFJMSCorrelationId. |
|
| Method Summary | |
boolean |
equals(java.lang.Object cid)
Compares this WSIFJMSCorrelationId to the specified object. |
java.lang.String |
getCorrelationId()
gets the value of this WSIFJMSCorrelationId as a String. |
byte[] |
getCorrelationIdAsBytes()
gets the value of this WSIFJMSCorrelationId as a byte array. |
int |
hashCode()
Returns a hashcode for this object. |
java.lang.String |
toString()
The String representation of this object is returned. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WSIFJMSCorrelationId(java.lang.String id)
id - the id string| Method Detail |
public java.lang.String getCorrelationId()
getCorrelationId in interface WSIFCorrelationIdpublic byte[] getCorrelationIdAsBytes()
getCorrelationIdAsBytes in interface WSIFCorrelationIdpublic boolean equals(java.lang.Object cid)
public java.lang.String toString()
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||