Does Castle-Windsor support ForwardedTypes via XML configuration

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2008-11-08T02:12:42Z Indexed on 2010/05/21 7:50 UTC
Read the original article Hit count: 379

I have a class that implements multiple interfaces. I would like to register these interfaces via XML. All I've found is documentation for the new Fluent Interface. Is this option supported via XML? What would be involved in adding this feature?

© Stack Overflow or respective owner

Related posts about inversion-of-control

Related posts about castle-windsor