Spring BlazeDS Integration

Uses of Interface
org.springframework.flex.config.MessageBrokerConfigProcessor

Packages that use MessageBrokerConfigProcessor
org.springframework.flex.core Foundational infrastructure for configuring and bootstrapping BlazeDS in a Spring WebApplicationContext. 
org.springframework.flex.core.io   
org.springframework.flex.messaging Support for creating Spring-managed BlazeDS message destinations. 
org.springframework.flex.remoting Support for exposing Spring-managed services for remoting from a Flex client. 
 

Uses of MessageBrokerConfigProcessor in org.springframework.flex.core
 

Classes in org.springframework.flex.core that implement MessageBrokerConfigProcessor
 class AbstractServiceConfigProcessor
          Base MessageBrokerConfigProcessor implementation for handling automatic Service registration with the MessageBroker
 class EndpointConfigProcessor
          Processor that applies advice to configured BlazeDS (Servlet based) endpoints by wrapping them in Spring AOP proxies.
 class LoginCommandConfigProcessor
          MessageBrokerConfigProcessor implementation that is responsible for configuring the current MessageBroker's LoginManager with a Spring-managed LoginCommand.
 

Methods in org.springframework.flex.core that return types with arguments of type MessageBrokerConfigProcessor
 Set<MessageBrokerConfigProcessor> MessageBrokerFactoryBean.getConfigProcessors()
          Return the set of configuration processors that can customize the created MessageBroker
 

Method parameters in org.springframework.flex.core with type arguments of type MessageBrokerConfigProcessor
 void MessageBrokerFactoryBean.setConfigProcessors(Set<MessageBrokerConfigProcessor> startupProcessors)
           
 

Uses of MessageBrokerConfigProcessor in org.springframework.flex.core.io
 

Classes in org.springframework.flex.core.io that implement MessageBrokerConfigProcessor
 class HibernateConfigProcessor
           
 class JpaHibernateConfigProcessor
           
 

Uses of MessageBrokerConfigProcessor in org.springframework.flex.messaging
 

Classes in org.springframework.flex.messaging that implement MessageBrokerConfigProcessor
 class MessageServiceConfigProcessor
          MessageBrokerConfigProcessor implementation that installs a default MessageService if one has not already been configured through the BlazeDS XML configuration.
 

Uses of MessageBrokerConfigProcessor in org.springframework.flex.remoting
 

Classes in org.springframework.flex.remoting that implement MessageBrokerConfigProcessor
 class RemotingServiceConfigProcessor
          MessageBrokerConfigProcessor implementation that installs a default RemotingService if one has not already been configured through the BlazeDS XML configuration.
 


Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.