hessdroid Android上的Hessian库

程序名称:hessdroid

授权协议: Apache

操作系统: Android

开发语言: Java

hessdroid 介绍

hessdroid 是 Resin
Hessian 二进制远程调用框架在 Android 上的移植版本。非官方。

示例代码:

String webServiceUrl = “https://localhost/testAPI";

HessianProxyFactory proxyFactory = new HessianProxyFactory();
// setting a user/password calls the web service with basic authentication
proxyFactory.setUser(“john”);
proxyFactory.setPassword(“doe”);

TestAPI api = (TestAPI) proxyFactory.create(TestAPI.class, webServiceUrl,
getClassLoader());

System.out.println(api.saySomething());

hessdroid 官网

http://code.google.com/p/hessdroid/

相关编程语言

BBGestureBack Full screen return gesture(全屏手...
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的...
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 i...
DarkModeKit是在Apple官方的深色模式发布之前设计和...
SimpleNote iOS 版客户端。SimpleNote 是一款在多平...
Kivy iOS,此工具旨在为 iOS 编译必要的库以运行应用...