|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.transport.RequestResponseTransport.RequestResponseTransportStatus
public static class RequestResponseTransport.RequestResponseTransportStatus
Used to give the current status of the RequestResponseTransport object.
Field Summary | |
---|---|
static RequestResponseTransport.RequestResponseTransportStatus |
ACKED
acknowledgeMessage has been called. |
static RequestResponseTransport.RequestResponseTransportStatus |
INITIAL
Transport is in its initial stage. |
static RequestResponseTransport.RequestResponseTransportStatus |
SIGNALLED
'signalResponseReady' has been called. |
static RequestResponseTransport.RequestResponseTransportStatus |
WAITING
awaitResponse has been called. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static RequestResponseTransport.RequestResponseTransportStatus INITIAL
public static RequestResponseTransport.RequestResponseTransportStatus WAITING
public static RequestResponseTransport.RequestResponseTransportStatus ACKED
public static RequestResponseTransport.RequestResponseTransportStatus SIGNALLED
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |