This is the main method of a Function Component. This method is called for the Function Component
to actually do its job. The implementation of this methods performs the function which the Function Component
was created to do.
Parameters:
obj - An Entry containing the values of the parameters
Returns:
The result of calling the method
Throws:
Exception - If no method is found. If parameters are needed,
and obj is not an Entry.
This method modifies the schema in the provided configuration. The intent is to allow the FC to
provide a schema definition dynamically based on a given configuration.
Note: changes the configuration of this component