psdi.unittest

Class ValidateAction



  • public class ValidateAction
    extends Action
    • Method Detail

      • doAction

        public java.lang.Object doAction()
                                  throws java.lang.Exception
        Description copied from class: Action
        Method that would contain the action implementation.
        Specified by:
        doAction in class Action
        Returns:
        the result of the action. For example if the action is a method call this would be the response from the method call.
        Throws:
        java.lang.Exception