Class NormalParserAction

java.lang.Object
com.sun.corba.ee.impl.orb.ParserActionBase
com.sun.corba.ee.impl.orb.NormalParserAction
All Implemented Interfaces:
ParserAction

public class NormalParserAction extends ParserActionBase
  • Constructor Details

    • NormalParserAction

      public NormalParserAction(String propertyName, Operation operation, String fieldName)
  • Method Details

    • apply

      public Object apply(Properties props)
      Create a String[] of all suffixes of property names that match the propertyName prefix, pass this to op, and return the result.
      Specified by:
      apply in interface ParserAction
      Specified by:
      apply in class ParserActionBase
      Parameters:
      props - properties to apply action to
      Returns:
      result of action