InsertBeanJXPathBindingBuilder provides a helper class for the Factory
implemented in
JXPathBindingManager that helps construct the
actual
InsertBeanJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:insert-bean classname="..child-bean-class.." addmethod="..method-to-add.."/>
or if the add method creates the new instance itself:
<fb:insert-bean addmethod="..method-to-add.."/>
version: $Id: InsertBeanJXPathBindingBuilder.java 450255 2006-09-26 23:48:43Z vgritsenko $ |