org.apache.cxf.transport.http.blueprint
Class HTTPServerPolicyHolder
java.lang.Object
org.apache.cxf.transports.http.configuration.HTTPServerPolicy
org.apache.cxf.transport.http.blueprint.HTTPServerPolicyHolder
public class HTTPServerPolicyHolder
- extends HTTPServerPolicy
| Fields inherited from class org.apache.cxf.transports.http.configuration.HTTPServerPolicy |
cacheControl, contentEncoding, contentLocation, contentType, honorKeepAlive, keepAliveParameters, propertyListener, receiveTimeout, redirectURL, serverType, suppressClientReceiveErrors, suppressClientSendErrors |
| Methods inherited from class org.apache.cxf.transports.http.configuration.HTTPServerPolicy |
addPropertyChangeListener, getCacheControl, getContentEncoding, getContentLocation, getContentType, getKeepAliveParameters, getOtherAttributes, getReceiveTimeout, getRedirectURL, getServerType, isHonorKeepAlive, isSetCacheControl, isSetContentEncoding, isSetContentLocation, isSetContentType, isSetHonorKeepAlive, isSetKeepAliveParameters, isSetReceiveTimeout, isSetRedirectURL, isSetServerType, isSetSuppressClientReceiveErrors, isSetSuppressClientSendErrors, isSuppressClientReceiveErrors, isSuppressClientSendErrors, removePropertyChangeListener, setCacheControl, setContentEncoding, setContentLocation, setContentType, setHonorKeepAlive, setKeepAliveParameters, setReceiveTimeout, setRedirectURL, setServerType, setSuppressClientReceiveErrors, setSuppressClientSendErrors, unsetHonorKeepAlive, unsetReceiveTimeout, unsetSuppressClientReceiveErrors, unsetSuppressClientSendErrors |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPServerPolicyHolder
public HTTPServerPolicyHolder()
init
public void init()
destroy
public void destroy()
getParsedElement
public String getParsedElement()
setParsedElement
public void setParsedElement(String parsedElement)
Apache CXF