org.oddjob.arooa
Interface ParsingInterceptor

All Known Implementing Classes:
MegaBeanBusInterceptor, OnePropertyInterceptor, PropertiesInterceptor, XMLInterceptor

public interface ParsingInterceptor

An intercepter of parsing that provides an alternative ArooaContext for the processing of child elements.

Author:
rob

Method Summary
 ArooaContext intercept(ArooaContext suggestedContext)
          Intercept current parsing.
 

Method Detail

intercept

ArooaContext intercept(ArooaContext suggestedContext)
                       throws ArooaConfigurationException
Intercept current parsing.

Parameters:
suggestedContext - A suggested context which may be over ridden.
Returns:
The new context. Never null (The suggested context should be returned).
Throws:
ArooaConfigurationException