Spring BlazeDS Integration
A B C D E F G H I J L M N O P R S T U V W

A

AbstractAmfConversionServiceConfigProcessor - Class in org.springframework.flex.core.io
Base MessageBrokerConfigProcessor implementation that installs an alternative PropertyProxy implementation for enhanced serialization and deserialization of specific types.
AbstractAmfConversionServiceConfigProcessor() - Constructor for class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
 
AbstractDestinationFactory - Class in org.springframework.flex.core
Base class for BlazeDS destination factories.
AbstractDestinationFactory() - Constructor for class org.springframework.flex.core.AbstractDestinationFactory
 
AbstractMessageDestinationBeanDefinitionParser - Class in org.springframework.flex.config.xml
Base BeanDefinitionParser implementation for all parsers that configure a MessageDestinationFactory bean.
AbstractMessageDestinationBeanDefinitionParser() - Constructor for class org.springframework.flex.config.xml.AbstractMessageDestinationBeanDefinitionParser
 
AbstractServiceConfigProcessor - Class in org.springframework.flex.core
Base MessageBrokerConfigProcessor implementation for handling automatic Service registration with the MessageBroker
AbstractServiceConfigProcessor() - Constructor for class org.springframework.flex.core.AbstractServiceConfigProcessor
 
AbstractServiceConfigProcessor.CustomSpringAdapter - Class in org.springframework.flex.core
This is simply a marker to denote that a Spring-managed adapter will be injected at the proper initialization point.
AbstractServiceConfigProcessor.CustomSpringAdapter() - Constructor for class org.springframework.flex.core.AbstractServiceConfigProcessor.CustomSpringAdapter
 
addExcludeFilter(TypeFilter) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Add an exclude type filter to the front of the exclusion list.
addIncludeFilter(TypeFilter) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Add an include type filter to the end of the inclusion list.
afterCompletion(MessageProcessingContext, Message, Message, Exception) - Method in interface org.springframework.flex.core.ResourceHandlingMessageInterceptor
Callback to be invoked when message processing is complete, giving the interceptor a chance to clean up resources.
afterPropertiesSet() - Method in class org.springframework.flex.core.AbstractDestinationFactory
afterPropertiesSet() - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
afterPropertiesSet() - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
afterPropertiesSet() - Method in class org.springframework.flex.core.io.HibernateConfigProcessor
afterPropertiesSet() - Method in class org.springframework.flex.core.io.JpaHibernateConfigProcessor
afterPropertiesSet() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
afterPropertiesSet() - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
afterPropertiesSet() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
afterPropertiesSet() - Method in class org.springframework.flex.messaging.MessageTemplate
afterPropertiesSet() - Method in class org.springframework.flex.security3.EndpointInterceptor
 
afterPropertiesSet() - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
 
afterThrowing(Throwable) - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
Apply translation to the thrown exception.
AmfCreator - Annotation Type in org.springframework.flex.core.io
Indicates the constructor to be used when deserializing a type from AMF.
AmfHttpMessageConverter - Class in org.springframework.flex.http
Implementation of HttpMessageConverter that can read and write AMF using BlazeDS's AMF serialization/deserialization APIs.
AmfHttpMessageConverter() - Constructor for class org.springframework.flex.http.AmfHttpMessageConverter
 
AmfIgnore - Annotation Type in org.springframework.flex.core.io
Indicates a property to be skipped during the AMF conversion process.
AmfIgnoreField - Annotation Type in org.springframework.flex.core.io
Indicates a field to be skipped during the AMF conversion process.
AmfProperty - Annotation Type in org.springframework.flex.core.io
Indicates the name of a property in an AMF message to be mapped to a constructor parameter during deserialization.
AmfView - Class in org.springframework.flex.http
Spring-MVC View that renders AMF content by serializing the model for the current request using BlazeDS's AMF serialization/deserialization APIs.
AmfView() - Constructor for class org.springframework.flex.http.AmfView
 
AntPathRequestMatcher - Class in org.springframework.flex.security3
Matcher which compares a pre-defined ant-style pattern against the URL (servletPath + pathInfo) of an HttpServletRequest.
AntPathRequestMatcher(String) - Constructor for class org.springframework.flex.security3.AntPathRequestMatcher
Creates a matcher with the specific pattern which will match all HTTP methods.
applyFilters(MetadataReader) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Determine whether the given class does not match any exclude filter and does match at least one include filter.
AsyncMessageCreator - Interface in org.springframework.flex.messaging
Factory interface for the creation of AMF messages to be sent to a MessageDestination
authenticationDetailsSource - Variable in class org.springframework.flex.security3.SpringSecurityLoginCommand
 
AuthenticationResultUtils - Class in org.springframework.flex.security3
Helper that ensures consistent handling of a Spring Security Authentication, providing translation to a structure that will be useful to a Flex client in determining the credentials of an authenticated user.
AuthenticationResultUtils() - Constructor for class org.springframework.flex.security3.AuthenticationResultUtils
 

B

BeanIds - Class in org.springframework.flex.config
Default bean ids for beans configured with the XML namespace.
BeanIds() - Constructor for class org.springframework.flex.config.BeanIds
 
beanType - Variable in class org.springframework.flex.core.io.SpringPropertyProxy
 

C

categoryPrefix - Variable in class org.springframework.flex.core.CommonsLoggingTarget
 
ClassPathScanningAmfConversionServiceConfigProcessor - Class in org.springframework.flex.core.io
Generic extension of AbstractAmfConversionServiceConfigProcessor that configures the Spring ConversionService-based AMF serialization/deserialization support via classpath scanning.
ClassPathScanningAmfConversionServiceConfigProcessor(String) - Constructor for class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Create a ClassPathScanningAmfConversionServiceConfigProcessor
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.flex.security3.FlexAuthenticationEntryPoint
If the incoming message is an ActionMessage, indicating a standard Flex Remoting or Messaging request, invokes Spring BlazeDS's ExceptionTranslators with the AuthenticationException and sends the resulting MessageException as an AMF response to the client.
CommonsLoggingTarget - Class in org.springframework.flex.core
BlazeDS Logging target that logs messages using standard apache commons-logging.
CommonsLoggingTarget() - Constructor for class org.springframework.flex.core.CommonsLoggingTarget
 
configureAdapter(Destination) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Configure the service adapter for the destination.
configureConverters(ConverterRegistry) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
Template method to allow subclasses to configure their own set of Converter instances.
configureConverters(ConverterRegistry) - Method in class org.springframework.flex.core.io.HibernateConfigProcessor
Template method to allow subclasses to configure their own set of Converter instances.
conversionService - Variable in class org.springframework.flex.core.io.SpringPropertyProxy
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.flex.core.io.HibernateProxyConverter
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.flex.core.io.NumberConverter
 
createDestination(String, MessageBroker) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Create a specific destination and add it to the MessageBroker
createDestination(String, MessageBroker) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
Create a specific destination and add it to the MessageBroker
createDestination(String, MessageBroker) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Create a specific destination and add it to the MessageBroker
createFactoryInstance(String, ConfigMap) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
createMessage() - Method in interface org.springframework.flex.messaging.AsyncMessageCreator
Create a new AsyncMessage for sending to a MessageDestination
createMessage() - Method in class org.springframework.flex.messaging.MessageTemplate
Creates a default AsyncMessage
createMessageForDestination(String) - Method in class org.springframework.flex.messaging.MessageTemplate
Creates a default AsyncMessage for a specified destination

D

DATASERVICES_CONFIG_PROCESSOR_SUFFIX - Static variable in class org.springframework.flex.config.BeanIds
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.flex.config.xml.RemotingDestinationBeanDefinitionDecorator
DEFAULT_CONFIG_PATH - Static variable in class org.springframework.flex.config.FlexConfigurationManager
 
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.flex.http.AmfView
 
DefaultExceptionLogger - Class in org.springframework.flex.core
Default implementation of ExceptionLogger that logs all MessageExceptions at WARN level with Commons Logging.
DefaultExceptionLogger() - Constructor for class org.springframework.flex.core.DefaultExceptionLogger
 
DESTINATION_ID - Static variable in class org.springframework.flex.messaging.integration.FlexHeaders
 
destroy() - Method in class org.springframework.flex.core.AbstractDestinationFactory
destroy() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
destroyDestination(String, MessageBroker) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Stops and removes the specified destination from the MessageBroker
destroyDestination(String, MessageBroker) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
Stops and removes the specified destination from the MessageBroker
destroyDestination(String, MessageBroker) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Stops and removes the specified destination from the MessageBroker
doAuthentication(String, Object) - Method in class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
 
doAuthentication(String, Object) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
doAuthorization(Principal, List) - Method in class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
 
doAuthorization(Principal, List) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.MessageBrokerBeanDefinitionParser
 

E

ENDPOINT_PROCESSOR_SUFFIX - Static variable in class org.springframework.flex.config.BeanIds
 
EndpointAdvisor - Interface in org.springframework.flex.core
Marker interface for Spring AOP Advisors that apply advice to BlazeDS Endpoints.
EndpointConfigProcessor - Class in org.springframework.flex.core
Processor that applies advice to configured BlazeDS (Servlet based) endpoints by wrapping them in Spring AOP proxies.
EndpointConfigProcessor(List<EndpointAdvisor>) - Constructor for class org.springframework.flex.core.EndpointConfigProcessor
 
EndpointInterceptor - Class in org.springframework.flex.security3
Security interceptor that secures messages being passed to BlazeDS endpoints based on the security attributes configured for the endpoint being invoked.
EndpointInterceptor() - Constructor for class org.springframework.flex.security3.EndpointInterceptor
 
EndpointSecurityMetadataSource - Class in org.springframework.flex.security3
Implementation of SecurityMetadataSource for BlazeDS Endpoints.
EndpointSecurityMetadataSource(LinkedHashMap<RequestMatcher, Collection<ConfigAttribute>>) - Constructor for class org.springframework.flex.security3.EndpointSecurityMetadataSource
 
EndpointSecurityMetadataSource(LinkedHashMap<RequestMatcher, Collection<ConfigAttribute>>, HashMap<String, Collection<ConfigAttribute>>) - Constructor for class org.springframework.flex.security3.EndpointSecurityMetadataSource
Builds the internal request map from the supplied map, and stores the endpoint map for matching by channel id.
EndpointServiceMessagePointcutAdvisor - Class in org.springframework.flex.core
Static method-matching pointcut advisor that applies security advice to invocations of AbstractEndpoint.serviceMessage(Message).
EndpointServiceMessagePointcutAdvisor(Advice) - Constructor for class org.springframework.flex.core.EndpointServiceMessagePointcutAdvisor
 
equals(Object) - Method in class org.springframework.flex.security3.AntPathRequestMatcher
 
ExceptionLogger - Interface in org.springframework.flex.core
Strategy interface for pluggable logging of MessageExceptions
ExceptionTranslationAdvice - Class in org.springframework.flex.core
Catches Throwable objects and looks for a registered ExceptionTranslator that knows how to translate them to more specific BlazeDS MessageExceptions to be re-thrown so that a proper AMF error will be sent back to the client.
ExceptionTranslationAdvice() - Constructor for class org.springframework.flex.core.ExceptionTranslationAdvice
 
ExceptionTranslator - Interface in org.springframework.flex.core
Strategy interface that allows for translation of known exception types into BlazeDS MessageExceptions that will propagate proper AMF error message back to the client.
extractHibernateMetadata(SessionFactory) - Method in class org.springframework.flex.core.io.HibernateConfigProcessor
Extracts all ClassMetadata and CollectionMetadata from a given SessionFactory to be used in determining the types that need a SpringPropertyProxy registered in HibernateConfigProcessor.findTypesToRegister()
extractPassword(Object) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
Extracts the password from the Flex client credentials

F

filterModel(Map<String, Object>) - Method in class org.springframework.flex.http.AmfView
Filters out undesired attributes from the given model.
findDefaultChannel(MessageBroker, Service) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Find and set an appropriate default channel for the Service
findDefaultChannel(MessageBroker, Service) - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
Tries to find a sensible default AMF channel for the default MessageService If a application-level default is set on the MessageBroker, that will be used.
findDefaultChannel(MessageBroker, Service) - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
Try to find a sensible default AMF channel for the default RemotingService If a application-level default is set on the MessageBroker, that will be used.
findTypesToRegister() - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
Returns the set of types for which SpringPropertyProxy instances should be registered.
findTypesToRegister() - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Returns the set of types for which SpringPropertyProxy instances should be registered.
findTypesToRegister() - Method in class org.springframework.flex.core.io.HibernateConfigProcessor
Returns the set of types for which SpringPropertyProxy instances should be registered.
FLEX_CLIENT_ID - Static variable in class org.springframework.flex.messaging.integration.FlexHeaders
 
FLEX_SESSION_AUTHENTICATION_LISTENER - Static variable in class org.springframework.flex.config.BeanIds
 
FlexAuthenticationEntryPoint - Class in org.springframework.flex.security3
An AuthenticationEntryPoint implementation to be used in conjunction with an authentication process that is completely driven by a Flex client, i.e. by presenting a Flex-based login UI and using the client-side ChannelSet API to commence authentication.
FlexAuthenticationEntryPoint() - Constructor for class org.springframework.flex.security3.FlexAuthenticationEntryPoint
 
FlexConfigurationManager - Class in org.springframework.flex.config
Implementation of ConfigurationManager that uses Spring's ResourceLoader abstraction for resolving BlazeDS xml configuration files.
FlexConfigurationManager() - Constructor for class org.springframework.flex.config.FlexConfigurationManager
Create a new FlexConfigurationManager using the default configuration path.
FlexConfigurationManager(ResourceLoader, String) - Constructor for class org.springframework.flex.config.FlexConfigurationManager
Create a new FlexConfigurationManager with the given ResourceLoader and configuration path.
FlexConfigurationManager.NoOpLoginCommand - Class in org.springframework.flex.config
This LoginCommand implementation serves as a temporary placeholder in the case where none is defined in services-config.xml and a Spring-configured LoginCommand may be injected later.
FlexConfigurationManager.NoOpLoginCommand() - Constructor for class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
 
FlexHeaders - Class in org.springframework.flex.messaging.integration
Constants for the header names that are mapped from a Flex Message to a Spring Integration Message.
FlexHeaders() - Constructor for class org.springframework.flex.messaging.integration.FlexHeaders
 
FlexMessageConverter - Class in org.springframework.flex.messaging.jms
An implementation of the MessageConverter strategy interface that passes Flex Message headers to JMS Message properties and vice versa.
FlexMessageConverter() - Constructor for class org.springframework.flex.messaging.jms.FlexMessageConverter
 
FlexMessageConverter(MessageConverter) - Constructor for class org.springframework.flex.messaging.jms.FlexMessageConverter
 
FlexNamespaceHandler - Class in org.springframework.flex.config.xml
Registers the bean definition parsers for the "flex" namespace (http://www.springframework.org/schema/flex).
FlexNamespaceHandler() - Constructor for class org.springframework.flex.config.xml.FlexNamespaceHandler
 
FlexSessionAwareSessionAuthenticationStrategy - Class in org.springframework.flex.security3
Delegating implementation of SessionAuthenticationStrategy that ensures proper handling of the FlexSession when session fixation protection is enabled.
FlexSessionAwareSessionAuthenticationStrategy(SessionAuthenticationStrategy) - Constructor for class org.springframework.flex.security3.FlexSessionAwareSessionAuthenticationStrategy
 
fromMessage(Message) - Method in class org.springframework.flex.messaging.jms.FlexMessageConverter

G

getAccessManagerId() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getAllConfigAttributes() - Method in class org.springframework.flex.security3.EndpointSecurityMetadataSource
getAttributes() - Method in class org.springframework.flex.core.MessageProcessingContext
Returns any stored attributes for the current request
getAttributes(Object) - Method in class org.springframework.flex.security3.EndpointSecurityMetadataSource
getAuthenticationManagerId() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getAuthenticationResult() - Static method in class org.springframework.flex.security3.AuthenticationResultUtils
Checks for an Authentication object in the current SecurityContext and if one is found, constructs and returns a map that will result in an object of the expected format when returned to the Flex client.
getAuthenticationResult() - Method in class org.springframework.flex.security3.LoginMessageInterceptor
Converts the current Authentication object into a format suitable for AMF serialization back to the calling client.
getAuthManager() - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
Returns the Spring Security AuthenticationManager
getBeanClassName(Element) - Method in class org.springframework.flex.config.xml.MessageBrokerBeanDefinitionParser
 
getBeanFactory() - Method in class org.springframework.flex.core.AbstractDestinationFactory
Expose the BeanFactory to subclasses
getBeanFactory() - Method in class org.springframework.flex.core.io.HibernateConfigProcessor
Provides access to the BeanFactory by subclasses.
getBeanType() - Method in class org.springframework.flex.core.io.SpringPropertyProxy
The type for which this PropertyProxy is registered.
getClientId() - Method in class org.springframework.flex.messaging.SubscribeEvent
The client id of the subscribed Flex client.
getClientId() - Method in class org.springframework.flex.messaging.UnsubscribeEvent
The client id of the subscribed Flex client.
getConfigProcessors() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
Return the set of configuration processors that can customize the created MessageBroker
getConverter(Class<T>) - Method in class org.springframework.flex.core.io.PersistentCollectionConverterFactory
 
getConvertibleTypes() - Method in class org.springframework.flex.core.io.HibernateProxyConverter
getConvertibleTypes() - Method in class org.springframework.flex.core.io.NumberConverter
 
getDefaultDestination() - Method in class org.springframework.flex.messaging.MessageTemplate
Returns the id of the default message destination for this template
getDestinationId() - Method in class org.springframework.flex.core.AbstractDestinationFactory
Returns the id for the destination created by this factory
getDestinationId() - Method in class org.springframework.flex.messaging.SubscribeEvent
The id of the message destination.
getDestinationId() - Method in class org.springframework.flex.messaging.UnsubscribeEvent
The id of the message destination.
getEndpointDefinitionSourceClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getEndpointInterceptorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getExceptionLogger() - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
 
getExceptionTranslators() - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
Returns the set of provided exception translators
getExceptionTranslators() - Method in class org.springframework.flex.security3.FlexAuthenticationEntryPoint
 
getInstanceToSerialize(Object) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
Delegates to the configured ConversionService to potentially convert the instance to the registered bean type.
getJmsTemplate() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Returns the JmsTemplate used by this adapter
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.flex.servlet.MessageBrokerHandlerAdapter
getLoginCommandClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getLoginMessageInterceptorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getMessageBroker() - Method in class org.springframework.flex.messaging.MessageTemplate
Returns the MessageBroker for routing messages
getMessageInterceptors() - Method in class org.springframework.flex.core.MessageInterceptionAdvice
Returns the chain of provided MessageInterceptors
getMessageTarget() - Method in class org.springframework.flex.core.MessageProcessingContext
Returns the intercepted target endpoint of the current message processing request
getMessagingConfiguration(ServletConfig) - Method in class org.springframework.flex.config.FlexConfigurationManager
Parses the BlazeDS config files and returns a populated MessagingConfiguration
getObject() - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
getObject() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
getObjectDefinitionSource() - Method in class org.springframework.flex.security3.EndpointInterceptor
 
getObjectType() - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
getObjectType() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
getPattern() - Method in class org.springframework.flex.security3.AntPathRequestMatcher
 
getPerClientAuthenticationInterceptorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getProperties() - Method in class org.springframework.flex.messaging.MessageDestinationFactory
Returns the properties ConfigMap for the destination
getPropertyNames(Object) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
getRenderedAttributes() - Method in class org.springframework.flex.http.AmfView
Returns the attributes in the model that should be rendered by this view.
getResourceLoader() - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Return the ResourceLoader used in locating matching resources.
getSecureObjectClass() - Method in class org.springframework.flex.security3.EndpointInterceptor
getSecurityConfigPostProcessorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getSecurityExceptionTranslatorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
getServiceAdapterClassName() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Returns the class name of the default ServiceAdapter for the Service
getServiceAdapterClassName() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
Returns the class name of the default ServiceAdapter for the Service
getServiceAdapterClassName() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
Returns the class name of the default ServiceAdapter for the Service
getServiceAdapterId() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Returns the default ServiceAdapter id for the Service
getServiceAdapterId() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
Returns the default ServiceAdapter id for the Service
getServiceAdapterId() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
Returns the default ServiceAdapter id for the Service
getServiceClassName() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Returns the class name of the specific Service implementation being configured
getServiceClassName() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
Returns the class name of the specific Service implementation being configured
getServiceClassName() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
Returns the class name of the specific Service implementation being configured
getServiceId() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Returns the default id for the Service being configured
getServiceId() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
Returns the default id for the Service being configured
getServiceId() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
Returns the default id for the Service being configured
getTargetService(MessageBroker) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Returns the target Service that will manage the destination
getTargetService(MessageBroker) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
Returns the target Service that will manage the destination
getTargetService(MessageBroker) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Returns the target Service that will manage the destination
getType(Object, String) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
getValue(Object, String) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
Delegates to the configured ConversionService to potentially convert the current value to the actual type of the property.

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.flex.servlet.MessageBrokerHandlerAdapter
handleMessage(Message<?>) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
Invoked when a Message is received from the Spring Integration channel.
HANDLER_MAPPING_SUFFIX - Static variable in class org.springframework.flex.config.BeanIds
 
handles(Class<?>) - Method in interface org.springframework.flex.core.ExceptionTranslator
Checks if the translator can handle the specified exception class
handles(Class<?>) - Method in class org.springframework.flex.security3.SecurityExceptionTranslator
Checks if the translator can handle the specified exception class
handlesSubscriptions() - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
handlesSubscriptions() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
HIBERNATE_SERIALIZATION_PROCESSOR - Static variable in class org.springframework.flex.config.BeanIds
 
HibernateConfigProcessor - Class in org.springframework.flex.core.io
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.
HibernateConfigProcessor() - Constructor for class org.springframework.flex.core.io.HibernateConfigProcessor
 
hibernateConfigured - Variable in class org.springframework.flex.core.io.HibernateConfigProcessor
 
HibernateProxyConverter - Class in org.springframework.flex.core.io
GenericConverter implementation that converts from HibernateProxy to Object and will either: Convert to null if the HibernateProxy instance is uninitialized Convert to the underlying proxied class if the HibernateProxy is initialized
HibernateProxyConverter() - Constructor for class org.springframework.flex.core.io.HibernateProxyConverter
 
HibernateSerializationConfigPostProcessor - Class in org.springframework.flex.config
BeanFactoryPostProcessor that will automatically configure Hibernate AMF serialization support if: Hibernate is detected on the classpath An instance of HibernateConfigProcessor has not been manually configured.
HibernateSerializationConfigPostProcessor() - Constructor for class org.springframework.flex.config.HibernateSerializationConfigPostProcessor
 

I

ignored() - Static method in class org.springframework.flex.messaging.integration.FlexHeaders
Returns the list of headers that are set explicitly to properties of AsyncMessage and shouldn't be added to it's header map.
init() - Method in class org.springframework.flex.config.xml.FlexNamespaceHandler
initialize(String, ConfigMap) - Method in class org.springframework.flex.core.CommonsLoggingTarget
 
initialize(String, ConfigMap) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
 
initializeDestination(Destination) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Perform any necessary initialization logic on the created Destination
initializeDestination(Destination) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
Perform any necessary initialization logic on the created Destination
initializeDestination(Destination) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Perform any necessary initialization logic on the created Destination
IntegrationAdapter - Class in org.springframework.flex.messaging.integration
A MessagingAdapter implementation that enables sending and receiving messages via Spring Integration Message Channels.
IntegrationAdapter() - Constructor for class org.springframework.flex.messaging.integration.IntegrationAdapter
 
IntegrationMessageDestinationBeanDefinitionParser - Class in org.springframework.flex.config.xml
BeanDefinitionParser implementation for parsing the integration-message-destination element.
IntegrationMessageDestinationBeanDefinitionParser() - Constructor for class org.springframework.flex.config.xml.IntegrationMessageDestinationBeanDefinitionParser
 
invoke(MethodInvocation) - Method in class org.springframework.flex.core.MessageInterceptionAdvice
invoke(Message) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
Invoked when a Message is received from a Flex client.
invoke(Message) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Invoked when a Message is received from a Flex client.
isBlazeDS() - Static method in class org.springframework.flex.config.RuntimeEnvironment
Returns true if the runtime data services environment is BlazeDS.
isBlazeDS46() - Static method in class org.springframework.flex.config.RuntimeEnvironment
Returns true if the runtime data services environment is BlazeDS 4.6 or greater.
isCandidateForAmf(AnnotationMetadata) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Determine whether the given class qualifies for AMF conversion The default implementation checks whether the class is concrete (i.e. not abstract and not an interface).
isLCDS() - Static method in class org.springframework.flex.config.RuntimeEnvironment
Returns true if the runtime data services environment is LCDS.
isPerClientAuthentication() - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
Checks whether per-client authentication is enabled
isSingleton() - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
It is expected that objects created by this factory will always be prototype instances.
isSingleton() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
isSpringSupportAvailable() - Static method in class org.springframework.flex.config.RuntimeEnvironment
 
isWriteOnly(Object, String) - Method in class org.springframework.flex.core.io.SpringPropertyProxy

J

JmsAdapter - Class in org.springframework.flex.messaging.jms
A MessagingAdapter implementation that enables sending and receiving messages via JMS.
JmsAdapter() - Constructor for class org.springframework.flex.messaging.jms.JmsAdapter
 
JmsMessageDestinationBeanDefinitionParser - Class in org.springframework.flex.config.xml
BeanDefinitionParser implementation for parsing the jms-message-destination element.
JmsMessageDestinationBeanDefinitionParser() - Constructor for class org.springframework.flex.config.xml.JmsMessageDestinationBeanDefinitionParser
 
JpaHibernateConfigProcessor - Class in org.springframework.flex.core.io
Specialized subclass of HibernateConfigProcessor that can be used with a Hibernate-provided JPA EntityManagerFactory instead of the native Hibernate SessionFactory.
JpaHibernateConfigProcessor() - Constructor for class org.springframework.flex.core.io.JpaHibernateConfigProcessor
 
JSON_CONFIG_MAP_EDITOR_CONFIGURER - Static variable in class org.springframework.flex.config.BeanIds
 
JsonConfigMapPropertyEditor - Class in org.springframework.flex.config.json
PropertyEditor implementation for parsing a JSON structure and converting it to a new instance of ConfigMap.
JsonConfigMapPropertyEditor() - Constructor for class org.springframework.flex.config.json.JsonConfigMapPropertyEditor
 

L

log(Throwable) - Method in class org.springframework.flex.core.DefaultExceptionLogger
 
log(Throwable) - Method in interface org.springframework.flex.core.ExceptionLogger
Logs the MessageException that is the end result of processing an incoming BlazeDS request.
log - Variable in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
 
logEvent(LogEvent) - Method in class org.springframework.flex.core.CommonsLoggingTarget
 
LOGIN_COMMAND_SUFFIX - Static variable in class org.springframework.flex.config.BeanIds
 
LOGIN_INTERCEPTOR_SUFFIX - Static variable in class org.springframework.flex.config.BeanIds
 
LoginCommandConfigProcessor - Class in org.springframework.flex.core
MessageBrokerConfigProcessor implementation that is responsible for configuring the current MessageBroker's LoginManager with a Spring-managed LoginCommand.
LoginCommandConfigProcessor(LoginCommand) - Constructor for class org.springframework.flex.core.LoginCommandConfigProcessor
 
LoginMessageInterceptor - Class in org.springframework.flex.security3
MessageInterceptor implementation that replaces the standard login success message with one that contains relevant information about the logged in user.
LoginMessageInterceptor() - Constructor for class org.springframework.flex.security3.LoginMessageInterceptor
 
logout(Principal) - Method in class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
 
logout(Principal) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
lookup(FactoryInstance) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Lookup will be handled directly by the created FactoryInstance

M

manage(CommandMessage) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
manage(CommandMessage) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
ManageableComponentFactoryBean - Class in org.springframework.flex.core
FactoryBean that allows for the creation of BlazeDS ManageableComponent prototype instances with the appropriate ManageableComponent.initialize(String, ConfigMap) callback after creation.
ManageableComponentFactoryBean(Class<? extends ManageableComponent>) - Constructor for class org.springframework.flex.core.ManageableComponentFactoryBean
Creates a new ManageableComponentFactoryBean for the specified component class
matches(Method, Class<?>) - Method in class org.springframework.flex.core.EndpointServiceMessagePointcutAdvisor
matches(HttpServletRequest) - Method in class org.springframework.flex.security3.AntPathRequestMatcher
Returns true if the configured pattern (and HTTP-Method) match those of the supplied request.
MESSAGE_BROKER - Static variable in class org.springframework.flex.config.BeanIds
 
MESSAGE_BROKER_HANDLER_ADAPTER - Static variable in class org.springframework.flex.config.BeanIds
 
MESSAGE_CLIENT_ID - Static variable in class org.springframework.flex.messaging.integration.FlexHeaders
 
MESSAGE_ID - Static variable in class org.springframework.flex.messaging.integration.FlexHeaders
 
MessageBrokerBeanDefinitionParser - Class in org.springframework.flex.config.xml
BeanDefinitionParser implementation for the message-broker tag that configures a Spring-managed MessageBroker
MessageBrokerBeanDefinitionParser() - Constructor for class org.springframework.flex.config.xml.MessageBrokerBeanDefinitionParser
 
MessageBrokerConfigProcessor - Interface in org.springframework.flex.config
Factory hook that allows for custom configuration of a MessageBroker when created by a MessageBrokerFactoryBean.
MessageBrokerFactoryBean - Class in org.springframework.flex.core
FactoryBean that creates a local MessageBroker instance within a Spring web application context.
MessageBrokerFactoryBean() - Constructor for class org.springframework.flex.core.MessageBrokerFactoryBean
 
MessageBrokerHandlerAdapter - Class in org.springframework.flex.servlet
HandlerAdapter for routing HTTP messages to a Spring-managed MessageBroker.
MessageBrokerHandlerAdapter() - Constructor for class org.springframework.flex.servlet.MessageBrokerHandlerAdapter
 
MessageDestinationBeanDefinitionParser - Class in org.springframework.flex.config.xml
BeanDefinitionParser implementation for parsing the message-destination element.
MessageDestinationBeanDefinitionParser() - Constructor for class org.springframework.flex.config.xml.MessageDestinationBeanDefinitionParser
 
MessageDestinationFactory - Class in org.springframework.flex.messaging
A factory for Flex MessageDestinations that can be configured with a Spring-managed MessagingAdapter instance.
MessageDestinationFactory() - Constructor for class org.springframework.flex.messaging.MessageDestinationFactory
Creates a new MessageDestinationFactory
MessageDestinationFactory(ConfigMap) - Constructor for class org.springframework.flex.messaging.MessageDestinationFactory
Creates a new MessageDestinationFactory with the specified properties ConfigMap
MessageInterceptionAdvice - Class in org.springframework.flex.core
AOP interceptor that applies any provided MessageInterceptors to the AMF Message being processed.
MessageInterceptionAdvice() - Constructor for class org.springframework.flex.core.MessageInterceptionAdvice
 
MessageInterceptor - Interface in org.springframework.flex.core
Strategy interface for applying custom processing logic to incoming and outgoing AMF Messages
MessageProcessingContext - Class in org.springframework.flex.core
Context holder for information about the current AMF message processing request.
MessageProcessingContext(Object) - Constructor for class org.springframework.flex.core.MessageProcessingContext
Creates a new MessageProcessingContext with the current message target endpoint
MessageServiceConfigProcessor - Class in org.springframework.flex.messaging
MessageBrokerConfigProcessor implementation that installs a default MessageService if one has not already been configured through the BlazeDS XML configuration.
MessageServiceConfigProcessor() - Constructor for class org.springframework.flex.messaging.MessageServiceConfigProcessor
 
MessageTemplate - Class in org.springframework.flex.messaging
Simple helper for sending Flex AsyncMessages from a Java client.
MessageTemplate() - Constructor for class org.springframework.flex.messaging.MessageTemplate
 
MESSAGING_PROCESSOR_SUFFIX - Static variable in class org.springframework.flex.config.BeanIds
 

N

NumberConverter - Class in org.springframework.flex.core.io
GenericConverter implementation that converts between Number types.
NumberConverter() - Constructor for class org.springframework.flex.core.io.NumberConverter
 

O

obtainSecurityMetadataSource() - Method in class org.springframework.flex.security3.EndpointInterceptor
onAuthentication(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.flex.security3.FlexSessionAwareSessionAuthenticationStrategy
 
org.springframework.flex.config - package org.springframework.flex.config
Configuration support.
org.springframework.flex.config.json - package org.springframework.flex.config.json
Support for handling configuration properties specified as a JSON structure.
org.springframework.flex.config.xml - package org.springframework.flex.config.xml
XML namespace configuration support.
org.springframework.flex.core - package org.springframework.flex.core
Foundational infrastructure for configuring and bootstrapping BlazeDS in a Spring WebApplicationContext.
org.springframework.flex.core.io - package org.springframework.flex.core.io
Enhanced AMF serialization/deserialization customization support.
org.springframework.flex.http - package org.springframework.flex.http
Support for using AMF as the content type with Spring MVC's REST model.
org.springframework.flex.messaging - package org.springframework.flex.messaging
Support for creating Spring-managed BlazeDS message destinations.
org.springframework.flex.messaging.integration - package org.springframework.flex.messaging.integration
Bridge layer for exposing Spring Integration message channels as BlazeDS message destinations.
org.springframework.flex.messaging.jms - package org.springframework.flex.messaging.jms
Bridge layer for exposing JMS destinations as BlazeDS message destinations.
org.springframework.flex.remoting - package org.springframework.flex.remoting
Support for exposing Spring-managed services for remoting from a Flex client.
org.springframework.flex.security3 - package org.springframework.flex.security3
Integration support for Spring Security.
org.springframework.flex.servlet - package org.springframework.flex.servlet
Support for routing HTTP-based messages to a Spring-managed MessageBroker through the Java Servlet API.

P

parse(Element, ParserContext) - Method in class org.springframework.flex.config.xml.RemotingDestinationBeanDefinitionParser
parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.AbstractMessageDestinationBeanDefinitionParser
Hook for subclasses to add custom parsing logic for technology-specific adapters.
parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.IntegrationMessageDestinationBeanDefinitionParser
Hook for subclasses to add custom parsing logic for technology-specific adapters.
parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.JmsMessageDestinationBeanDefinitionParser
Hook for subclasses to add custom parsing logic for technology-specific adapters.
parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.MessageDestinationBeanDefinitionParser
Hook for subclasses to add custom parsing logic for technology-specific adapters.
parseConfigAttributes(String) - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
parseInternal(Element, ParserContext) - Method in class org.springframework.flex.config.xml.AbstractMessageDestinationBeanDefinitionParser
PerClientAuthenticationInterceptor - Class in org.springframework.flex.security3
MessageInterceptor implementation that handles setup and teardown of the SecurityContext for the current request when using per-client authentication.
PerClientAuthenticationInterceptor() - Constructor for class org.springframework.flex.security3.PerClientAuthenticationInterceptor
 
PersistentCollectionConverterFactory - Class in org.springframework.flex.core.io
ConverterFactory implementation that supplies a Converter instance that can convert PersistentCollection instances from Hibernate.
PersistentCollectionConverterFactory() - Constructor for class org.springframework.flex.core.io.PersistentCollectionConverterFactory
 
postProcess(MessageProcessingContext, Message, Message) - Method in interface org.springframework.flex.core.MessageInterceptor
Hook for post-processing the outgoing AMF Message
postProcess(MessageProcessingContext, Message, Message) - Method in class org.springframework.flex.security3.EndpointInterceptor
Hook for post-processing the outgoing AMF Message
postProcess(MessageProcessingContext, Message, Message) - Method in class org.springframework.flex.security3.LoginMessageInterceptor
Hook for post-processing the outgoing AMF Message
postProcess(MessageProcessingContext, Message, Message) - Method in class org.springframework.flex.security3.PerClientAuthenticationInterceptor
Hook for post-processing the outgoing AMF Message
postProcessAfterInitialization(Object, String) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.flex.config.HibernateSerializationConfigPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.flex.config.RemotingAnnotationPostProcessor
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class, String) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.flex.http.AmfView
preProcess(MessageProcessingContext, Message) - Method in interface org.springframework.flex.core.MessageInterceptor
Hook for pre-processing the incoming AMF Message
preProcess(MessageProcessingContext, Message) - Method in class org.springframework.flex.security3.EndpointInterceptor
Hook for pre-processing the incoming AMF Message
preProcess(MessageProcessingContext, Message) - Method in class org.springframework.flex.security3.LoginMessageInterceptor
Hook for pre-processing the incoming AMF Message
preProcess(MessageProcessingContext, Message) - Method in class org.springframework.flex.security3.PerClientAuthenticationInterceptor
Hook for pre-processing the incoming AMF Message
processAfterStartup(MessageBroker) - Method in interface org.springframework.flex.config.MessageBrokerConfigProcessor
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.
processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Error checking is done on the started MessageBroker to ensure configuration was successful.
processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.EndpointConfigProcessor
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.
processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
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.
processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.LoginCommandConfigProcessor
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.
processBeforeStartup(MessageBroker) - Method in interface org.springframework.flex.config.MessageBrokerConfigProcessor
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.
processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
The MessageBroker is checked to see if the Service has already been configured via the BlazeDS XML config.
processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.EndpointConfigProcessor
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.
processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
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.
processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.LoginCommandConfigProcessor
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.
proxyFor(Class<?>, boolean, ConversionService) - Static method in class org.springframework.flex.core.io.SpringPropertyProxy
Factory method for creating correctly configured Spring property proxy instances.

R

readInternal(Class<? extends Object>, HttpInputMessage) - Method in class org.springframework.flex.http.AmfHttpMessageConverter
registerAmfProxies(ConversionService, boolean) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
Called during initialization, the default implementation configures and registers a SpringPropertyProxy instance for each type returned by findTypesToRegister.
registerPropertyProxy(SpringPropertyProxy) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
Registers the given SpringPropertyProxy with the BlazeDS PropertyProxyRegistry.
REMOTING_ANNOTATION_PROCESSOR - Static variable in class org.springframework.flex.config.BeanIds
 
REMOTING_PROCESSOR_SUFFIX - Static variable in class org.springframework.flex.config.BeanIds
 
RemotingAnnotationPostProcessor - Class in org.springframework.flex.config
BeanFactoryPostProcessor implementation that searches the BeanFactory for beans annotated with RemotingDestination and adds a corresponding RemotingDestinationExporter bean definition according to the attributes of the RemotingDestination annotation and any methods found to be marked with either the RemotingInclude or RemotingExclude annotation.
RemotingAnnotationPostProcessor() - Constructor for class org.springframework.flex.config.RemotingAnnotationPostProcessor
 
RemotingDestination - Annotation Type in org.springframework.flex.remoting
Indicates that an annotated Spring-managed bean should be exported as a destination for AMF-based remoting via a Spring-managed MessageBroker.
RemotingDestinationBeanDefinitionDecorator - Class in org.springframework.flex.config.xml
Configures a RemotingDestinationExporter from a nested remote-service tag.
RemotingDestinationBeanDefinitionDecorator() - Constructor for class org.springframework.flex.config.xml.RemotingDestinationBeanDefinitionDecorator
 
RemotingDestinationBeanDefinitionParser - Class in org.springframework.flex.config.xml
Configures a RemotingDestinationExporter from a top-level remote-service tag.
RemotingDestinationBeanDefinitionParser() - Constructor for class org.springframework.flex.config.xml.RemotingDestinationBeanDefinitionParser
 
RemotingDestinationExporter - Class in org.springframework.flex.remoting
An factory for exposing a Spring-managed bean to a Flex client for direct remoting calls.
RemotingDestinationExporter() - Constructor for class org.springframework.flex.remoting.RemotingDestinationExporter
 
RemotingExclude - Annotation Type in org.springframework.flex.remoting
Method-level annotation to mark a method as excluded when exposing the object for AMF-based remoting using the @ RemotingDestination annotation.
RemotingInclude - Annotation Type in org.springframework.flex.remoting
Method-level annotation to mark a method as included when exposing the object for AMF-based remoting using the @ RemotingDestination annotation.
RemotingServiceConfigProcessor - Class in org.springframework.flex.remoting
MessageBrokerConfigProcessor implementation that installs a default RemotingService if one has not already been configured through the BlazeDS XML configuration.
RemotingServiceConfigProcessor() - Constructor for class org.springframework.flex.remoting.RemotingServiceConfigProcessor
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.flex.http.AmfView
reportTokens() - Method in class org.springframework.flex.config.FlexConfigurationManager
resolveBasePackage(String) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Resolve the specified base package into a pattern specification for the package search path.
ResourceHandlingMessageInterceptor - Interface in org.springframework.flex.core
Extension of the MessageInterceptor interface that adds an additional callback to be invoked after standard message processing is completed.
RuntimeEnvironment - Class in org.springframework.flex.config
Internal helper class to determine the type of runtime data services environment being used, to allow for automatically adapting to the available capabilities.
RuntimeEnvironment() - Constructor for class org.springframework.flex.config.RuntimeEnvironment
 

S

SECURITY_CONFIG_POST_PROCESSOR - Static variable in class org.springframework.flex.config.BeanIds
 
SecurityConfigurationPostProcessor - Class in org.springframework.flex.security3
Infrastructure class for setting up the necessary integration points with Spring Security.
SecurityConfigurationPostProcessor() - Constructor for class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
SecurityExceptionTranslator - Class in org.springframework.flex.security3
Translates SpringSecurityExceptions to appropriate BlazeDS SecurityExceptions.
SecurityExceptionTranslator() - Constructor for class org.springframework.flex.security3.SecurityExceptionTranslator
 
send(AsyncMessageCreator) - Method in class org.springframework.flex.messaging.MessageTemplate
Sends a message created by the specified AsyncMessageCreator
send(Object) - Method in class org.springframework.flex.messaging.MessageTemplate
Sends a message with the specified body to the default destination.
send(String, Object) - Method in class org.springframework.flex.messaging.MessageTemplate
Sends a message with the specified body to the specified destination
SESSION_FIXATION_PROTECTION_CONFIGURER - Static variable in class org.springframework.flex.config.BeanIds
 
setAllowSubtopics(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
 
setAsText(String) - Method in class org.springframework.flex.config.json.JsonConfigMapPropertyEditor
setBeanClassLoader(ClassLoader) - Method in class org.springframework.flex.core.EndpointConfigProcessor
setBeanClassLoader(ClassLoader) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
setBeanClassLoader(ClassLoader) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
setBeanFactory(BeanFactory) - Method in class org.springframework.flex.core.AbstractDestinationFactory
setBeanFactory(BeanFactory) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
setBeanFactory(BeanFactory) - Method in class org.springframework.flex.core.io.HibernateConfigProcessor
setBeanFactory(BeanFactory) - Method in class org.springframework.flex.messaging.MessageTemplate
setBeanName(String) - Method in class org.springframework.flex.core.AbstractDestinationFactory
setBeanName(String) - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
setBeanName(String) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
setBeanName(String) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
setBeanName(String) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
setChannels(String[]) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Specify the BlazeDS channel ids (in order of preference) for communication with this destination
setClusterMessageRouting(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setClusterRef(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setConfigProcessors(Set<MessageBrokerConfigProcessor>) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
 
setConfigurationManager(ConfigurationManager) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
 
setConfigurationParser(ConfigurationParser) - Method in class org.springframework.flex.config.FlexConfigurationManager
Sets the parser to be used in building a MessagingConfiguration.
setConfigurationPath(String) - Method in class org.springframework.flex.config.FlexConfigurationManager
Set the path for the BlazeDS XML configuration file.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Sets the ConnectionFactory to use for sending and receiving JMS messages
setConversionService(ConversionService) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
Sets the ConversionService implementation to be used by all registered SpringPropertyProxy instances.
setDefaultAdapterId(String) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Set the id for the default adapter to be installed in the Service.
setDefaultChannels(String[]) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
Set the ids of the default channels to be set on the Service.
setDefaultDestination(String) - Method in class org.springframework.flex.messaging.MessageTemplate
Sets the id of the default message destination for this template
setDestinationId(String) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Specify the id for the destination
setDestinationResolver(DestinationResolver) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Sets the DestinationResolver for resolving the JMS destination for this adapter
setDetails(HttpServletRequest, UsernamePasswordAuthenticationToken) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
Provided so that subclasses may configure what is put into the authentication request's details property.
setDisableCaching(boolean) - Method in class org.springframework.flex.http.AmfView
Disables caching of the generated AMF response.
setDisallowWildcardSubtopics(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.flex.core.io.JpaHibernateConfigProcessor
Sets the Hibernate-provided EntityManagerFactory to be used for reading type metadata.
setExceptionLogger(ExceptionLogger) - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
 
setExceptionTranslators(Set<ExceptionTranslator>) - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
Sets the provided exception translators
setExceptionTranslators(Set<ExceptionTranslator>) - Method in class org.springframework.flex.security3.FlexAuthenticationEntryPoint
 
setExcludeFilters(List<TypeFilter>) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Sets the list of type filters to use for exclusion.
setExcludeMethods(String[]) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Sets the methods to be excluded from the bean being exported
setExtractPayload(boolean) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
Specify whether the Flex Message body should be extracted to be used as the payload of a Spring Integration Message.
setFilterChainProxy(FilterChainProxy) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
setIncludeFilters(List<TypeFilter>) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Sets the list of type filters to use for inclusion.
setIncludeMethods(String[]) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Sets the methods to included from the bean being exported
setJmsDestination(Destination) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Sets the JMS Destination for messages sent and received by this adapter
setLogoutHandlers(List<LogoutHandler>) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
 
setMessageBroker(MessageBroker) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Set the MessageBroker where this destination will be created.
setMessageBroker(MessageBroker) - Method in class org.springframework.flex.messaging.MessageTemplate
Sets the MessageBroker for routing messages
setMessageChannel(MessageChannel) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
Sets the Spring Integration MessageChannel for sending and receiving messages
setMessageConverter(MessageConverter) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Sets the MessageConverter for messages sent and received by this adapter.
setMessageInterceptors(Set<MessageInterceptor>) - Method in class org.springframework.flex.core.MessageInterceptionAdvice
Sets the chain of provided MessageInterceptors
setMessageTimeToLive(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setObjectDefinitionSource(EndpointSecurityMetadataSource) - Method in class org.springframework.flex.security3.EndpointInterceptor
Sets the EndpointSecurityMetadataSource for the endpoint being secured
setPerClientAuthentication(boolean) - Method in class org.springframework.flex.core.LoginCommandConfigProcessor
Configures the per-client authentication setting for the BlazeDS login manager
setPerClientAuthentication(boolean) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
 
setProperties(ConfigMap) - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
Sets the properties ConfigMap to use in initializing the created component
setQueueName(String) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Sets the JMS queue name for messages sent and received by this adapter.
setRememberMeServices(RememberMeServices) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
setRememberMeServices(RememberMeServices) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
 
setRenderedAttributes(Set<String>) - Method in class org.springframework.flex.http.AmfView
Sets the attributes in the model that should be rendered by this view.
setResourceLoader(ResourceLoader) - Method in class org.springframework.flex.config.FlexConfigurationManager
Set the ResourceLoader to be used to load BlazeDS XML configuration resources
setResourceLoader(ResourceLoader) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Set the ResourceLoader to use for resource locations.
setResourceLoader(ResourceLoader) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
setResourcePattern(String) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
Set the resource pattern to use when scanning the classpath.
setSendSecurityConstraint(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setService(Object) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
Sets the bean being exported.
setServiceAdapter(String) - Method in class org.springframework.flex.core.AbstractDestinationFactory
Specify a custom service adapter id to be used by this destination
setServicesConfigPath(String) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
 
setServletConfig(ServletConfig) - Method in class org.springframework.flex.core.AbstractDestinationFactory
setServletConfig(ServletConfig) - Method in class org.springframework.flex.servlet.MessageBrokerHandlerAdapter
setServletContext(ServletContext) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
setSessionAuthenticationStrategy(SessionAuthenticationStrategy) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
 
setSessionAuthenticationStrategy(SessionAuthenticationStrategy) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
 
setSessionFactory(SessionFactory) - Method in class org.springframework.flex.core.io.HibernateConfigProcessor
Sets the Hibernate SessionFactory to be used for reading type metadata.
setSubscribeSecurityConstraint(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setSubscriptionTimeoutMinutes(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setSubtopicSeparator(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setThrottleInboundMaxFrequency(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setThrottleInboundPolicy(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setThrottleOutboundMaxFrequency(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setThrottleOutboundPolicy(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
 
setTopicName(String) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Sets the JMS topic name for messages sent and received by this adapter.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
Sets the PlatformTransactionManager to be used when sending and receiving messages
setUseDirectFieldAccess(boolean) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
When true, configures the registered SpringPropertyProxy instances to access fields directly, rather than requiring strict JavaBean compliance.
setValue(Object, String, Object) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
Delegates to the configured ConversionService to potentially convert the value to the actual type of the property.
SpringPropertyProxy - Class in org.springframework.flex.core.io
Spring ConversionService-aware PropertyProxy that seeks to find an appropriate converter for a given bean property during AMF serialization and deserialization.
SpringSecurity3ConfigHelper - Class in org.springframework.flex.config.xml
Implementation of SpringSecurityConfigHelper that is specific to Spring Security 3 and above.
SpringSecurity3ConfigHelper() - Constructor for class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
 
SpringSecurityConfigResolver - Class in org.springframework.flex.config.xml
Detects the version of Spring Security being used at runtime and returns an appropriate SpringSecurityConfigHelper
SpringSecurityConfigResolver() - Constructor for class org.springframework.flex.config.xml.SpringSecurityConfigResolver
 
SpringSecurityLoginCommand - Class in org.springframework.flex.security3
Custom BlazeDS LoginCommand that uses Spring Security for Authentication and Authorization.
SpringSecurityLoginCommand(AuthenticationManager) - Constructor for class org.springframework.flex.security3.SpringSecurityLoginCommand
Creates a new SpringSecurityLoginCommand with the provided AuthenticationManager
start(ServletConfig) - Method in class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
 
start() - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
start() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
start(ServletConfig) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
stop() - Method in class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
 
stop() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
stop() - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
SubscribeEvent - Class in org.springframework.flex.messaging
Event that will be broadcast whenever a Flex client subscribes to a MessageDestination that is using one of the Spring-provided MessagingAdapters.
SubscribeEvent(Object, String, String) - Constructor for class org.springframework.flex.messaging.SubscribeEvent
 
supports(Class<?>) - Method in class org.springframework.flex.http.AmfHttpMessageConverter
supports(Class<?>) - Method in class org.springframework.flex.security3.EndpointSecurityMetadataSource
supports(Object) - Method in class org.springframework.flex.servlet.MessageBrokerHandlerAdapter

T

TIMESTAMP - Static variable in class org.springframework.flex.messaging.integration.FlexHeaders
 
toMessage(Object, Session) - Method in class org.springframework.flex.messaging.jms.FlexMessageConverter
toString() - Method in class org.springframework.flex.security3.AntPathRequestMatcher
 
translate(Throwable) - Method in interface org.springframework.flex.core.ExceptionTranslator
Translate the specified exception into an appropriate MessageException
translate(Throwable) - Method in class org.springframework.flex.security3.SecurityExceptionTranslator
Translate the specified exception into an appropriate MessageException

U

UnsubscribeEvent - Class in org.springframework.flex.messaging
Event that will be broadcast whenever a Flex client unsubscribes to a MessageDestination that is using one of the Spring-provided MessagingAdapters.
UnsubscribeEvent(Object, String, String) - Constructor for class org.springframework.flex.messaging.UnsubscribeEvent
 
useDirectFieldAccess - Variable in class org.springframework.flex.core.io.SpringPropertyProxy
 

V

validateRemotingDestination(Element, ParserContext) - Method in class org.springframework.flex.config.xml.RemotingDestinationBeanDefinitionDecorator
Hook for subclasses to perform contextual validation on the element being parsed.
validateRemotingDestination(Element, ParserContext) - Method in class org.springframework.flex.config.xml.RemotingDestinationBeanDefinitionParser
Hook for subclasses to perform contextual validation on the element being parsed.

W

writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.flex.http.AmfHttpMessageConverter

A B C D E F G H I J L M N O P R S T U V W
Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.