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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setElementType(QName elementType)
     
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HTTPClientPolicyExtensibility

      public HTTPClientPolicyExtensibility()
  • Method Details

    • setElementType

      public void setElementType(QName elementType)
      Specified by:
      setElementType in interface javax.wsdl.extensions.ExtensibilityElement
    • getElementType

      public QName getElementType()
      Specified by:
      getElementType in interface javax.wsdl.extensions.ExtensibilityElement
    • setRequired

      public void setRequired(Boolean b)
      Specified by:
      setRequired in interface javax.wsdl.extensions.ExtensibilityElement
    • getRequired

      public Boolean getRequired()
      Specified by:
      getRequired in interface javax.wsdl.extensions.ExtensibilityElement