org.apache.axis.components.net

Class SunFakeTrustSocketFactory

Implemented Interfaces:
SecureSocketFactory, SocketFactory

public class SunFakeTrustSocketFactory
extends SunJSSESocketFactory

Hook for Axis sender, allowing unsigned server certs

Nested Class Summary

static class
SunFakeTrustSocketFactory.FakeX509TrustManager
Class FakeX509TrustManager

Field Summary

protected static Log
log
Field log

Fields inherited from class org.apache.axis.components.net.JSSESocketFactory

sslFactory

Fields inherited from class org.apache.axis.components.net.DefaultSocketFactory

CONNECT_TIMEOUT, attributes, log

Constructor Summary

SunFakeTrustSocketFactory(Hashtable attributes)
Constructor FakeTrustSocketFactory

Method Summary

protected SSLContext
getContext()
Method getContext

Methods inherited from class org.apache.axis.components.net.SunJSSESocketFactory

getContext, initFactory

Methods inherited from class org.apache.axis.components.net.JSSESocketFactory

create, initFactory

Methods inherited from class org.apache.axis.components.net.DefaultSocketFactory

create, isHostInNonProxyList, match

Field Details

log

protected static Log log
Field log

Constructor Details

SunFakeTrustSocketFactory

public SunFakeTrustSocketFactory(Hashtable attributes)
Constructor FakeTrustSocketFactory

Parameters:
attributes -

Method Details

getContext

protected SSLContext getContext()
            throws Exception
Method getContext
Overrides:
getContext in interface SunJSSESocketFactory

Returns:


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.