Package org.apache.axis.components.net
Class IBMFakeTrustSocketFactory
- java.lang.Object
-
- org.apache.axis.components.net.DefaultSocketFactory
-
- org.apache.axis.components.net.JSSESocketFactory
-
- org.apache.axis.components.net.IBMJSSESocketFactory
-
- org.apache.axis.components.net.IBMFakeTrustSocketFactory
-
- All Implemented Interfaces:
SecureSocketFactory
,SocketFactory
public class IBMFakeTrustSocketFactory extends IBMJSSESocketFactory
Hook for Axis sender, allowing unsigned server certs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IBMFakeTrustSocketFactory.FakeX509TrustManager
Class FakeX509TrustManager
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.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
attributes, CONNECT_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description IBMFakeTrustSocketFactory(java.util.Hashtable attributes)
Constructor FakeTrustSocketFactory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SSLContext
getContext()
Method getContext-
Methods inherited from class org.apache.axis.components.net.IBMJSSESocketFactory
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
-
-
-
-
Method Detail
-
getContext
protected SSLContext getContext() throws java.lang.Exception
Method getContext- Overrides:
getContext
in classIBMJSSESocketFactory
- Returns:
- Throws:
java.lang.Exception
-
-