Interface ElementHandler

All Known Subinterfaces:
FileHandler, LineHandler
All Known Implementing Classes:
PXRFileHandler

public interface ElementHandler
A base handler for execution elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Callback callback)
    Process the element.
    default List<String>
    List of any warning messages generated during process of this handler.
  • Method Details

    • process

      void process(Callback callback) throws Exception
      Process the element.
      Parameters:
      callback - response callback
      Throws:
      Exception
    • warnings

      default List<String> warnings()
      List of any warning messages generated during process of this handler. There may be warnings whether the process results in a complete or error response callback.
      Returns:
      list of warnings