| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
webphp
12年前发布

XML-RPC的一个Java实现 - Apache XMLRPC

     Apache XMLRPC 是 XMLRPC 的一个 Java 实现。一种流行的协议,它使用XML通过HTTP来实现远程方法调用。    <ul>     <li>All primitive Java types are supported, including long, byte, short, and double.</li>     <li>Calendar objects are supported. In particular, timezone settings, and milliseconds may be sent.</li>     <li>DOM nodes, or JAXB objects, can be transmitted. So are objects implementing the java.io.Serializable interface.</li>     <li>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.</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326548947155" target="_blank">http://www.open-open.com/lib/view/home/1326548947155</a></p>     
 本文由用户 webphp 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1326548947155.html
RPC WEB服务/RPC/SOA