|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.util.jms.WSIFJMSCorrelationId
public class 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 stringMethod Detail |
---|
public java.lang.String getCorrelationId()
getCorrelationId
in interface WSIFCorrelationId
the
- String value of this idpublic byte[] getCorrelationIdAsBytes()
getCorrelationIdAsBytes
in interface WSIFCorrelationId
a
- byte array of this idpublic boolean equals(java.lang.Object cid)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |