Interface MethodReturnTranslatorContext<R,T>


public interface MethodReturnTranslatorContext<R,T>
Context for the MethodReturnTranslator.
Author:
Daniel Sagenschneider
  • Method Details

    • getReturnValue

      R getReturnValue()
      Obtains the return value from the Method.
      Returns:
      Return value from the Method.
    • setTranslatedReturnValue

      void setTranslatedReturnValue(T value) throws Exception
      Specifies the translated return value.
      Parameters:
      value - Translated return value.
      Throws:
      Exception - If fails to set the translated return value.
    • getManagedFunctionContext

      ManagedFunctionContext<?,?> getManagedFunctionContext()
      Returns:
      ManagedFunctionContext.