Package io.quarkiverse.cxf.extensibility
Class HTTPClientPolicyExtensibility
java.lang.Object
org.apache.cxf.transports.http.configuration.HTTPClientPolicy
io.quarkiverse.cxf.extensibility.HTTPClientPolicyExtensibility
- All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement
@ApplicationScoped
public class HTTPClientPolicyExtensibility
extends org.apache.cxf.transports.http.configuration.HTTPClientPolicy
implements javax.wsdl.extensions.ExtensibilityElement
-
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, connectionRequestTimeout, connectionTimeout, contentType, cookie, decoupledEndpoint, host, maxRetransmits, nonProxyHosts, propertyListener, proxyServer, proxyServerPort, proxyServerType, receiveTimeout, referer, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
addPropertyChangeListener, getAccept, getAcceptEncoding, getAcceptLanguage, getAsyncExecuteTimeout, getBrowserType, getCacheControl, getChunkingThreshold, getChunkLength, getConnection, getConnectionRequestTimeout, getConnectionTimeout, getContentType, getCookie, getDecoupledEndpoint, getHost, getMaxRetransmits, getNonProxyHosts, getOtherAttributes, getProxyServer, getProxyServerPort, getProxyServerType, getReceiveTimeout, getReferer, getVersion, isAllowChunking, isAsyncExecuteTimeoutRejection, isAutoRedirect, isSetAccept, isSetAcceptEncoding, isSetAcceptLanguage, isSetAllowChunking, isSetAsyncExecuteTimeout, isSetAsyncExecuteTimeoutRejection, isSetAutoRedirect, isSetBrowserType, isSetCacheControl, isSetChunkingThreshold, isSetChunkLength, isSetConnection, isSetConnectionRequestTimeout, isSetConnectionTimeout, isSetContentType, isSetCookie, isSetDecoupledEndpoint, isSetHost, isSetMaxRetransmits, isSetNonProxyHosts, isSetProxyServer, isSetProxyServerPort, isSetProxyServerType, isSetReceiveTimeout, isSetReferer, isSetVersion, removePropertyChangeListener, setAccept, setAcceptEncoding, setAcceptLanguage, setAllowChunking, setAsyncExecuteTimeout, setAsyncExecuteTimeoutRejection, setAutoRedirect, setBrowserType, setCacheControl, setChunkingThreshold, setChunkLength, setConnection, setConnectionRequestTimeout, setConnectionTimeout, setContentType, setCookie, setDecoupledEndpoint, setHost, setMaxRetransmits, setNonProxyHosts, setProxyServer, setProxyServerPort, setProxyServerType, setReceiveTimeout, setReferer, setVersion, unsetAllowChunking, unsetAsyncExecuteTimeout, unsetAsyncExecuteTimeoutRejection, unsetAutoRedirect, unsetChunkingThreshold, unsetChunkLength, unsetConnectionRequestTimeout, unsetConnectionTimeout, unsetMaxRetransmits, unsetReceiveTimeout, unsetVersion
-
Constructor Details
-
HTTPClientPolicyExtensibility
public HTTPClientPolicyExtensibility()
-
-
Method Details
-
setElementType
- Specified by:
setElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement
-
getElementType
- Specified by:
getElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement
-
setRequired
- Specified by:
setRequiredin interfacejavax.wsdl.extensions.ExtensibilityElement
-
getRequired
- Specified by:
getRequiredin interfacejavax.wsdl.extensions.ExtensibilityElement
-