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 Date
getDate()
org.apache.http.HttpResponse
getHttpResponse()
void
setDate(Date date)
void
setHttpResponse(org.apache.http.HttpResponse httpResponse)
-