Package | Description |
---|---|
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.hibernate3.config | |
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.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
Set<MessageBrokerConfigProcessor> |
MessageBrokerFactoryBean.getConfigProcessors()
Return the set of configuration processors that can customize the created
MessageBroker |
Modifier and Type | Method and Description |
---|---|
void |
MessageBrokerFactoryBean.setConfigProcessors(Set<MessageBrokerConfigProcessor> startupProcessors) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
MessageServiceConfigProcessor
MessageBrokerConfigProcessor implementation that installs a default MessageService if one has not already
been configured through the BlazeDS XML configuration. |
Modifier and Type | Class and Description |
---|---|
class |
RemotingServiceConfigProcessor
MessageBrokerConfigProcessor implementation that installs a default RemotingService if one has not already
been configured through the BlazeDS XML configuration. |
Copyright © 2014. All rights reserved.