org.edg.data.reptor
Class ReplicaManagerSocketFactory

java.lang.Object
  extended byorg.edg.data.reptor.ReplicaManagerSocketFactory
All Implemented Interfaces:
org.apache.axis.components.net.SecureSocketFactory, org.apache.axis.components.net.SocketFactory

public class ReplicaManagerSocketFactory
extends java.lang.Object
implements org.apache.axis.components.net.SecureSocketFactory

This is the factory that will give back either a GSI or an SSL socket.

Version:
$Id: ReplicaManagerSocketFactory.java,v 1.3 2004/08/10 15:38:42 jamesc Exp $
Author:
Peter Kunszt

Constructor Summary
ReplicaManagerSocketFactory(java.util.Hashtable attributes)
          Creates a new instance of ReplicaManagerSocketFactory
 
Method Summary
 java.net.Socket create(java.lang.String host, int port, java.lang.StringBuffer otherHeaders, org.apache.axis.components.net.BooleanHolder useFullURL)
           
static void initGSIHost(java.lang.String host)
           
static void initSSLHost(java.lang.String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicaManagerSocketFactory

public ReplicaManagerSocketFactory(java.util.Hashtable attributes)
Creates a new instance of ReplicaManagerSocketFactory

Method Detail

create

public java.net.Socket create(java.lang.String host,
                              int port,
                              java.lang.StringBuffer otherHeaders,
                              org.apache.axis.components.net.BooleanHolder useFullURL)
Specified by:
create in interface org.apache.axis.components.net.SocketFactory

initGSIHost

public static void initGSIHost(java.lang.String host)

initSSLHost

public static void initSSLHost(java.lang.String host)