public class JacORBExtension extends Object implements Extension
The JacORB extension implementation.
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBSYSTEM_NAME |
| Constructor and Description |
|---|
JacORBExtension() |
| 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. |
protected static void |
registerTransformers(SubsystemRegistration subsystem)
Register the transformers for older model versions.
|
public static final String SUBSYSTEM_NAME
public void initialize(ExtensionContext context)
ExtensionExtensionContext.
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.
initialize in interface Extensioncontext - the extension contextpublic void initializeParsers(ExtensionParsingContext context)
ExtensionExtensionParsingContext.
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.
initializeParsers in interface Extensioncontext - the extension parsing contextprotected static void registerTransformers(SubsystemRegistration subsystem)
subsystem - the subsystems registrationCopyright © 2014 JBoss by Red Hat. All rights reserved.