public interface ResponseFilter
| Modifier and Type | Method and Description |
|---|---|
String |
filterResponse(String strResponse,
Locale locale,
Map<String,String> mapData)
Analyzes the response and formats it.
|
String |
getName()
Gets the filter's name
|
String getName()
String filterResponse(String strResponse, Locale locale, Map<String,String> mapData) throws ResponseProcessingException
strResponse - The responselocale - The localemapData - The map of dataResponseProcessingException - if an exception occurs during processingCopyright © 2018 City of Paris. All rights reserved.