Class ActionServicePlaceholder

All Implemented Interfaces:
ActionLifecycle, ActionProcessor

public class ActionServicePlaceholder extends ActionService
A NoOp implementation of .

This is only for use as a placeholder during configuration. It must be replaced in an Endpoint during server building with another implementation.

  • Constructor Details

    • ActionServicePlaceholder

      public ActionServicePlaceholder()
  • 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