The BasicFactoryDefinitionParser supports two kinds of
factory definitions:
some.package.SomeFactory#createObject
This defines that the 'createObject' of the class 'some.package.SomeFactory'
should be called for creating the target object.
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Bean member specified by the bindingMember param.
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Collection/array Bean beanclass instance.
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Collection/array Bean beanclass instance.