Package io.quarkiverse.cxf.extensibility
Class HTTPServerPolicyExtensibility
- java.lang.Object
-
- org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
- io.quarkiverse.cxf.extensibility.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
-
-
Constructor Summary
Constructors Constructor Description HTTPServerPolicyExtensibility()
-
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.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
-
-
-
-
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
-
-