Class EntityHttpServletResponse

  • All Implemented Interfaces:
    HttpServletResponse, ServletResponse

    public class EntityHttpServletResponse
    extends Object
    implements HttpServletResponse
    This is here to allow us to receive response data back which will not mess up an existing response object and to allow for mocking of responses, based on and built from the example in spring framework
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)