Class AbstractPyroTransformer

    • Field Detail

      • m_Input

        protected Object m_Input
        the input object.
      • m_Output

        protected Object m_Output
        the generated output object.
    • Constructor Detail

      • AbstractPyroTransformer

        public AbstractPyroTransformer()
    • Method Detail

      • input

        public void input​(Object obj)
        The method that accepts the input object.
        Specified by:
        input in interface PyroInputConsumer
        Parameters:
        obj - the object to accept and process
      • preExecute

        protected String preExecute()
        Before performing the actual call.
        Overrides:
        preExecute in class AbstractPyroCall
        Returns:
        null if successful, otherwise error message
      • postExecute

        protected String postExecute()
        After performing the actual call.
        Overrides:
        postExecute in class AbstractPyroCall
        Returns:
        null if successful, otherwise error message
      • hasPendingOutput

        public boolean hasPendingOutput()
        Checks whether there is pending output to be collected after executing the flow item.
        Specified by:
        hasPendingOutput in interface PyroOutputProducer
        Returns:
        true if there is pending output