what is the use of maven-jaxb2-plugin? is it used to generate java classes from xsd? what kind of classes does it generates from xsd?
maven-jaxb2-plugin
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most common use is in soap based webservices, SOAP webservices exposes WSDL and that defines the schema of the classes being used in webservices
for example:
Now client need to make call to it using an instance of
Personwhich client will come to know from WSDL and this plugin helps to generate this classes