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
-
-
Constructor Summary
Constructors Constructor Description HTTPClientPolicyExtensibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetElementType()BooleangetRequired()voidsetElementType(QName elementType)voidsetRequired(Boolean b)-
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, 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, 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, unsetAllowChunking, unsetAsyncExecuteTimeout, unsetAsyncExecuteTimeoutRejection, unsetAutoRedirect, unsetChunkingThreshold, unsetChunkLength, unsetConnectionRequestTimeout, unsetConnectionTimeout, unsetMaxRetransmits, unsetReceiveTimeout
-
-
-
-
Method Detail
-
setElementType
public void setElementType(QName elementType)
- Specified by:
setElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement
-
getElementType
public QName getElementType()
- Specified by:
getElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement
-
setRequired
public void setRequired(Boolean b)
- Specified by:
setRequiredin interfacejavax.wsdl.extensions.ExtensibilityElement
-
getRequired
public Boolean getRequired()
- Specified by:
getRequiredin interfacejavax.wsdl.extensions.ExtensibilityElement
-
-