Package org.apache.synapse.core.axis2
Class ResponseState
- java.lang.Object
-
- org.apache.synapse.core.axis2.ResponseState
-
public class ResponseState extends Object
Class to keep the response's state
-
-
Constructor Summary
Constructors Constructor Description ResponseState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRespondDone()
Return the response is done or not.void
setRespondDone()
Set the response to done or not.
-