Since you are mucking in code, if you create a binding customization file that has a jaxb:globalBindings element with generateElementClass="true" attribute, it will generate a class for the element. It's kind of an ugly class though and possibly not really usable.
Dan On Tue February 23 2010 12:02:59 pm Sergey Beryozkin wrote: > Hi > > I've started working on the wadl-first code generation (well not quite the > wadl-first one yet...) and I'm using the code I've 'borrowed' from the > DynamicClientFactory from cxf-rt-databinding-jaxb. At the moment I can > only see files corresponding to schema types being generated. How can I > configure SchemaCompiler to generate the code for xs:elements ? > > thanks, Sergey -- Daniel Kulp [email protected] http://www.dankulp.com/blog
