Hi,
doing my first attempts with the implClass, I find that the implementation
class has to provide some methods which are not exposed by the interface. In
particular these are:
serializeURIs(context);
serializeAttributes(context);
serializeElementBody(context);
Unfortunately I am unable to find any hints on what these methods should do.
Likewise, an inner class Unmarshaller seems to be used.
Whilst I can see that the specification allows that the runtime requires
such additional methods, I still do believe that this reduces the value of
the implClass quite drastically. The "tools" mentioned by the specification
will typically be only able to create an interface and a bean, but not these
additional methods.
Anyways, the least thing to know is some documentation on the requirements.
Regards,
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net