mx4j/src/tools/mx4j/tools/remote/caucho/burlap SSLBurlapServlet.java,NONE,1.1 BurlapConnector.java,1.4,NONE BurlapConnectorServer.java,1.4,NONE

Simone Bordet <[email protected]> Wed, 16 Feb 2005 15:21:57 +0000
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/caucho/burlap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18868/src/tools/mx4j/tools/remote/caucho/burlap

Added Files:
	SSLBurlapServlet.java 
Removed Files:
	BurlapConnector.java BurlapConnectorServer.java 
Log Message:
+ Refactored the ConnectionResolver "framework", to support protocols containing the "+" character, as in soap+ssl.
+ Renamed classes from <PROTOCOL>Resolver to Resolver
+ Added SSL specific classes for hessian, burlap and soap protocols
+ Removed unnecessary classes

--- BurlapConnectorServer.java DELETED ---

--- BurlapConnector.java DELETED ---

--- NEW FILE: SSLBurlapServlet.java ---
/*
 * Copyright (C) The MX4J Contributors.
 * All rights reserved.
 *
 * This software is distributed under the terms of the MX4J License version 1.0.
 * See the terms of the MX4J License in the documentation provided with this software.
 */

package mx4j.tools.remote.caucho.burlap;

import mx4j.tools.remote.caucho.CauchoService;

/**
 * @version $Revision: 1.1 $
 */
public class SSLBurlapServlet extends BurlapServlet
{
   protected CauchoService createService()
   {
      return new CauchoService("burlap+ssl");
   }
}



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click