Interface ResultSetTranslator

    • Method Detail

      • translate

        void translate​(JdbcResult source,
                       AdaptrisMessage target)
                throws java.sql.SQLException,
                       ServiceException
        Translate the contents of the result set into the AdaptrisMessage object. Only use this method for JdbcResults that are guaranteed to fit in memory.
        Parameters:
        source - the result set from a database query executed by JdbcDataQueryService
        target - the adaptris message
        Throws:
        java.sql.SQLException - on errors accessing the result set.
        ServiceException - wrapping any other exception