Interface IssuerResponse
-
- All Superinterfaces:
Response
- All Known Subinterfaces:
AGResponse,ATResponse,CBResponse,PAResponse
public interface IssuerResponse extends Response
Created by Jeff Gaynor
on May 13, 2011 at 12:00:03 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getParameters()There may be several ways that parameters come in for a request.voidwrite(javax.servlet.http.HttpServletResponse response)Write the result to the given response.
-
-
-
Method Detail
-
write
void write(javax.servlet.http.HttpServletResponse response) throws IOExceptionWrite the result to the given response.- Throws:
IOException
-
-