Package org.wildfly.extension.undertow
Class DeploymentWebSocketDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.wildfly.extension.undertow.DeploymentWebSocketDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class DeploymentWebSocketDefinition extends org.jboss.as.controller.SimpleResourceDefinition
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static DeploymentWebSocketDefinition
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
INSTANCE
public static final DeploymentWebSocketDefinition INSTANCE
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
- Specified by:
registerAttributes
in interfaceorg.jboss.as.controller.ResourceDefinition
- Overrides:
registerAttributes
in classorg.jboss.as.controller.SimpleResourceDefinition
-
-