Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-91

[Patch] CallMethodRule/CallParamRule

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3
    • 1.4
    • None
    • Operating System: All
      Platform: All

    • 12756

    Description

      I have a use case which can't be done with the Digester's standard rules. (I
      hope I haven't overlooked Digester's API.) After some experiment, I realized
      with some enhancement I could make CallMethodRule/CallParamRule work. I think
      the use case is pretty common and generic.

      The use case is like this: I need to call a 3rd party API

      Parent.add(Child child, Condition condition)

      with the XML data:

      <parent>
      <child .../>
      <condition .../>
      </parent>

      I can't use SetNextRule as it takes only one object from the stack.
      CallMethodRule/CallParamRule comes close, but it allows only parameters coming
      from body texts or attributes, not generic objects from the stack.

      So, I made the following changes to CallMethodRule/CallParamRule:

      • Changed the param stack frame datatype from String[] to Object[]
      • Overloaded CallParamRule to allow configuration to get the parameter from
        the stack
      • Made CallParamRule stateless so that it works probably in nesting

      Attachments

        Activity

          People

            Unassigned Unassigned
            john@scioworks.com John Yu
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: