Apache CXF也支援fast infoset,而且只需要少少的設定即可,在service side的spring設定檔中加上:
<cxf:bus>
<cxf:features>
<bean class="org.apache.cxf.feature.FastInfosetFeature"></bean>
</cxf:features>
</cxf:bus>
其他詳細有關CXF bus的設定可以參考:Bus Configuration
若是有需要傳輸大量資料,可以考慮使用MTOM
可以參考:Using MTOM 、Upload big attachment (document) using CXF ( MTOM ) Spring and Tomcat
基本上,就是在service-side與client-side上都設定mtom-enabled=true的property。而service-side上,可以考慮用DataHandler作為傳輸的媒介
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言