Java Objects (Output) Processor
Java Objects (Output) Processor – Converts XML data to serialized Java objects.
Binding/marshalling to and from XML in the eiConsole is handled via the use of the Java Objects Processors, of which there are “Input” and “Output” versions.
The Output Processor accepts an equivalent XML representation of a Java object, attempts to recreate that object and then outputs it as a byte stream.
No configuration is required for the Processor.
Select the Processor Configuration tab and click on Add Processor.
Throw an Exception when corresponding property not found: specifies whether or not Transactions should fail when properties aren’t found.
In the Conditional Execution tab, you can set additional processor execution conditions. The Transaction data dependent condition may be specified here as enhanced expression. If this expression returns anything other than TRUE (ignore case) – this processor will be skipped. No additional configuration for this Processor is required.