Dear all,

At first I would like to tell Im new in Cxf.

In my project I have one web service method where the result is a List of
one entity that I have implemented (One simple POJO). Ive called this entity
Resposta.

Im trying to use Dynamic Client Factory, so the Cxf engine generates the
bean classes at runtime. As I could notice the generated bean class has the
same properties and methods as in my entity class.
What is the best way to instantiate my entity class in my client based on
the the objects returned by the invoke method if the Client Cxf class ?
Should I use reflection ?

Feel free to suggest a better approach. I would like my client as simple as
possible.

Thanks in advance.

-- 

Helder Ribeiro

Reply via email to