JAXBβDefault Constructor
Working with JAXB, you need to have an empty constructor within your class. Any class that you are referring to from within your class is better to have this empty constructor class. I am using JAXB as part of Jetty Framework. One other note: if you want to return result as a group (something that…