|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputHandler<T>
Interface for all query output processors. Those classes should convert query output into specific Java types
Method Summary | |
---|---|
T |
handle(java.util.List<QueryParameters> outputList)
Reads query output and converts it into |
Method Detail |
---|
T handle(java.util.List<QueryParameters> outputList) throws MidaoException
outputList
- Query output
MidaoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |