|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.wsdl.TExtensibilityElement
org.apache.cxf.wsdl.TExtensibilityElementImpl
org.apache.cxf.transports.http.configuration.HTTPServerPolicy
public class HTTPServerPolicy
Properties used for configuring a server-side HTTP prort
Java class for HTTPServerPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HTTPServerPolicy">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<attribute name="ReceiveTimeout" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="30000" />
<attribute name="SuppressClientSendErrors" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="SuppressClientReceiveErrors" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="HonorKeepAlive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="KeepAliveParameters" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RedirectURL" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CacheControl" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ContentLocation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ContentEncoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ServerType" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
cacheControl
|
protected String |
contentEncoding
|
protected String |
contentLocation
|
protected String |
contentType
|
protected Boolean |
honorKeepAlive
|
protected String |
keepAliveParameters
|
protected PropertyChangeSupport |
propertyListener
|
protected Long |
receiveTimeout
|
protected String |
redirectURL
|
protected String |
serverType
|
protected Boolean |
suppressClientReceiveErrors
|
protected Boolean |
suppressClientSendErrors
|
| Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
required |
| Constructor Summary | |
|---|---|
HTTPServerPolicy()
|
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
String |
getCacheControl()
Gets the value of the cacheControl property. |
String |
getContentEncoding()
Gets the value of the contentEncoding property. |
String |
getContentLocation()
Gets the value of the contentLocation property. |
String |
getContentType()
Gets the value of the contentType property. |
String |
getKeepAliveParameters()
Gets the value of the keepAliveParameters property. |
long |
getReceiveTimeout()
Gets the value of the receiveTimeout property. |
String |
getRedirectURL()
Gets the value of the redirectURL property. |
String |
getServerType()
Gets the value of the serverType property. |
boolean |
isHonorKeepAlive()
Gets the value of the honorKeepAlive property. |
boolean |
isSetCacheControl()
|
boolean |
isSetContentEncoding()
|
boolean |
isSetContentLocation()
|
boolean |
isSetContentType()
|
boolean |
isSetHonorKeepAlive()
|
boolean |
isSetKeepAliveParameters()
|
boolean |
isSetReceiveTimeout()
|
boolean |
isSetRedirectURL()
|
boolean |
isSetServerType()
|
boolean |
isSetSuppressClientReceiveErrors()
|
boolean |
isSetSuppressClientSendErrors()
|
boolean |
isSuppressClientReceiveErrors()
Gets the value of the suppressClientReceiveErrors property. |
boolean |
isSuppressClientSendErrors()
Gets the value of the suppressClientSendErrors property. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
setCacheControl(String value)
Sets the value of the cacheControl property. |
void |
setContentEncoding(String value)
Sets the value of the contentEncoding property. |
void |
setContentLocation(String value)
Sets the value of the contentLocation property. |
void |
setContentType(String value)
Sets the value of the contentType property. |
void |
setHonorKeepAlive(boolean value)
Sets the value of the honorKeepAlive property. |
void |
setKeepAliveParameters(String value)
Sets the value of the keepAliveParameters property. |
void |
setReceiveTimeout(long value)
Sets the value of the receiveTimeout property. |
void |
setRedirectURL(String value)
Sets the value of the redirectURL property. |
void |
setServerType(String value)
Sets the value of the serverType property. |
void |
setSuppressClientReceiveErrors(boolean value)
Sets the value of the suppressClientReceiveErrors property. |
void |
setSuppressClientSendErrors(boolean value)
Sets the value of the suppressClientSendErrors property. |
void |
unsetHonorKeepAlive()
|
void |
unsetReceiveTimeout()
|
void |
unsetSuppressClientReceiveErrors()
|
void |
unsetSuppressClientSendErrors()
|
| Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl |
|---|
getElementType, getRequired, setElementType, setRequired |
| Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
isRequired, isSetRequired, setRequired, unsetRequired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long receiveTimeout
protected Boolean suppressClientSendErrors
protected Boolean suppressClientReceiveErrors
protected Boolean honorKeepAlive
protected String keepAliveParameters
protected String redirectURL
protected String cacheControl
protected String contentLocation
protected String contentType
protected String contentEncoding
protected String serverType
protected PropertyChangeSupport propertyListener
| Constructor Detail |
|---|
public HTTPServerPolicy()
| Method Detail |
|---|
public long getReceiveTimeout()
Longpublic void setReceiveTimeout(long value)
value - allowed object is
Longpublic boolean isSetReceiveTimeout()
public void unsetReceiveTimeout()
public boolean isSuppressClientSendErrors()
Booleanpublic void setSuppressClientSendErrors(boolean value)
value - allowed object is
Booleanpublic boolean isSetSuppressClientSendErrors()
public void unsetSuppressClientSendErrors()
public boolean isSuppressClientReceiveErrors()
Booleanpublic void setSuppressClientReceiveErrors(boolean value)
value - allowed object is
Booleanpublic boolean isSetSuppressClientReceiveErrors()
public void unsetSuppressClientReceiveErrors()
public boolean isHonorKeepAlive()
Booleanpublic void setHonorKeepAlive(boolean value)
value - allowed object is
Booleanpublic boolean isSetHonorKeepAlive()
public void unsetHonorKeepAlive()
public String getKeepAliveParameters()
Stringpublic void setKeepAliveParameters(String value)
value - allowed object is
Stringpublic boolean isSetKeepAliveParameters()
public String getRedirectURL()
Stringpublic void setRedirectURL(String value)
value - allowed object is
Stringpublic boolean isSetRedirectURL()
public String getCacheControl()
Stringpublic void setCacheControl(String value)
value - allowed object is
Stringpublic boolean isSetCacheControl()
public String getContentLocation()
Stringpublic void setContentLocation(String value)
value - allowed object is
Stringpublic boolean isSetContentLocation()
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public String getContentEncoding()
Stringpublic void setContentEncoding(String value)
value - allowed object is
Stringpublic boolean isSetContentEncoding()
public String getServerType()
Stringpublic void setServerType(String value)
value - allowed object is
Stringpublic boolean isSetServerType()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||