public class ThreadingParametersType extends Object
Java class for ThreadingParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadingParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="threadPoolSize" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUShort" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
threadPoolSize |
| Constructor and Description |
|---|
ThreadingParametersType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getThreadPoolSize()
Gets the value of the threadPoolSize property.
|
void |
setThreadPoolSize(Integer value)
Sets the value of the threadPoolSize property.
|
Apache CXF