Class JettyHTTPServerEngineFactoryConfigType
Java class for JettyHTTPServerEngineFactoryConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JettyHTTPServerEngineFactoryConfigType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identifiedTLSServerParameters" type="{http://cxf.apache.org/transports/http-jetty/configuration}TLSServerParametersIdentifiedType" maxOccurs="unbounded" minOccurs="0"/>
<element name="identifiedThreadingParameters" type="{http://cxf.apache.org/transports/http-jetty/configuration}ThreadingParametersIdentifiedType" maxOccurs="unbounded" minOccurs="0"/>
<element name="engine" type="{http://cxf.apache.org/transports/http-jetty/configuration}JettyHTTPServerEngineConfigType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="bus" type="{http://www.w3.org/2001/XMLSchema}string" default="cxf" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<JettyHTTPServerEngineConfigType>protected Stringprotected List<ThreadingParametersIdentifiedType>protected List<TLSServerParametersIdentifiedType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBus()Gets the value of the bus property.Gets the value of the engine property.getId()Gets the value of the id property.Gets the value of the identifiedThreadingParameters property.Gets the value of the identifiedTLSServerParameters property.voidSets the value of the bus property.voidSets the value of the id property.voidunsetBus()
-
Field Details
-
identifiedTLSServerParameters
-
identifiedThreadingParameters
-
engine
-
bus
-
id
-
-
Constructor Details
-
JettyHTTPServerEngineFactoryConfigType
public JettyHTTPServerEngineFactoryConfigType()
-
-
Method Details
-
getIdentifiedTLSServerParameters
Gets the value of the identifiedTLSServerParameters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifiedTLSServerParameters property.For example, to add a new item, do as follows:
getIdentifiedTLSServerParameters().add(newItem);Objects of the following type(s) are allowed in the list
TLSServerParametersIdentifiedType -
getIdentifiedThreadingParameters
Gets the value of the identifiedThreadingParameters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifiedThreadingParameters property.For example, to add a new item, do as follows:
getIdentifiedThreadingParameters().add(newItem);Objects of the following type(s) are allowed in the list
ThreadingParametersIdentifiedType -
getEngine
Gets the value of the engine property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the engine property.For example, to add a new item, do as follows:
getEngine().add(newItem);Objects of the following type(s) are allowed in the list
JettyHTTPServerEngineConfigType -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
setBus
Sets the value of the bus property. -
unsetBus
public void unsetBus() -
getBus
Gets the value of the bus property.
-