AMF endpoint classes.
| Class | Description | |
|---|---|---|
| AMFFilter | Filters perform pre- and post-processing duties on the ActionContext, which contains the message/invocation as well as conextual information about it, following the standard pipe-and-filter design pattern. | |
| BatchProcessFilter | Filter that breaks down the batched message buffer into individual invocations. | |
| LegacyFilter | AMF Headers are of limited use because the apply to the entire AMF packet, which may contain a batch of several requests. | |
| MessageBrokerFilter | A simple bridge between the encoding/decoding functionality of the AMF endpoint and the MessageBroker: this last filter in the chain returns the message to the MessageBroker, which will then locate the correct service to handle the message. | |
| SerializationFilter | Filter for serializing and deserializing action messages. | |
| SessionFilter | This filter detects whether a request URL is decorated with a ;jessionid token in the event that the client does not support cookies. | |
| SuspendableAMFFilter | Base class for suspendable AMF filter implementations. | |
| SuspendableBatchProcessFilter | Filter that splits a batched AMF message into individual invocations of the chain from this point forward for each message within the batch that deserializes without errors. | |
| SuspendableLegacyFilter | This filter adds support for legacy FlashRemoting invocations. | |
| SuspendableMessageBrokerFilter | Filter that routes deserialized Flex messages to the for processing. | |
| SuspendableSerializationFilter | Filter for serializing and deserializing AMF. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/endpoints/amf/package-detail.html