Package raccoon.api.eai.message

Contains all the different interfaces related to messages handled by Raccoon.

See:
          Description

Interface Summary
IBusMessage The interface for accessing an EAI message that can be sent over the Bus (MOM).
IDescMessage TODO Document this class.
IFactory The factory service for creating new instances of EAI elements.
IField An element of an EAI Message.
IMessage The common interface for all messages supported by the Raccoon Framework.
IMessageDescriptor Describes the structure of a message.
ITracking The purpose of ITracking is to provide support for end to end tracability of documents or messages throughout the system.
 

Class Summary
PsfMessageTypes The various constants used to identify the data types.
 

Package raccoon.api.eai.message Description

Contains all the different interfaces related to messages handled by Raccoon.

The Messages API

This layer offers total abstraction to the underlying native representation of a message.

The different abstractions provided allow:

By using these abstractions the handling of the messages is universal, whether you're touching an AEObject or a TibrvMsg instance it doesn't matter: your code is the same.




Copyright null null. All Rights Reserved.