org.apache.axis.transport.http
Interface HTTPSender.SocketFactoryFactory

All Known Implementing Classes:
FakeTrustSocketFactory
Enclosing class:
HTTPSender

public static interface HTTPSender.SocketFactoryFactory

Hook for creating a different SSL socket factory XXX The whole thing can be refactored to use something like tomcat.util, which is cleaner and support PureTLS.


Method Summary
 java.lang.Object createFactory()
          Returns an instance of SSLSocketFactory, possibly with different parameters ( like different trust policies )
 

Method Detail

createFactory

public java.lang.Object createFactory()
                               throws java.lang.Exception
Returns an instance of SSLSocketFactory, possibly with different parameters ( like different trust policies )


Copyright © 2002 Apache XML Project. All Rights Reserved.