|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.http.listener.HTTPListenerConfigBean
public class HTTPListenerConfigBean
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 |
|---|
protected HTTPListenerPolicy listener
protected org.apache.cxf.configuration.security.SSLServerPolicy sslServer
| Constructor Detail |
|---|
public HTTPListenerConfigBean()
| Method Detail |
|---|
public HTTPListenerPolicy getListener()
HTTPListenerPolicypublic void setListener(HTTPListenerPolicy value)
value - allowed object is
HTTPListenerPolicypublic boolean isSetListener()
public org.apache.cxf.configuration.security.SSLServerPolicy getSslServer()
SSLServerPolicypublic void setSslServer(org.apache.cxf.configuration.security.SSLServerPolicy value)
value - allowed object is
SSLServerPolicypublic boolean isSetSslServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||