Class AbstractAPIManager.ActionCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<com.carfey.suite.servlet.view.JsonView>
    Enclosing class:
    AbstractAPIManager

    protected static class AbstractAPIManager.ActionCallable
    extends java.lang.Object
    implements java.util.concurrent.Callable<com.carfey.suite.servlet.view.JsonView>
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionCallable​(com.carfey.ops.rest.RestAction action, com.carfey.ops.api.internal.EmbeddedRequestExtractor extractor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.carfey.suite.servlet.view.JsonView call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionCallable

        public ActionCallable​(com.carfey.ops.rest.RestAction action,
                              com.carfey.ops.api.internal.EmbeddedRequestExtractor extractor)
    • Method Detail

      • call

        public com.carfey.suite.servlet.view.JsonView call()
                                                    throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<com.carfey.suite.servlet.view.JsonView>
        Throws:
        java.lang.Exception