proxyFactory.setHessian2Reply(false);
// proxyFactory.setDebug(true);
HessianCAHProxyFactory.setCookieSeterName("Set-Cookie");
try {
PublicService api=proxyFactory.create(PublicService.class, url,
new DefaultCacheHandler(),
new CRMAsynTaskExecuter<Object, Throwable>(),
new CRMExceptionHandler(),null);
// parseAnnotations(api.getClass());
//Thread.sleep(1000);
//System.out.println(api.login("guxuede", "123456"));