|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageBrokerConfigProcessor
Factory hook that allows for custom configuration of a MessageBroker when created
by a MessageBrokerFactoryBean.
MessageBrokerFactoryBean| Method Summary | |
|---|---|
flex.messaging.MessageBroker |
processAfterStartup(flex.messaging.MessageBroker broker)
Apply this config processor to the newly created MessageBroker after it and all of its services have been started but before it is available for use. |
flex.messaging.MessageBroker |
processBeforeStartup(flex.messaging.MessageBroker broker)
Apply this config processor to the newly created MessageBroker after its intial configuration settings have been parsed from the BlazeDS XML configuration, but before it has actually been started. |
| Method Detail |
|---|
flex.messaging.MessageBroker processBeforeStartup(flex.messaging.MessageBroker broker)
broker - the new MessageBroker instance
flex.messaging.MessageBroker processAfterStartup(flex.messaging.MessageBroker broker)
broker - the started MessageBroker instance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||