Package org.apache.axis.components.net
Class SunFakeTrustSocketFactory
java.lang.Object
org.apache.axis.components.net.DefaultSocketFactory
org.apache.axis.components.net.JSSESocketFactory
org.apache.axis.components.net.SunJSSESocketFactory
org.apache.axis.components.net.SunFakeTrustSocketFactory
- All Implemented Interfaces:
SecureSocketFactory
,SocketFactory
Hook for Axis sender, allowing unsigned server certs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Class FakeX509TrustManager -
Field Summary
FieldsFields inherited from class org.apache.axis.components.net.JSSESocketFactory
sslFactory
Fields inherited from class org.apache.axis.components.net.DefaultSocketFactory
attributes, CONNECT_TIMEOUT
-
Constructor Summary
ConstructorsConstructorDescriptionSunFakeTrustSocketFactory
(Hashtable attributes) Constructor FakeTrustSocketFactory -
Method Summary
Methods inherited from class org.apache.axis.components.net.SunJSSESocketFactory
initFactory
Methods inherited from class org.apache.axis.components.net.JSSESocketFactory
create
Methods inherited from class org.apache.axis.components.net.DefaultSocketFactory
isHostInNonProxyList, match
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.axis.components.net.SocketFactory
create
-
Field Details
-
log
protected static org.apache.commons.logging.Log logField log
-
-
Constructor Details
-
SunFakeTrustSocketFactory
Constructor FakeTrustSocketFactory- Parameters:
attributes
-
-
-
Method Details
-
getContext
Method getContext- Overrides:
getContext
in classSunJSSESocketFactory
- Returns:
- Throws:
Exception
-