Is it possible to generate serializable classes with CXF?

Viewed 11193

I'm using Apache CXF to generate classes from a WSDL file but they don't implement Serializable which is needed to put an object into a JMS queue. Is it possible to do this or do I have to convert the generated classes into my own and send those?

3 Answers
Related