i have a fully annotated class and multiple xsds(each with a different set of fields) and i wish to marshal according to the different xsds using the same class.
i would like to be able to control the marshaling/unmarshaling process and filter out some fields according to the xsd.
btw i am using cxf. thanks,