Apache CXF API

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

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

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

Fields in org.apache.cxf.transports.http_jetty.configuration declared as ParametersRefType
protected  ParametersRefType JettyHTTPServerEngineConfigType.threadingParametersRef
           
protected  ParametersRefType JettyHTTPServerEngineConfigType.tlsServerParametersRef
           
 

Methods in org.apache.cxf.transports.http_jetty.configuration that return ParametersRefType
 ParametersRefType ObjectFactory.createParametersRefType()
          Create an instance of ParametersRefType
 ParametersRefType JettyHTTPServerEngineConfigType.getThreadingParametersRef()
          Gets the value of the threadingParametersRef property.
 ParametersRefType JettyHTTPServerEngineConfigType.getTlsServerParametersRef()
          Gets the value of the tlsServerParametersRef property.
 

Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type ParametersRefType
 void JettyHTTPServerEngineConfigType.setThreadingParametersRef(ParametersRefType value)
          Sets the value of the threadingParametersRef property.
 void JettyHTTPServerEngineConfigType.setTlsServerParametersRef(ParametersRefType value)
          Sets the value of the tlsServerParametersRef property.
 


Apache CXF API

Apache CXF