Interface PrismParser.ObjectHandler

  • Enclosing interface:
    PrismParser

    public static interface PrismParser.ObjectHandler
    • Method Detail

      • handleData

        boolean handleData​(PrismObject<?> object)
        Called when an object was successfully retrieved from the input.
        Returns:
        true if the processing should continue
      • handleError

        boolean handleError​(Throwable t)
        Called when an object could not be successfully retrieved from the input. No data is provided; instead a Throwable is given to the caller.
        Returns:
        true if the processing should continue