protected void readActionOutputArguments(
      Element actionResponseElement, ActionInvocation actionInvocation) throws ActionException {

    actionInvocation.setOutput(
        readArgumentValues(
            actionResponseElement.getChildNodes(),
            actionInvocation.getAction().getOutputArguments()));
  }