Package org.apache.axis.components.net
Class SocketFactoryFactory
- java.lang.Object
-
- org.apache.axis.components.net.SocketFactoryFactory
-
public class SocketFactoryFactory extends java.lang.Object
Class SocketFactoryFactory- Version:
- %I%, %G%
- Author:
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
Field log
-
Constructor Summary
Constructors Constructor Description SocketFactoryFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SocketFactory
getFactory(java.lang.String protocol, java.util.Hashtable attributes)
Returns a copy of the environment's default socket factory.
-
-
-
Method Detail
-
getFactory
public static SocketFactory getFactory(java.lang.String protocol, java.util.Hashtable attributes)
Returns a copy of the environment's default socket factory.- Parameters:
protocol
- Today this only supports "http" & "https".attributes
-- Returns:
-
-