users@jaxb.java.net

Re: Interface inheritance

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Thu, 25 Aug 2011 08:52:23 +0200

> Yes, those are the docs.
> I haven't been able to find the actual plugin anywhere.

http://confluence.highsource.org/display/J2B/Downloads

(Distributions were not uploaded for some reason, will be done in 0.6.3)

You can get the files here:

http://repo1.maven.org/maven2/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.2/
http://repo1.maven.org/maven2/org/jvnet/jaxb2_commons/
http://repository.highsource.org/maven2/releases/org/jvnet/jaxb2_commons/


On Thu, Aug 25, 2011 at 12:41 AM, John G. Lussmyer
<Cougar_at_casadelgato.com> wrote:
>
> On 8/24/2011 12:22 PM, Aleksei Valikov wrote:
>>
>> http://confluence.highsource.org/display/J2B/Inheritance+plugin
>>
>>
>>
>> On Wed, Aug 24, 2011 at 8:26 PM, Wolfgang Laun<wolfgang.laun_at_gmail.com>
>>  wrote:
>>>
>>> There used to be a JAXB plugin for interface insertion. The jar was
>>> called
>>> xjc-if-ins.jar, and it was available from some Sun site. But links that
>>> worked 18 months ago don't any more.
>>> -W
>>>
>>> On 23 August 2011 20:14, John G. Lussmyer<Cougar_at_casadelgato.com>  wrote:
>>>>
>>>> Actually, just adding "implements Foo" would be adequate.
>>>>
>>>> On 8/23/2011 10:03 AM, Wolfgang Laun wrote:
>>>>
>>>> A Java class implements an interface. Is "implements Foo" all you need
>>>> to
>>>> have added to the generated class, or do you mean something more
>>>> intricate?
>>>> -W
>>>>
>>>> On 23 August 2011 18:32,<cougar_at_casadelgato.com>  wrote:
>>>>>
>>>>> So, there isn't any way to have a JAXB generated class inherit from a
>>>>> Java Interface?
>>>>
>