users@jaxb.java.net

Re: How can JAXB generate getter method for boolean?

From: Benson Margulies <bimargulies_at_gmail.com>
Date: Thu, 10 Apr 2008 07:35:45 -0400

The 'is' convention is a mandatory aspect of the Bean protocol, and JAXB
sticks to the Bean protocol like glue. If Axis doesn't like it, Axis has a
defect.

There is all kinds of hairy customization possible at a low level in JAXB,
but I can't tell you if any of it would help you.