Class APIInvoker

    • Constructor Detail

      • APIInvoker

        public APIInvoker()
    • Method Detail

      • invoke

        public void invoke​(@Nonnull
                           InvokableAPIDescriptor aInvokableDescriptor,
                           @Nonnull
                           com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
                           @Nonnull
                           com.helger.servlet.response.UnifiedResponse aUnifiedResponse)
                    throws Exception
        Description copied from interface: IAPIInvoker
        Invoke the specified API
        Specified by:
        invoke in interface IAPIInvoker
        Parameters:
        aInvokableDescriptor - The invokable descriptor. Never null.
        aRequestScope - The current request scope. Never null.
        aUnifiedResponse - The current response object, with caching already disabled. Never null.
        Throws:
        Exception - In case something goes wrong