|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(Object obj)
|
int |
hashCode()
|
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 Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||