| Interface | Description |
|---|---|
| ConfigurationConstants | |
| ConfigurationFileResolver | |
| ConfigurationParser |
Configuration parser for Flex Data Services.
|
| ServicesConfiguration |
Base interface for Flex Data Services configuration.
|
| Class | Description |
|---|---|
| AbstractConfigurationParser |
Provides a common base for DOM / XPath based ConfigurationParsers.
|
| AdapterSettings |
A service must register the adapters that it will use
to process messages.
|
| ApacheXPathClientConfigurationParser |
Uses Apache XPath on a DOM representation of a messaging configuration
file.
|
| ChannelSettings |
The channel configuration is intentionally generic so that
other channels can be added in the future.
|
| ClientConfiguration | |
| ClientConfigurationParser |
A special mxmlc compiler specific implentation of the configuration
parser for JDK 1.4.
|
| ClusterSettings | |
| ConfigMap |
The ConfigMap class is a helper implementation of Map that makes it easier
to handle properties that can appear one or more times.
|
| DestinationSettings |
Destinations are configured for a particular
Service. |
| FlexClientSettings | |
| LocalFileResolver | |
| LoggingSettings |
A log maintains a series of Loggers for each logging category and
Targets are established that listen for LogEvents on those Loggers.
|
| LoginCommandSettings |
Settings for
LoginCommand class. |
| PropertiesSettings |
Holds any child element of the properties section of the services configuration.
|
| SecurityConstraint |
Security constraints are used by the login manager to secure access to
destinations and endpoints.
|
| ServicesDependencies |
Flex MXMLC compiler uses the result of the client configuration parser
to generate mixin initialization source code to be added to the SWF by
PreLink.
|
| ServiceSettings |
A service represents a high-level grouping of
functionality to which the message broker can
delegate messages.
|
| TargetSettings |
A logging target must specify the class name
of the implementation, the level of logging events
it will accept, a list of filters for logging
categories it is interested in, and a collection of
properties required to initialize the target.
|
| TokenReplacer |
This class is used by configuration parser to replace tokens of the format
{...} with actual values.
|
| XPathClientConfigurationParser |
Uses Sun's JDK 1.5 XPath implementation on a DOM
representation of a messaging configuration file.
|
| Exception | Description |
|---|---|
| ConfigurationException |
The server throws this exception type on encountering
errors while parsing the configuration.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.