public class JAXRExtension extends AbstractLegacyExtension
| Constructor and Description |
|---|
JAXRExtension() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ManagementResourceRegistration> |
initializeLegacyModel(ExtensionContext context)
Perform the work that a non-legacy extension would perform in
AbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext),
except no handler for the describe operation should be registered. |
protected void |
initializeLegacyParsers(ExtensionParsingContext context)
Perform the work that a non-legacy extension would perform in
AbstractLegacyExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext). |
initialize, initializeParsersprotected Set<ManagementResourceRegistration> initializeLegacyModel(ExtensionContext context)
AbstractLegacyExtensionAbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext),
except no handler for the describe operation should be registered.initializeLegacyModel in class AbstractLegacyExtensioncontext - the extension contextManagementResourceRegistration for all subsystems that were registered.
The calling method will register a describe operation handler for each of theseprotected void initializeLegacyParsers(ExtensionParsingContext context)
AbstractLegacyExtensionAbstractLegacyExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext).initializeLegacyParsers in class AbstractLegacyExtensioncontext - the extension parsing contextCopyright © 2014 JBoss by Red Hat. All rights reserved.