See: Description
| Class | Description |
|---|---|
| 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 Type | Description |
|---|---|
| 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. |
Support for exposing Spring-managed services for remoting from a Flex client.
Copyright © 2014. All rights reserved.