public class StatelessCustomCompositeTypeGen
extends Object
The class generates customized composites for all fields of the particular fieldset,
which can be represented by composites.
These classes are formed by the following rules:
- Name of the class has the form of: "_CC_" + compositeTypeName + "_" + fieldNameRoute;
- The class implements IStatelessComposite interface;
- Instance of the class must be bound to particular fieldset and never changes it;
- The class uses virtual fields to access data.
The fieldSetNameRoute is a sequence of message id and all groups which contains given field, and the field tag itself.
For instance, the identifier can be: _CC_SomeComplexData_1_268_2975.
For the message header composite the identifier is: _CC_MessageHeader_1_MH.