org.objectweb.telosys.dal.rest
Interface DAORenderer

All Known Implementing Classes:
DAORendererHTML, DAORendererText, DAORendererXML

public interface DAORenderer

Inferface for DAO REST response rendering

Since:
1.0.0

Method Summary
 void printError(java.lang.Throwable ex)
           
 void printResponse(org.objectweb.telosys.dal.rest.DAOResponse response)
           
 

Method Detail

printResponse

public void printResponse(org.objectweb.telosys.dal.rest.DAOResponse response)

printError

public void printError(java.lang.Throwable ex)