I'm wanting to use my own logic to instantiate beans from XML elements.
After reading the doco, it seems that the way to do this is to create a
ChainedBeanCreator and add it to the BeanCreationChain.

I am writing my own ChainedBeanCreator but I can't see how to access the
body of an XML element in the 
create(ElementMapping mapping, ReadContext context, BeanCreationChain chain)
method. 

When i say "the body of an xml element" i mean "bar" part of
"<foo>bar</foo>".

Thanks,
Lance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to