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