users@jaxb.java.net

RE: AW: Using JAXB Generated Classes as Beans

From: Robert Lowe <rmlowe_at_rmlowe.com>
Date: Fri, 31 Oct 2003 01:33:44 +0800

> Interesting possibility. Can you make the proxy look like a normal bean
> from the outside?

If you use Java's build-in dynamic proxy support (i.e. using
java.lang.reflect.Proxy), then the only constraint is that the bean must
implement an interface. In the caes of JAXB, this will always be the case.



Best regards,

Robert Lowe
http://RMLowe.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net