麻烦各位Java高手帮我解释一下这个程序

来源:百度知道 编辑:UC知道 时间:2024/04/30 01:36:01
/*
* The source code contained herein is licensed under the IBM Public License
* Version 1.0, which has been approved by the Open Source Initiative.
* Copyright (C) 2001, International Business Machines Corporation
* Copyright (C) 2001, Hewlett-Packard Company
* All Rights Reserved.
*
*/

import java.util.Properties;

import org.uddi4j.transport.TransportFactory;

/**
* Configures the environment for the UDDI4J samples.
* <OL>
* <LI>Reads samples property file.
* <LI>Sets SOAP transport according to property file.
* <LI>Configures SSL/JSSE provider
* </OL>
*
* @author David Melgar (dmelgar@us.ibm.com)
*/

public class Configurator {

/**
* Loads configuration file. File may require
* modification before running samples.
*
* @return Loaded properties object
*/<

这段代码的帮助已经写得很清楚了,自己看就可以了,不是要我翻译一遍英文吧
/**
* Loads configuration file. File may require
* modification before running samples.
*
* @return Loaded properties object
*/
导入配置文件.......