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

java.lang.Object
  extended by org.apache.cxf.transports.http.configuration.HTTPClientPolicy
      extended by org.apache.cxf.transport.http.blueprint.HTTPClientPolicyHolder

public class HTTPClientPolicyHolder
extends HTTPClientPolicy


Field Summary
 
Fields inherited from class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
accept, acceptEncoding, acceptLanguage, allowChunking, asyncExecuteTimeout, asyncExecuteTimeoutRejection, autoRedirect, browserType, cacheControl, chunkingThreshold, chunkLength, connection, connectionTimeout, contentType, cookie, decoupledEndpoint, host, maxRetransmits, nonProxyHosts, propertyListener, proxyServer, proxyServerPort, proxyServerType, receiveTimeout, referer
 
Constructor Summary
HTTPClientPolicyHolder()
           
 
Method Summary
 void destroy()
           
 String getParsedElement()
           
 void init()
           
 void setParsedElement(String parsedElement)
           
 
Methods inherited from class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
addPropertyChangeListener, getAccept, getAcceptEncoding, getAcceptLanguage, getAsyncExecuteTimeout, getBrowserType, getCacheControl, getChunkingThreshold, getChunkLength, getConnection, getConnectionTimeout, getContentType, getCookie, getDecoupledEndpoint, getHost, getMaxRetransmits, getNonProxyHosts, getOtherAttributes, getProxyServer, getProxyServerPort, getProxyServerType, getReceiveTimeout, getReferer, isAllowChunking, isAsyncExecuteTimeoutRejection, isAutoRedirect, isSetAccept, isSetAcceptEncoding, isSetAcceptLanguage, isSetAllowChunking, isSetAsyncExecuteTimeout, isSetAsyncExecuteTimeoutRejection, isSetAutoRedirect, isSetBrowserType, isSetCacheControl, isSetChunkingThreshold, isSetChunkLength, isSetConnection, isSetConnectionTimeout, isSetContentType, isSetCookie, isSetDecoupledEndpoint, isSetHost, isSetMaxRetransmits, isSetNonProxyHosts, isSetProxyServer, isSetProxyServerPort, isSetProxyServerType, isSetReceiveTimeout, isSetReferer, removePropertyChangeListener, setAccept, setAcceptEncoding, setAcceptLanguage, setAllowChunking, setAsyncExecuteTimeout, setAsyncExecuteTimeoutRejection, setAutoRedirect, setBrowserType, setCacheControl, setChunkingThreshold, setChunkLength, setConnection, setConnectionTimeout, setContentType, setCookie, setDecoupledEndpoint, setHost, setMaxRetransmits, setNonProxyHosts, setProxyServer, setProxyServerPort, setProxyServerType, setReceiveTimeout, setReferer, unsetAllowChunking, unsetAsyncExecuteTimeout, unsetAsyncExecuteTimeoutRejection, unsetAutoRedirect, unsetChunkingThreshold, unsetChunkLength, unsetConnectionTimeout, unsetMaxRetransmits, unsetProxyServerPort, unsetReceiveTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPClientPolicyHolder

public HTTPClientPolicyHolder()
Method Detail

init

public void init()

destroy

public void destroy()

getParsedElement

public String getParsedElement()

setParsedElement

public void setParsedElement(String parsedElement)


Apache CXF