Class HTTPServerPolicyExtensibility

  • All Implemented Interfaces:
    javax.wsdl.extensions.ExtensibilityElement

    @ApplicationScoped
    public class HTTPServerPolicyExtensibility
    extends org.apache.cxf.transports.http.configuration.HTTPServerPolicy
    implements javax.wsdl.extensions.ExtensibilityElement
    • Field Summary

      • Fields inherited from class org.apache.cxf.transports.http.configuration.HTTPServerPolicy

        cacheControl, contentEncoding, contentLocation, contentType, honorKeepAlive, keepAliveParameters, propertyListener, receiveTimeout, redirectURL, serverType, suppressClientReceiveErrors, suppressClientSendErrors
    • 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.HTTPServerPolicy

        addPropertyChangeListener, getCacheControl, getContentEncoding, getContentLocation, getContentType, getKeepAliveParameters, getOtherAttributes, getReceiveTimeout, getRedirectURL, getServerType, isHonorKeepAlive, isSetCacheControl, isSetContentEncoding, isSetContentLocation, isSetContentType, isSetHonorKeepAlive, isSetKeepAliveParameters, isSetReceiveTimeout, isSetRedirectURL, isSetServerType, isSetSuppressClientReceiveErrors, isSetSuppressClientSendErrors, isSuppressClientReceiveErrors, isSuppressClientSendErrors, removePropertyChangeListener, setCacheControl, setContentEncoding, setContentLocation, setContentType, setHonorKeepAlive, setKeepAliveParameters, setReceiveTimeout, setRedirectURL, setServerType, setSuppressClientReceiveErrors, setSuppressClientSendErrors, unsetHonorKeepAlive, unsetReceiveTimeout, unsetSuppressClientReceiveErrors, unsetSuppressClientSendErrors
    • Constructor Detail

      • HTTPServerPolicyExtensibility

        public HTTPServerPolicyExtensibility()
    • 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