public class HttpCoreRequestResponseTransport extends Object implements org.apache.axis2.transport.RequestResponseTransport
| Constructor and Description |
|---|
HttpCoreRequestResponseTransport(org.apache.axis2.context.MessageContext msgContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeMessage(org.apache.axis2.context.MessageContext msgContext) |
void |
awaitResponse() |
org.apache.axis2.transport.RequestResponseTransport.RequestResponseTransportStatus |
getStatus() |
boolean |
isResponseWritten() |
void |
setResponseWritten(boolean responseWritten) |
void |
signalFaultReady(org.apache.axis2.AxisFault fault) |
void |
signalResponseReady() |
public HttpCoreRequestResponseTransport(org.apache.axis2.context.MessageContext msgContext)
public void acknowledgeMessage(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
acknowledgeMessage in interface org.apache.axis2.transport.RequestResponseTransportorg.apache.axis2.AxisFaultpublic void awaitResponse()
throws InterruptedException,
org.apache.axis2.AxisFault
awaitResponse in interface org.apache.axis2.transport.RequestResponseTransportInterruptedExceptionorg.apache.axis2.AxisFaultpublic void signalResponseReady()
signalResponseReady in interface org.apache.axis2.transport.RequestResponseTransportpublic org.apache.axis2.transport.RequestResponseTransport.RequestResponseTransportStatus getStatus()
getStatus in interface org.apache.axis2.transport.RequestResponseTransportpublic void signalFaultReady(org.apache.axis2.AxisFault fault)
signalFaultReady in interface org.apache.axis2.transport.RequestResponseTransportpublic boolean isResponseWritten()
isResponseWritten in interface org.apache.axis2.transport.RequestResponseTransportpublic void setResponseWritten(boolean responseWritten)
setResponseWritten in interface org.apache.axis2.transport.RequestResponseTransportCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.