我需要创建一个restful服务。我无法访问一些类,但需要在结果中发送相同的类。是否有一种方法将对象映射到xml。我尝试使用org.springframework.oxm.castor.CastorMarshaller,但它在xml中提供了额外的标签,如
<bean-property-binding-result field-error-count="0" global-error-count="0" error-count="0">
是否有一种方法来完成使用castor编组器?如果没有,谁能重定向到写页
我通过使用velocity模板作为xml模板并返回该xml作为调用的响应来解决这个问题。