Package org.springframework.flex.remoting

Support for exposing Spring-managed services for remoting from a Flex client.

See:
          Description

Class Summary
RemotingDestinationExporter An factory for exposing a Spring-managed bean to a Flex client for direct remoting calls.
RemotingServiceConfigProcessor MessageBrokerConfigProcessor implementation that installs a default RemotingService if one has not already been configured through the BlazeDS XML configuration.
 

Annotation Types Summary
RemotingDestination Indicates that an annotated Spring-managed bean should be exported as a destination for AMF-based remoting via a Spring-managed MessageBroker.
RemotingExclude Method-level annotation to mark a method as excluded when exposing the object for AMF-based remoting using the @ RemotingDestination annotation.
RemotingInclude Method-level annotation to mark a method as included when exposing the object for AMF-based remoting using the @ RemotingDestination annotation.
 

Package org.springframework.flex.remoting Description

Support for exposing Spring-managed services for remoting from a Flex client.