Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QName getElementType()  
      Boolean getRequired()  
      void setElementType​(QName elementType)  
      void setRequired​(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
    • Constructor Detail

      • HTTPClientPolicyExtensibility

        public HTTPClientPolicyExtensibility()
    • Method Detail

      • 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