users@jaxb.java.net

Re: interface

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Mon, 21 Jul 2008 11:27:10 +0200

> Can JAXB generate interface classes?

JAXB cannot bind interfaces out of the box, but you can find some
dirty tricks here:
https://jaxb.dev.java.net/guide/Mapping_interfaces.html


> Can I customize the name "ObjectFactory"?

the correct solution is to use namespaces to prevent naming
conflicts.. (change the package and not the generated Types)