XML-RPC的一個Java實現 - Apache XMLRPC

webphp 12年前發布 | 29K 次閱讀 RPC WEB服務/RPC/SOA

Apache XMLRPC 是 XMLRPC 的一個 Java 實現。一種流行的協議,它使用XML通過HTTP來實現遠程方法調用。

  • All primitive Java types are supported, including long, byte, short, and double.
  • Calendar objects are supported. In particular, timezone settings, and milliseconds may be sent.
  • DOM nodes, or JAXB objects, can be transmitted. So are objects implementing the java.io.Serializable interface.
  • Both server and client can operate in a streaming mode, which preserves resources much better than the default mode, which is based on large internal byte arrays.

項目主頁:http://www.baiduhome.net/lib/view/home/1326548947155

 本文由用戶 webphp 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!