Configuring format component to use your own ElementProcessor
You need to configure format component so that it uses your own ElementProcessor. You need to add a kColl of ElementProcessor, and in this kColl, you need to specify a field name class. Then you need to add the parameter of your own ElementProcessor in the kColl.
With this ElementProcessor, you can get the following definition:<fInteger dataName="dByte" />, which equals the following definition: <fInteger dataName="dByte" size="4" byteOrdering="host">.