Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.TLSServerParametersType

Packages that use TLSServerParametersType
org.apache.cxf.configuration.jsse.spring   
org.apache.cxf.configuration.security   
org.apache.cxf.transports.http_jetty.configuration   
 

Uses of TLSServerParametersType in org.apache.cxf.configuration.jsse.spring
 

Constructors in org.apache.cxf.configuration.jsse.spring with parameters of type TLSServerParametersType
TLSServerParametersConfig(TLSServerParametersType params)
           
 

Uses of TLSServerParametersType in org.apache.cxf.configuration.security
 

Methods in org.apache.cxf.configuration.security that return TLSServerParametersType
 TLSServerParametersType ObjectFactory.createTLSServerParametersType()
          Create an instance of TLSServerParametersType
 

Uses of TLSServerParametersType in org.apache.cxf.transports.http_jetty.configuration
 

Fields in org.apache.cxf.transports.http_jetty.configuration declared as TLSServerParametersType
protected  TLSServerParametersType TLSServerParametersIdentifiedType.tlsServerParameters
           
protected  TLSServerParametersType JettyHTTPServerEngineConfigType.tlsServerParameters
           
 

Methods in org.apache.cxf.transports.http_jetty.configuration that return TLSServerParametersType
 TLSServerParametersType TLSServerParametersIdentifiedType.getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 TLSServerParametersType JettyHTTPServerEngineConfigType.getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 

Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type TLSServerParametersType
 void TLSServerParametersIdentifiedType.setTlsServerParameters(TLSServerParametersType value)
          Sets the value of the tlsServerParameters property.
 void JettyHTTPServerEngineConfigType.setTlsServerParameters(TLSServerParametersType value)
          Sets the value of the tlsServerParameters property.
 


Apache CXF API

Apache CXF