org.glite.security.trustmanager.axis
Class AXISSocketFactoryFactory

java.lang.Object
  extended by org.glite.security.trustmanager.axis.AXISSocketFactoryFactory

public class AXISSocketFactoryFactory
extends java.lang.Object

AxisSocketFactoryFactory.java

Author:
Joni Hahkala Created on September 3, 2002, 9:04 PM

Constructor Summary
AXISSocketFactoryFactory()
          Creates a new instance of AxisSocketFactoryFactory
 
Method Summary
 java.lang.Object createServerFactory()
          Creates a server factory using the system properties as the source for configuration values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AXISSocketFactoryFactory

public AXISSocketFactoryFactory()
Creates a new instance of AxisSocketFactoryFactory

Method Detail

createServerFactory

public java.lang.Object createServerFactory()
                                     throws java.lang.Exception
Creates a server factory using the system properties as the source for configuration values.

Returns:
the ssl server factory.
Throws:
java.lang.Exception - thrown in case the ssl context of server socket factory creation or initialization fails.