|
Class Summary |
| AppConfig |
The AppConfig class acts as a container for all pre-configured object that an
application may use. |
| CommandConfig |
A CommandConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (Command Element) and stores it in a Java object. |
| ConsumerConfig |
A ConsumerConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (ConsumerConfig Element) and stores it in a Java object. |
| DbConnectionPoolConfig |
A DbConnectionPoolConfig is a wrapper class that takes information stored in
an OpenEAI Deployment document (DbConnectionPoolConfig Element) and stores it in a Java object. |
| EnterpriseConfigurationObjectImpl |
The parent class for all of our 'configuration' objects. |
| EnterpriseFields |
This class wraps the EnterpriseObjects XML documents and provides our Enterprise Message
objects with all the information they need to serialized themselves to and from different
formats as well as providing information relating to specific business rules associated
to specific fields contained in the EnterpriseObjects document (formatting, translations etc.). |
| EnterpriseFormatter |
This class is used to store and verify the expected format of a particular field. |
| EnterpriseMapping |
This object maintains a list of mappings from application values to enterprise values
by object/field and application name. |
| EnterpriseTranslator |
This object is used to perform translations from application values to Enterprise
values and vice versa. |
| Field |
This object represents a single field in the EnterpriseObjects documents. |
| LoggerConfig |
A LoggerConfig is a wrapper class that takes information stored in an OpenEAI
Deployment document (LoggerConfig Element) and stores it in a Java object. |
| MailServiceConfig |
A MailServiceConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (MailServiceConfig Element) and stores it in a Java object. |
| MessageObjectConfig |
A MessageObjectConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (MessageObjectConfig Element) and stores it in a Java object. |
| ProducerConfig |
A ProducerConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (ProducerConfig Element) and stores it in a Java object. |
| PropertyConfig |
A PropertyConifg is a wrapper class that takes information stored in an
OpenEAI Deployment document (PropertyConfig Element) and stores it in a Java object. |
| ScheduleConfig |
A ScheduleConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (Schedule Element) and stores it in a Java object. |
| ScheduledAppConfig |
A ScheduledAppConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (ScheduleAppConfig Element) and stores it in a Java object. |
| ThreadPoolConfig |
A ThreadPoolConfig is a wrapper class that takes information stored in an
OpenEAI Deployment document (ThreadPoolConfig Element) and stores it in a Java object. |