org.oddjob.beanbus.mega
Class MegaBeanBusInterceptor

java.lang.Object
  extended by 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

Constructor Summary
MegaBeanBusInterceptor()
           
 
Method Summary
 ArooaContext intercept(ArooaContext suggestedContext)
          Intercept current parsing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MegaBeanBusInterceptor

public MegaBeanBusInterceptor()
Method Detail

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