- iPhone Hessian. Java, Hessian, .NET, Hessian#.
, - HessianServlet ( HttpServlet):
public interface MyService {
public String doWithStuff(String action, Object stuff);
}
.NET.
HessianKit, - -, , . Java Objective-C.
@protocol MySertvice
-(NSString)do:(NSString*)action withStuff:(id)stuff;
@end
-, :
id<MyService> proxy = [CWHessianConnection proxyWithURL:serviceURL
protocol:@protocol(MyService)];
NSLog(@"%@", [proxy do:@"Something" withStuff:arguments]);
Hessian -, , GSM. Hessian XML JSON, , .