Class SupplyDefaultServletResponsePostProcessor

    • Constructor Detail

      • SupplyDefaultServletResponsePostProcessor

        public SupplyDefaultServletResponsePostProcessor​(ETextbausteinMsgCode success,
                                                         ETextbausteinMsgCode failure)
        Parameters:
        success - Message code to reply with when the workflow was executed successfully. May be null to not set a default servlet response.
        failure - Message code to reply with when the workflow execution failed. May be null to not set a default servlet response / overwrite the response in case of an error.