org.edg.security.trustmanager.axis
Class AXISSocketFactory

java.lang.Object
  |
  +--org.edg.security.trustmanager.axis.AXISSocketFactory
All Implemented Interfaces:
org.apache.axis.components.net.SecureSocketFactory, org.apache.axis.components.net.SocketFactory

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


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

Constructor Detail

AXISSocketFactory

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

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)
                       throws java.lang.Exception
Specified by:
create in interface org.apache.axis.components.net.SocketFactory
java.lang.Exception

createServerFactory

public java.lang.Object createServerFactory()
                                     throws java.lang.Exception
java.lang.Exception