public class EndpointConfigProcessor extends Object implements MessageBrokerConfigProcessor, BeanClassLoaderAware
This processor will be automatically configured through the message-broker xml configuration namespace
tag.
| Constructor and Description |
|---|
EndpointConfigProcessor(List<EndpointAdvisor> advisors) |
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
setBeanClassLoader(ClassLoader classLoader) |
public EndpointConfigProcessor(List<EndpointAdvisor> advisors)
public flex.messaging.MessageBroker processAfterStartup(flex.messaging.MessageBroker broker)
MessageBroker after it and all of its services have been
started but before it is available for use.processAfterStartup in interface MessageBrokerConfigProcessorbroker - the started MessageBroker instanceMessageBrokerpublic flex.messaging.MessageBroker processBeforeStartup(flex.messaging.MessageBroker broker)
MessageBroker after its intial configuration settings
have been parsed from the BlazeDS XML configuration, but before it has actually been started.processBeforeStartup in interface MessageBrokerConfigProcessorbroker - the new MessageBroker instanceMessageBrokerpublic void setBeanClassLoader(ClassLoader classLoader)
setBeanClassLoader in interface BeanClassLoaderAwareCopyright © 2014. All rights reserved.