Class ExampleGreeting

    • Constructor Detail

      • ExampleGreeting

        public ExampleGreeting()
    • Method Detail

      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        the Class of objects that can be processed
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the classes of the generated objects
      • doExecute

        protected String doExecute()
        Performs the actual call.
        Specified by:
        doExecute in class AbstractPyroCall
        Returns:
        null if successful, otherwise error message