org.apache.cxf.transport.http.blueprint
Class HTTPServerPolicyHolder

java.lang.Object
  extended by org.apache.cxf.transports.http.configuration.HTTPServerPolicy
      extended by org.apache.cxf.transport.http.blueprint.HTTPServerPolicyHolder

public class HTTPServerPolicyHolder
extends HTTPServerPolicy


Field Summary
 
Fields inherited from class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
cacheControl, contentEncoding, contentLocation, contentType, honorKeepAlive, keepAliveParameters, propertyListener, receiveTimeout, redirectURL, serverType, suppressClientReceiveErrors, suppressClientSendErrors
 
Constructor Summary
HTTPServerPolicyHolder()
           
 
Method Summary
 void destroy()
           
 String getParsedElement()
           
 void init()
           
 void setParsedElement(String parsedElement)
           
 
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
 

Constructor Detail

HTTPServerPolicyHolder

public HTTPServerPolicyHolder()
Method Detail

init

public void init()

destroy

public void destroy()

getParsedElement

public String getParsedElement()

setParsedElement

public void setParsedElement(String parsedElement)


Apache CXF