Package com.evolveum.midpoint.prism
Interface PrismParser.ObjectHandler
- Enclosing interface:
- PrismParser
public static interface PrismParser.ObjectHandler
-
Method Summary
Modifier and TypeMethodDescriptionboolean
handleData
(PrismObject<?> object) Called when an object was successfully retrieved from the input.boolean
Called when an object could not be successfully retrieved from the input.
-
Method Details
-
handleData
Called when an object was successfully retrieved from the input.- Returns:
- true if the processing should continue
-
handleError
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
-