|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
public 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 | |
|---|---|
protected java.lang.String |
bus
|
protected java.util.List<JettyHTTPServerEngineConfigType> |
engine
|
protected java.lang.String |
id
|
protected java.util.List<ThreadingParametersIdentifiedType> |
identifiedThreadingParameters
|
protected java.util.List<TLSServerParametersIdentifiedType> |
identifiedTLSServerParameters
|
| Constructor Summary | |
|---|---|
JettyHTTPServerEngineFactoryConfigType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBus()
Gets the value of the bus property. |
java.util.List<JettyHTTPServerEngineConfigType> |
getEngine()
Gets the value of the engine property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<ThreadingParametersIdentifiedType> |
getIdentifiedThreadingParameters()
Gets the value of the identifiedThreadingParameters property. |
java.util.List<TLSServerParametersIdentifiedType> |
getIdentifiedTLSServerParameters()
Gets the value of the identifiedTLSServerParameters property. |
void |
setBus(java.lang.String value)
Sets the value of the bus property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<TLSServerParametersIdentifiedType> identifiedTLSServerParameters
protected java.util.List<ThreadingParametersIdentifiedType> identifiedThreadingParameters
protected java.util.List<JettyHTTPServerEngineConfigType> engine
protected java.lang.String bus
protected java.lang.String id
| Constructor Detail |
|---|
public JettyHTTPServerEngineFactoryConfigType()
| Method Detail |
|---|
public java.util.List<TLSServerParametersIdentifiedType> getIdentifiedTLSServerParameters()
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 JAXB object.
This is why there is not a set method 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
public java.util.List<ThreadingParametersIdentifiedType> getIdentifiedThreadingParameters()
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 JAXB object.
This is why there is not a set method 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
public java.util.List<JettyHTTPServerEngineConfigType> getEngine()
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 JAXB object.
This is why there is not a set method 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
public java.lang.String getBus()
Stringpublic void setBus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||