Apache CXF API

org.apache.cxf.configuration.jsse.spring
Class TLSClientParametersConfig

java.lang.Object
  extended by org.apache.cxf.configuration.jsse.spring.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.


Method Summary
static Object createTLSClientParameters(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTLSClientParameters

public static Object createTLSClientParameters(String s)

Apache CXF API

Apache CXF