public interface Extension
META-INF/services/org.jboss.as.controller.Extension
file with a line containing the name of the implementation class.ServiceLoader| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ExtensionContext context)
Initialize this extension by registering its operation handlers and configuration
marshaller with the given
ExtensionContext. |
void |
initializeParsers(ExtensionParsingContext context)
Initialize the XML parsers for this extension and register them with the given
ExtensionParsingContext. |
void initialize(ExtensionContext context)
ExtensionContext.
When this method is invoked the thread context classloader will
be set to be the defining class loader of the class that implements this interface.
context - the extension contextvoid initializeParsers(ExtensionParsingContext context)
ExtensionParsingContext.
When this method is invoked the thread context classloader will
be set to be the defining class loader of the class that implements this interface.
context - the extension parsing contextCopyright © 2016 JBoss by Red Hat. All rights reserved.