|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.http.protocol.AbstractProtocolSocketFactoryBuilder org.jboss.soa.esb.http.protocol.SelfSignedSSLProtocolSocketFactoryBuilder
public class SelfSignedSSLProtocolSocketFactoryBuilder
Builder for creating a ProtocolSocketFactory that supports Self-Signed Server certificates.
For test/demo purposes only.
Constructor Summary | |
---|---|
SelfSignedSSLProtocolSocketFactoryBuilder()
|
Method Summary | |
---|---|
org.apache.commons.httpclient.protocol.ProtocolSocketFactory |
newInstance()
Create a new instance of the ProtocolSocketFactory based on the supplied
HttpClientFactory configuration. |
Methods inherited from class org.jboss.soa.esb.http.protocol.AbstractProtocolSocketFactoryBuilder |
---|
getKeystore, getKeystorePassword, getKeystoreType, getKeystoreURL, getTruststore, getTruststorePassword, getTruststoreType, getTruststoreURL, setConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelfSignedSSLProtocolSocketFactoryBuilder()
Method Detail |
---|
public org.apache.commons.httpclient.protocol.ProtocolSocketFactory newInstance() throws ConfigurationException
ProtocolSocketFactoryBuilder
ProtocolSocketFactory
based on the supplied
HttpClientFactory
configuration.
ConfigurationException
- Bad configuration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |