Class TLSClientParametersConfig
- java.lang.Object
- 
- org.apache.cxf.configuration.jsse.TLSClientParametersConfig
 
- 
 public final class TLSClientParametersConfig extends Object This class provides the TLSClientParameters that programmatically configure a HTTPConduit. It is initialized with the JAXB type TLSClientParametersType that was used in the Spring configuration of the http-conduit bean.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTLSClientParametersConfig.TLSClientParametersTypeInternal
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectcreateTLSClientParameters(String s)static TLSClientParameterscreateTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params)
 
- 
- 
- 
Method Detail- 
createTLSClientParametersFromTypepublic static TLSClientParameters createTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params) throws GeneralSecurityException, IOException - Throws:
- GeneralSecurityException
- IOException
 
 
- 
 
-