|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis2.transport.http.AxisServlet.ServletRequestResponseTransport
| Nested Class Summary |
| Nested classes inherited from class org.apache.axis2.transport.RequestResponseTransport |
RequestResponseTransport.RequestResponseTransportStatus |
| Field Summary |
| Fields inherited from interface org.apache.axis2.transport.RequestResponseTransport |
HOLD_RESPONSE, TRANSPORT_CONTROL |
| Method Summary | |
void |
acknowledgeMessage(MessageContext msgContext)
Notify the transport that a message should be acknowledged at this time. |
void |
awaitResponse()
Pause execution and wait for a response message to be ready. |
RequestResponseTransport.RequestResponseTransportStatus |
getStatus()
This gives the current status of an RequestResponseTransport object. |
void |
signalFaultReady(AxisFault fault)
This will tell the transport to end a current wait by raising the given fault. |
void |
signalResponseReady()
Signal that a response has be created and is ready for transmission. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void acknowledgeMessage(MessageContext msgContext)
throws AxisFault
RequestResponseTransport
acknowledgeMessage in interface RequestResponseTransportmsgContext -
AxisFault
public void awaitResponse()
throws java.lang.InterruptedException,
AxisFault
RequestResponseTransport
awaitResponse in interface RequestResponseTransportjava.lang.InterruptedException
AxisFaultpublic void signalResponseReady()
RequestResponseTransport
signalResponseReady in interface RequestResponseTransportpublic RequestResponseTransport.RequestResponseTransportStatus getStatus()
RequestResponseTransport
getStatus in interface RequestResponseTransportpublic void signalFaultReady(AxisFault fault)
RequestResponseTransport
signalFaultReady in interface RequestResponseTransportfault - The fault to be raised.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||