I need to perform certain operations on a class after it was unmarshalled
(after it is constructed by JAXB, rather then by myself).
Is there such a functionality in JAXB?
If not, how could ...
I would like to know how I can make the JAXB compiler make certain elements in my XML schema be declared as final in the java class definition and I would ...
I am currently building my own custom Security Token Services using the Opensaml and Openws APIs.
I am using CXF with Spring, this technology facilitates interceptors that allow me to manipulate and ...
I'm starting learning JAXB, so my question can be very silly. Now I have classes and want generate XML Schema. Going after this instruction I get exception
Please consider the following example:
There is a ClassA and a ClassB which extends it. My problem is now that I have to unmarshall a ClassB from an xml file. Please note ...
I have a collection of XSD's that I am the maven-jaxb2-plugin to generate the java classes. I have 1 class, that I need a value constructor on, however I do ...
On enabling the value constructor plugin, I am seeing 2 default constructors for classes that dont have any members. I am generating the classes from a wsdl.
Any suggestions on ...