Class HttpResponseContext
- java.lang.Object
-
- org.apache.synapse.commons.emulator.http.producer.HttpResponseContext
-
public class HttpResponseContext extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpResponseContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHeaderParameter(String key, String value)
void
appendResponseContent(Object content)
Map<String,List<String>>
getHeaderParameters()
String
getRequestBody()
-