Class TLSClientParametersConfig
java.lang.Object
org.apache.cxf.configuration.jsse.TLSClientParametersConfig
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 ClassesModifier and TypeClassDescriptionstatic class
- 
Method SummaryModifier and TypeMethodDescriptionstatic Objectstatic TLSClientParameterscreateTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params) 
- 
Method Details- 
createTLSClientParametersFromTypepublic static TLSClientParameters createTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params) throws GeneralSecurityException, IOException - Throws:
- GeneralSecurityException
- IOException
 
- 
createTLSClientParameters
 
-