public class HTTPServerPolicy extends TExtensibilityElementImpl
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>
Modifier and Type | Field and Description |
---|---|
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 |
required
Constructor and Description |
---|
HTTPServerPolicy() |
Modifier and Type | Method and Description |
---|---|
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() |
getElementType, getRequired, setElementType, setRequired
isRequired, isSetRequired, setRequired, unsetRequired
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
public long getReceiveTimeout()
Long
public void setReceiveTimeout(long value)
value
- allowed object is
Long
public boolean isSetReceiveTimeout()
public void unsetReceiveTimeout()
public boolean isSuppressClientSendErrors()
Boolean
public void setSuppressClientSendErrors(boolean value)
value
- allowed object is
Boolean
public boolean isSetSuppressClientSendErrors()
public void unsetSuppressClientSendErrors()
public boolean isSuppressClientReceiveErrors()
Boolean
public void setSuppressClientReceiveErrors(boolean value)
value
- allowed object is
Boolean
public boolean isSetSuppressClientReceiveErrors()
public void unsetSuppressClientReceiveErrors()
public boolean isHonorKeepAlive()
Boolean
public void setHonorKeepAlive(boolean value)
value
- allowed object is
Boolean
public boolean isSetHonorKeepAlive()
public void unsetHonorKeepAlive()
public String getKeepAliveParameters()
String
public void setKeepAliveParameters(String value)
value
- allowed object is
String
public boolean isSetKeepAliveParameters()
public String getRedirectURL()
String
public void setRedirectURL(String value)
value
- allowed object is
String
public boolean isSetRedirectURL()
public String getCacheControl()
String
public void setCacheControl(String value)
value
- allowed object is
String
public boolean isSetCacheControl()
public String getContentLocation()
String
public void setContentLocation(String value)
value
- allowed object is
String
public boolean isSetContentLocation()
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
public String getContentEncoding()
String
public void setContentEncoding(String value)
value
- allowed object is
String
public boolean isSetContentEncoding()
public String getServerType()
String
public void setServerType(String value)
value
- allowed object is
String
public boolean isSetServerType()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
Apache CXF