Class DwrCallbackHandler<T>

java.lang.Object
ubic.gemma.web.util.dwr.AbstractDwrReplyParser
ubic.gemma.web.util.dwr.DwrCallbackHandler<T>
All Implemented Interfaces:
org.springframework.test.web.servlet.ResultHandler

public class DwrCallbackHandler<T> extends AbstractDwrReplyParser implements org.springframework.test.web.servlet.ResultHandler
  • Constructor Details

    • DwrCallbackHandler

      protected DwrCallbackHandler(int batchId, int callId, Consumer<T> doWithReply)
  • Method Details

    • handle

      public void handle(org.springframework.test.web.servlet.MvcResult result) throws Exception
      Specified by:
      handle in interface org.springframework.test.web.servlet.ResultHandler
      Throws:
      Exception