mx4j/src/tools/mx4j/tools/remote/soap SOAPConnector.java,1.19,1.20
Simone Bordet <[email protected]> Wed, 16 Feb 2005 15:28:43 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/soap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20952/src/tools/mx4j/tools/remote/soap
Modified Files:
SOAPConnector.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: SOAPConnector.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/soap/SOAPConnector.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** SOAPConnector.java 13 Nov 2004 16:38:35 -0000 1.19
--- SOAPConnector.java 16 Feb 2005 15:28:41 -0000 1.20
***************
*** 6,13 ****
--- 6,15 ----
* See the terms of the MX4J License in the documentation provided with this software.
*/
+
package mx4j.tools.remote.soap;
import java.io.IOException;
import java.util.Map;
+
import javax.management.MBeanServerConnection;
import javax.management.remote.JMXServiceURL;
***************
*** 25,29 ****
public SOAPConnector(JMXServiceURL url, Map environment) throws IOException
{
! super(url);
}
--- 27,31 ----
public SOAPConnector(JMXServiceURL url, Map environment) throws IOException
{
! super(url, environment);
}
-------------------------------------------------------
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