Class HttpResponseWrapper
- java.lang.Object
-
- org.apache.synapse.transport.http.wrapper.HttpResponseWrapper
-
public class HttpResponseWrapper extends Object
Wrapper to hold the time stamp and the Response
-
-
Constructor Summary
Constructors Constructor Description HttpResponseWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDate()org.apache.http.HttpResponsegetHttpResponse()voidsetDate(Date date)voidsetHttpResponse(org.apache.http.HttpResponse httpResponse)
-