|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.RequestResponseTransport.RequestResponseTransportStatus
Used to give the current status of the RequestResponseTransport object.
Field Summary | |
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 SIGNALLED
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |