org.ferris.axis.components.net
Class MySecureSocketFactory

java.lang.Object
  extended by org.ferris.axis.components.net.MySecureSocketFactory
All Implemented Interfaces:
org.apache.axis.components.net.SecureSocketFactory, org.apache.axis.components.net.SocketFactory

public class MySecureSocketFactory
extends Object
implements org.apache.axis.components.net.SecureSocketFactory


Constructor Summary
MySecureSocketFactory(Hashtable<? extends Object,? extends Object> table)
           
 
Method Summary
 Socket create(String host, int port, StringBuffer otherHeaders, org.apache.axis.components.net.BooleanHolder useFullUrl)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySecureSocketFactory

public MySecureSocketFactory(Hashtable<? extends Object,? extends Object> table)
                      throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

create

public Socket create(String host,
                     int port,
                     StringBuffer otherHeaders,
                     org.apache.axis.components.net.BooleanHolder useFullUrl)
              throws Exception
Specified by:
create in interface org.apache.axis.components.net.SocketFactory
Throws:
Exception


Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.