Abin Manathoor Devasia
Abin Manathoor Devasia

Reputation: 1973

How to serialize Java class into XML with specified Schema

I have a Joo.java class and I want to serialize it into XML using the schema JooSchema.xsd.

Is it possible with Smooks API, how to do it?

Upvotes: 2

Views: 135

Answers (1)

jiggy
jiggy

Reputation: 3826

I think that is better achieved with JAXB.

Upvotes: 1

Related Questions