Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF