Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.configuration.jsse.TLSParameterBase
      extended by org.apache.cxf.configuration.jsse.TLSClientParameters
          extended by org.apache.cxf.configuration.jsse.spring.TLSClientParametersConfig

public class TLSClientParametersConfig
extends TLSClientParameters

This class provides the TLSServerParameters that programmatically configure a HTTPDestination. It is initialized with the JAXB type TLSClientParametersType which is used in Spring Configuration of the http-conduit bean.


Constructor Summary
TLSClientParametersConfig(TLSClientParametersType params)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSClientParametersConfig

public TLSClientParametersConfig(TLSClientParametersType params)
                          throws java.security.GeneralSecurityException,
                                 java.io.IOException
Throws:
java.security.GeneralSecurityException
java.io.IOException

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.