Class NoOpActionService

All Implemented Interfaces:
ActionLifecycle, ActionProcessor

public class NoOpActionService extends ActionService
An ActionService that denies service. Used to turn things off.
  • Constructor Details

    • NoOpActionService

      public NoOpActionService()
  • Method Details

    • validate

      public void validate(HttpAction action)
      Description copied from interface: ActionLifecycle
      The validation step of a request
    • execute

      public void execute(HttpAction action)
      Description copied from interface: ActionLifecycle
      The perform step of a request
    • execAny

      public void execAny(String methodName, HttpAction action)