org.edg.data.reptor
Class GSIAxisSocketFactory

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

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


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

Constructor Detail

GSIAxisSocketFactory

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

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