Package net.sf.xbus.application

Provides classes of the application layer to dynamically create the application objects and to route the messages to one or more systems

See:
          Description

Class Summary
Adapter The Adapter is called from receivers.
ApplicationFactory The class ApplicationFactory is used to dynamically create an application object and calls a method of this application object, which processes the incoming Message.
PostProcessor PostProcessor is used to call one sender after receiving and processing a message.
PreProcessor The PreProcessor is started before a system will be processed by a SingleReceiver resp. at the beginning of the ReceiverService, depending on the Configuration.
Router The Router routes a message to one or more systems.
 

Package net.sf.xbus.application Description

Provides classes of the application layer to dynamically create the application objects and to route the messages to one or more systems.