Package mx4j.tools.remote.caucho

Examples of mx4j.tools.remote.caucho.CauchoService


      service = createService();
   }

   protected CauchoService createService()
   {
      return new CauchoService("burlap");
   }
View Full Code Here


      service = createService();
   }

   protected CauchoService createService()
   {
      return new CauchoService("hessian");
   }
View Full Code Here

*/
public class SSLHessianServlet extends HessianServlet
{
   protected CauchoService createService()
   {
      return new CauchoService("hessian+ssl");
   }
View Full Code Here

*/
public class SSLBurlapServlet extends BurlapServlet
{
   protected CauchoService createService()
   {
      return new CauchoService("burlap+ssl");
   }
View Full Code Here

TOP

Related Classes of mx4j.tools.remote.caucho.CauchoService

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.