org.apache.axis2.transport.http
Class AxisServlet.ServletRequestResponseTransport
java.lang.Object
org.apache.axis2.transport.http.AxisServlet.ServletRequestResponseTransport
- All Implemented Interfaces:
- RequestResponseTransport
- Enclosing class:
- AxisServlet
protected class AxisServlet.ServletRequestResponseTransport
- extends java.lang.Object
- implements RequestResponseTransport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
acknowledgeMessage
public void acknowledgeMessage(MessageContext msgContext)
throws AxisFault
- Specified by:
acknowledgeMessage in interface RequestResponseTransport
- Throws:
AxisFault
awaitResponse
public void awaitResponse()
throws java.lang.InterruptedException,
AxisFault
- Specified by:
awaitResponse in interface RequestResponseTransport
- Throws:
java.lang.InterruptedException
AxisFault
signalResponseReady
public void signalResponseReady()
- Specified by:
signalResponseReady in interface RequestResponseTransport
getStatus
public RequestResponseTransport.RequestResponseTransportStatus getStatus()
- Specified by:
getStatus in interface RequestResponseTransport
signalFaultReady
public void signalFaultReady(AxisFault fault)
- Specified by:
signalFaultReady in interface RequestResponseTransport
isResponseWritten
public boolean isResponseWritten()
- Specified by:
isResponseWritten in interface RequestResponseTransport
setResponseWritten
public void setResponseWritten(boolean responseWritten)
- Specified by:
setResponseWritten in interface RequestResponseTransport
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.