mx4j/src/tools/mx4j/tools/remote/caucho/burlap BurlapServlet.java,1.4,1.5

Simone Bordet <[email protected]> Wed, 16 Feb 2005 15:28:41 +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-serv20952/src/tools/mx4j/tools/remote/caucho/burlap

Modified Files:
	BurlapServlet.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

Index: BurlapServlet.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/caucho/burlap/BurlapServlet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BurlapServlet.java	10 Jan 2005 22:13:52 -0000	1.4
--- BurlapServlet.java	16 Feb 2005 15:28:39 -0000	1.5
***************
*** 29,33 ****
     {
        super.init();
!       service = new CauchoService("burlap");
     }
  
--- 29,38 ----
     {
        super.init();
!       service = createService();
!    }
! 
!    protected CauchoService createService()
!    {
!       return new CauchoService("burlap");
     }
  



-------------------------------------------------------
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