|
Spring BlazeDS Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageBrokerConfigProcessor | |
---|---|
org.springframework.flex.core | Foundational infrastructure for configuring and bootstrapping BlazeDS in a Spring WebApplicationContext. |
org.springframework.flex.core.io | Enhanced AMF serialization/deserialization customization support. |
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 |
AbstractAmfConversionServiceConfigProcessor
Base MessageBrokerConfigProcessor implementation that installs an alternative PropertyProxy implementation for
enhanced serialization and deserialization of specific types. |
class |
ClassPathScanningAmfConversionServiceConfigProcessor
Generic extension of AbstractAmfConversionServiceConfigProcessor that configures the Spring ConversionService -based AMF
serialization/deserialization support via classpath scanning. |
class |
HibernateConfigProcessor
MessageBrokerConfigProcessor implementation that uses the Hibernate Metadata API to determine all classes that potentially need
special AMF conversion rules applied to them to prevent lazy initialization errors. |
class |
JpaHibernateConfigProcessor
Specialized subclass of HibernateConfigProcessor that can be used with a Hibernate-provided JPA EntityManagerFactory
instead of the native Hibernate SessionFactory . |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |