org.oddjob.beanbus.mega
Class MegaBeanBusInterceptor
java.lang.Object
org.oddjob.beanbus.mega.MegaBeanBusInterceptor
- All Implemented Interfaces:
- ParsingInterceptor
public class MegaBeanBusInterceptor
- extends Object
- implements ParsingInterceptor
A ParsingInterceptor
provided by a MegaBeanBus
to
provide specialised parsing of the configuration to
allow bean bus elements to be used.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MegaBeanBusInterceptor
public MegaBeanBusInterceptor()
intercept
public ArooaContext intercept(ArooaContext suggestedContext)
throws ArooaConfigurationException
- Description copied from interface:
ParsingInterceptor
- Intercept current parsing.
- Specified by:
intercept
in interface ParsingInterceptor
- Parameters:
suggestedContext
- A suggested context which may be over ridden.
- Returns:
- The new context. Never null (The suggested context should be
returned).
- Throws:
ArooaConfigurationException