FileDocCategorySizeDatePackage
CommonsHTTPClientPropertiesFactory.javaAPI DocApache Axis 1.41427Sat Apr 22 18:57:28 BST 2006org.apache.axis.components.net

CommonsHTTPClientPropertiesFactory

public class CommonsHTTPClientPropertiesFactory extends Object
author
Eric Friedman

Fields Summary
protected static Log
log
private static CommonsHTTPClientProperties
properties
Constructors Summary
Methods Summary
public static synchronized CommonsHTTPClientPropertiescreate()


         
        if (properties == null) {
            properties = (CommonsHTTPClientProperties)
                AxisProperties.newInstance(CommonsHTTPClientProperties.class,
                                           DefaultCommonsHTTPClientProperties.class);
        }
        return properties;