Package com.pccw.hessian.support.cache

Examples of com.pccw.hessian.support.cache.DefaultCacheHandler


        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"));
View Full Code Here

TOP

Related Classes of com.pccw.hessian.support.cache.DefaultCacheHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.