This "external bindings declaration" is just a file used at compilation time. Pass it to xjc (JAXB's binding compiler) and it will generate classes in the proper packages.
-denis > -------- Original Message -------- > Subject: [xfire-user] JAXB "external binding declaration" and XFire > wsgen? > From: Andreas Schildbach <[EMAIL PROTECTED]> > Date: Wed, March 15, 2006 5:20 am > To: [email protected] > > Hello everyone, > > I'd like to change the packages of wsgen generated data type classes > (the ones that stem from the schema included into the WSDL). > > I cannot change the WSDL, and I obviously cannot change the generated > classes. I am using JAXB 2.0. By looking at the JAXB specification (2.0 > PFD), there is an "external bindings declaration" (Section E.1 Example) > which looks like it could be used for what I want to do. > > My question is: How can I use such an external binding declaration with > XFire? How can I tell wsgen to use such a beast? > > Regards, > > Andreas
