Apache CXF API

Uses of Class
org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType

Packages that use TLSServerParametersIdentifiedType
org.apache.cxf.transports.http_jetty.configuration   
 

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

Fields in org.apache.cxf.transports.http_jetty.configuration with type parameters of type TLSServerParametersIdentifiedType
protected  List<TLSServerParametersIdentifiedType> JettyHTTPServerEngineFactoryConfigType.identifiedTLSServerParameters
           
 

Methods in org.apache.cxf.transports.http_jetty.configuration that return TLSServerParametersIdentifiedType
 TLSServerParametersIdentifiedType ObjectFactory.createTLSServerParametersIdentifiedType()
          Create an instance of TLSServerParametersIdentifiedType
 

Methods in org.apache.cxf.transports.http_jetty.configuration that return types with arguments of type TLSServerParametersIdentifiedType
 List<TLSServerParametersIdentifiedType> JettyHTTPServerEngineFactoryConfigType.getIdentifiedTLSServerParameters()
          Gets the value of the identifiedTLSServerParameters property.
 


Apache CXF API

Apache CXF