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.RequestResponseTransport
org.apache.axis2.AxisFault
public void awaitResponse() throws InterruptedException, org.apache.axis2.AxisFault
awaitResponse
in interface org.apache.axis2.transport.RequestResponseTransport
InterruptedException
org.apache.axis2.AxisFault
public void signalResponseReady()
signalResponseReady
in interface org.apache.axis2.transport.RequestResponseTransport
public org.apache.axis2.transport.RequestResponseTransport.RequestResponseTransportStatus getStatus()
getStatus
in interface org.apache.axis2.transport.RequestResponseTransport
public void signalFaultReady(org.apache.axis2.AxisFault fault)
signalFaultReady
in interface org.apache.axis2.transport.RequestResponseTransport
public boolean isResponseWritten()
isResponseWritten
in interface org.apache.axis2.transport.RequestResponseTransport
public void setResponseWritten(boolean responseWritten)
setResponseWritten
in interface org.apache.axis2.transport.RequestResponseTransport
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.