net.sf.genuine.organizer.internal
Interface InternalMessageBus
- All Superinterfaces:
- MessageBus
- All Known Implementing Classes:
- DefaultMessageBus
- public interface InternalMessageBus
- extends MessageBus
Defines the functionality of the message bus that is used only inside
Genuine and not meant for public usage by modules.
- Author:
- Tim Wellhausen
Method Summary |
void |
initializeChannels(org.jdom.Element messageBusElement)
Takes an XML element that contains configuration data about the message
channels. |
initializeChannels
public void initializeChannels(org.jdom.Element messageBusElement)
throws ConfigurationException
- Takes an XML element that contains configuration data about the message
channels.
- Throws:
ConfigurationException