On Thursday 25 September 2008 10:07:00 am Austin Lowry wrote: > I've searched around, but I can't find a clear answer to this. Does > CXF offer valiation of request data against the schema including the > enforcement of restrictions? I have seen where you can use JAXB > validation, but I don't see any CXF specific validation. Is this the > case?
The JAXB validation is exactly that. We feed JAXB runtime a Schema object that represents the data in the message and JAXB uses that to validate the data as it's parsed. That includes the facets and such. -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
