public interface ResponseProcessor
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the processor's name
|
String |
processResponse(String strResponse,
Locale locale,
Map mapData)
Analyzes the response and formats it.
|
String processResponse(String strResponse, Locale locale, Map mapData) throws ResponseProcessingException
strResponse - The responselocale - The localemapData - The map of dataResponseProcessingException - if an exception occurs during processingString getName()
Copyright © 2018 City of Paris. All rights reserved.