Class EntityResponse
- java.lang.Object
-
- org.sakaiproject.entitybroker.util.EntityResponse
-
public class EntityResponse extends Object
This is here to contain the information we get back from an entity (http) request fired by theEntityBroker.fireEntityRequest(String, String, String, Map, Object)method
This object and the data in it should be considered immutable- Author:
- Aaron Zeckoski (azeckoski @ gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description StringresponseBodythe body of the responseintresponseCodeThe http response codeMap<String,String[]>responseHeadersThe map of the response headers, this may be nullStringresponseMessageThe response message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResponseBody()intgetResponseCode()Map<String,String[]>getResponseHeaders()StringgetResponseMessage()
-