Apache CXF API

org.apache.cxf.transports.http_jetty.configuration
Class JettyHTTPServerEngineConfigType

java.lang.Object
  extended by org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType

public class JettyHTTPServerEngineConfigType
extends java.lang.Object

Java class for JettyHTTPServerEngineConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="JettyHTTPServerEngineConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="tlsServerParameters" type="{http://cxf.apache.org/configuration/security}TLSServerParametersType"/>
           <element name="tlsServerParametersRef" type="{http://cxf.apache.org/transports/http-jetty/configuration}ParametersRefType"/>
         </choice>
         <choice minOccurs="0">
           <element name="threadingParameters" type="{http://cxf.apache.org/transports/http-jetty/configuration}ThreadingParametersType"/>
           <element name="threadingParametersRef" type="{http://cxf.apache.org/transports/http-jetty/configuration}ParametersRefType"/>
         </choice>
         <element name="connector" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="handlers" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="sessionSupport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="reuseAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object connector
           
protected  java.lang.Object handlers
           
protected  int port
           
protected  java.lang.Boolean reuseAddress
           
protected  java.lang.Boolean sessionSupport
           
protected  ThreadingParametersType threadingParameters
           
protected  ParametersRefType threadingParametersRef
           
protected  TLSServerParametersType tlsServerParameters
           
protected  ParametersRefType tlsServerParametersRef
           
 
Constructor Summary
JettyHTTPServerEngineConfigType()
           
 
Method Summary
 java.lang.Object getConnector()
          Gets the value of the connector property.
 java.lang.Object getHandlers()
          Gets the value of the handlers property.
 int getPort()
          Gets the value of the port property.
 ThreadingParametersType getThreadingParameters()
          Gets the value of the threadingParameters property.
 ParametersRefType getThreadingParametersRef()
          Gets the value of the threadingParametersRef property.
 TLSServerParametersType getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 ParametersRefType getTlsServerParametersRef()
          Gets the value of the tlsServerParametersRef property.
 java.lang.Boolean isReuseAddress()
          Gets the value of the reuseAddress property.
 java.lang.Boolean isSessionSupport()
          Gets the value of the sessionSupport property.
 void setConnector(java.lang.Object value)
          Sets the value of the connector property.
 void setHandlers(java.lang.Object value)
          Sets the value of the handlers property.
 void setPort(int value)
          Sets the value of the port property.
 void setReuseAddress(java.lang.Boolean value)
          Sets the value of the reuseAddress property.
 void setSessionSupport(java.lang.Boolean value)
          Sets the value of the sessionSupport property.
 void setThreadingParameters(ThreadingParametersType value)
          Sets the value of the threadingParameters property.
 void setThreadingParametersRef(ParametersRefType value)
          Sets the value of the threadingParametersRef property.
 void setTlsServerParameters(TLSServerParametersType value)
          Sets the value of the tlsServerParameters property.
 void setTlsServerParametersRef(ParametersRefType value)
          Sets the value of the tlsServerParametersRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tlsServerParameters

protected TLSServerParametersType tlsServerParameters

tlsServerParametersRef

protected ParametersRefType tlsServerParametersRef

threadingParameters

protected ThreadingParametersType threadingParameters

threadingParametersRef

protected ParametersRefType threadingParametersRef

connector

protected java.lang.Object connector

handlers

protected java.lang.Object handlers

sessionSupport

protected java.lang.Boolean sessionSupport

reuseAddress

protected java.lang.Boolean reuseAddress

port

protected int port
Constructor Detail

JettyHTTPServerEngineConfigType

public JettyHTTPServerEngineConfigType()
Method Detail

getTlsServerParameters

public TLSServerParametersType getTlsServerParameters()
Gets the value of the tlsServerParameters property.

Returns:
possible object is TLSServerParametersType

setTlsServerParameters

public void setTlsServerParameters(TLSServerParametersType value)
Sets the value of the tlsServerParameters property.

Parameters:
value - allowed object is TLSServerParametersType

getTlsServerParametersRef

public ParametersRefType getTlsServerParametersRef()
Gets the value of the tlsServerParametersRef property.

Returns:
possible object is ParametersRefType

setTlsServerParametersRef

public void setTlsServerParametersRef(ParametersRefType value)
Sets the value of the tlsServerParametersRef property.

Parameters:
value - allowed object is ParametersRefType

getThreadingParameters

public ThreadingParametersType getThreadingParameters()
Gets the value of the threadingParameters property.

Returns:
possible object is ThreadingParametersType

setThreadingParameters

public void setThreadingParameters(ThreadingParametersType value)
Sets the value of the threadingParameters property.

Parameters:
value - allowed object is ThreadingParametersType

getThreadingParametersRef

public ParametersRefType getThreadingParametersRef()
Gets the value of the threadingParametersRef property.

Returns:
possible object is ParametersRefType

setThreadingParametersRef

public void setThreadingParametersRef(ParametersRefType value)
Sets the value of the threadingParametersRef property.

Parameters:
value - allowed object is ParametersRefType

getConnector

public java.lang.Object getConnector()
Gets the value of the connector property.

Returns:
possible object is Object

setConnector

public void setConnector(java.lang.Object value)
Sets the value of the connector property.

Parameters:
value - allowed object is Object

getHandlers

public java.lang.Object getHandlers()
Gets the value of the handlers property.

Returns:
possible object is Object

setHandlers

public void setHandlers(java.lang.Object value)
Sets the value of the handlers property.

Parameters:
value - allowed object is Object

isSessionSupport

public java.lang.Boolean isSessionSupport()
Gets the value of the sessionSupport property.

Returns:
possible object is Boolean

setSessionSupport

public void setSessionSupport(java.lang.Boolean value)
Sets the value of the sessionSupport property.

Parameters:
value - allowed object is Boolean

isReuseAddress

public java.lang.Boolean isReuseAddress()
Gets the value of the reuseAddress property.

Returns:
possible object is Boolean

setReuseAddress

public void setReuseAddress(java.lang.Boolean value)
Sets the value of the reuseAddress property.

Parameters:
value - allowed object is Boolean

getPort

public int getPort()
Gets the value of the port property.


setPort

public void setPort(int value)
Sets the value of the port property.


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.