|
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="CacheControl" type="{http://cxf.apache.org/transports/http/configuration}serverCacheControlType" /> <attribute name="ContentEncoding" 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="HonorKeepAlive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="KeepAliveParameters" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ReceiveTimeout" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="30000" /> <attribute name="RedirectURL" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ServerType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="SuppressClientReceiveErrors" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="SuppressClientSendErrors" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ServerCacheControlType |
cacheControl
|
protected java.lang.String |
contentEncoding
|
protected java.lang.String |
contentLocation
|
protected java.lang.String |
contentType
|
protected java.lang.Boolean |
honorKeepAlive
|
protected java.lang.String |
keepAliveParameters
|
protected java.lang.Long |
receiveTimeout
|
protected java.lang.String |
redirectURL
|
protected java.lang.String |
serverType
|
protected java.lang.Boolean |
suppressClientReceiveErrors
|
protected java.lang.Boolean |
suppressClientSendErrors
|
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
---|
required |
Constructor Summary | |
---|---|
HTTPServerPolicy()
|
Method Summary | |
---|---|
ServerCacheControlType |
getCacheControl()
Gets the value of the cacheControl property. |
java.lang.String |
getContentEncoding()
Gets the value of the contentEncoding property. |
java.lang.String |
getContentLocation()
Gets the value of the contentLocation property. |
java.lang.String |
getContentType()
Gets the value of the contentType property. |
java.lang.String |
getKeepAliveParameters()
Gets the value of the keepAliveParameters property. |
long |
getReceiveTimeout()
Gets the value of the receiveTimeout property. |
java.lang.String |
getRedirectURL()
Gets the value of the redirectURL property. |
java.lang.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 |
setCacheControl(ServerCacheControlType value)
Sets the value of the cacheControl property. |
void |
setContentEncoding(java.lang.String value)
Sets the value of the contentEncoding property. |
void |
setContentLocation(java.lang.String value)
Sets the value of the contentLocation property. |
void |
setContentType(java.lang.String value)
Sets the value of the contentType property. |
void |
setHonorKeepAlive(boolean value)
Sets the value of the honorKeepAlive property. |
void |
setKeepAliveParameters(java.lang.String value)
Sets the value of the keepAliveParameters property. |
void |
setReceiveTimeout(long value)
Sets the value of the receiveTimeout property. |
void |
setRedirectURL(java.lang.String value)
Sets the value of the redirectURL property. |
void |
setServerType(java.lang.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 ServerCacheControlType cacheControl
protected java.lang.String contentEncoding
protected java.lang.String contentLocation
protected java.lang.String contentType
protected java.lang.Boolean honorKeepAlive
protected java.lang.String keepAliveParameters
protected java.lang.Long receiveTimeout
protected java.lang.String redirectURL
protected java.lang.String serverType
protected java.lang.Boolean suppressClientReceiveErrors
protected java.lang.Boolean suppressClientSendErrors
Constructor Detail |
---|
public HTTPServerPolicy()
Method Detail |
---|
public ServerCacheControlType getCacheControl()
ServerCacheControlType
public void setCacheControl(ServerCacheControlType value)
value
- allowed object is
ServerCacheControlType
public boolean isSetCacheControl()
public java.lang.String getContentEncoding()
String
public void setContentEncoding(java.lang.String value)
value
- allowed object is
String
public boolean isSetContentEncoding()
public java.lang.String getContentLocation()
String
public void setContentLocation(java.lang.String value)
value
- allowed object is
String
public boolean isSetContentLocation()
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public boolean isSetContentType()
public boolean isHonorKeepAlive()
Boolean
public void setHonorKeepAlive(boolean value)
value
- allowed object is
Boolean
public boolean isSetHonorKeepAlive()
public void unsetHonorKeepAlive()
public java.lang.String getKeepAliveParameters()
String
public void setKeepAliveParameters(java.lang.String value)
value
- allowed object is
String
public boolean isSetKeepAliveParameters()
public long getReceiveTimeout()
Long
public void setReceiveTimeout(long value)
value
- allowed object is
Long
public boolean isSetReceiveTimeout()
public void unsetReceiveTimeout()
public java.lang.String getRedirectURL()
String
public void setRedirectURL(java.lang.String value)
value
- allowed object is
String
public boolean isSetRedirectURL()
public java.lang.String getServerType()
String
public void setServerType(java.lang.String value)
value
- allowed object is
String
public boolean isSetServerType()
public boolean isSuppressClientReceiveErrors()
Boolean
public void setSuppressClientReceiveErrors(boolean value)
value
- allowed object is
Boolean
public boolean isSetSuppressClientReceiveErrors()
public void unsetSuppressClientReceiveErrors()
public boolean isSuppressClientSendErrors()
Boolean
public void setSuppressClientSendErrors(boolean value)
value
- allowed object is
Boolean
public boolean isSetSuppressClientSendErrors()
public void unsetSuppressClientSendErrors()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |