org.apache.cxf.transport.http.listener
Class HTTPListenerConfigBean

java.lang.Object
  extended by org.apache.cxf.transport.http.listener.HTTPListenerConfigBean
Direct Known Subclasses:
JettyHTTPServerEngine

public class HTTPListenerConfigBean
extends java.lang.Object

Java class for HTTPListenerConfigBean complex type.

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

 <complexType name="HTTPListenerConfigBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://cxf.apache.org/transport/http/listener}listener" minOccurs="0"/>
         <element ref="{http://cxf.apache.org/transport/http/listener}sslServer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  HTTPListenerPolicy listener
           
protected  org.apache.cxf.configuration.security.SSLServerPolicy sslServer
           
 
Constructor Summary
HTTPListenerConfigBean()
           
 
Method Summary
 HTTPListenerPolicy getListener()
          Gets the value of the listener property.
 org.apache.cxf.configuration.security.SSLServerPolicy getSslServer()
          Gets the value of the sslServer property.
 boolean isSetListener()
           
 boolean isSetSslServer()
           
 void setListener(HTTPListenerPolicy value)
          Sets the value of the listener property.
 void setSslServer(org.apache.cxf.configuration.security.SSLServerPolicy value)
          Sets the value of the sslServer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

protected HTTPListenerPolicy listener

sslServer

protected org.apache.cxf.configuration.security.SSLServerPolicy sslServer
Constructor Detail

HTTPListenerConfigBean

public HTTPListenerConfigBean()
Method Detail

getListener

public HTTPListenerPolicy getListener()
Gets the value of the listener property.

Returns:
possible object is HTTPListenerPolicy

setListener

public void setListener(HTTPListenerPolicy value)
Sets the value of the listener property.

Parameters:
value - allowed object is HTTPListenerPolicy

isSetListener

public boolean isSetListener()

getSslServer

public org.apache.cxf.configuration.security.SSLServerPolicy getSslServer()
Gets the value of the sslServer property.

Returns:
possible object is SSLServerPolicy

setSslServer

public void setSslServer(org.apache.cxf.configuration.security.SSLServerPolicy value)
Sets the value of the sslServer property.

Parameters:
value - allowed object is SSLServerPolicy

isSetSslServer

public boolean isSetSslServer()


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.