org.apache.axis.transport.http
Class FakeTrustSocketFactory

java.lang.Object
  |
  +--org.apache.axis.transport.http.FakeTrustSocketFactory
All Implemented Interfaces:
HTTPSender.SocketFactoryFactory

public class FakeTrustSocketFactory
extends java.lang.Object
implements HTTPSender.SocketFactoryFactory

Hook for Axis sender, allowing unsigned server certs


Inner Class Summary
static class FakeTrustSocketFactory.FakeX509TrustManager
           
 
Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
FakeTrustSocketFactory()
           
 
Method Summary
 java.lang.Object createFactory()
          Returns an instance of SSLSocketFactory, possibly with different parameters ( like different trust policies )
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

FakeTrustSocketFactory

public FakeTrustSocketFactory()
Method Detail

createFactory

public java.lang.Object createFactory()
                               throws java.io.IOException
Description copied from interface: HTTPSender.SocketFactoryFactory
Returns an instance of SSLSocketFactory, possibly with different parameters ( like different trust policies )
Specified by:
createFactory in interface HTTPSender.SocketFactoryFactory


Copyright © 2002 Apache XML Project. All Rights Reserved.