Class HttpInvokerDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class HttpInvokerDefinition
    extends org.jboss.as.controller.PersistentResourceDefinition
    Author:
    Stuart Douglas, Richard Opalka
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.jboss.as.controller.SimpleAttributeDefinition PATH  
      protected static org.jboss.as.controller.SimpleAttributeDefinition SECURITY_REALM  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()  
      • Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

        getChildren, registerAttributes, registerChildren
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • SECURITY_REALM

        protected static final org.jboss.as.controller.SimpleAttributeDefinition SECURITY_REALM
      • PATH

        protected static final org.jboss.as.controller.SimpleAttributeDefinition PATH
    • Method Detail

      • getAttributes

        public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
        Specified by:
        getAttributes in class org.jboss.as.controller.PersistentResourceDefinition