public class MessagingExtension extends Object implements Extension
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBSYSTEM_NAME |
static ModelVersion |
VERSION_1_1_0 |
static ModelVersion |
VERSION_1_2_0 |
static ModelVersion |
VERSION_1_2_1 |
static ModelVersion |
VERSION_1_3_0 |
static ModelVersion |
VERSION_1_4_0 |
static ModelVersion |
VERSION_2_0_0 |
| Constructor and Description |
|---|
MessagingExtension() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDescriptionResolver |
getResourceDescriptionResolver(boolean useUnprefixedChildTypes,
String... keyPrefix) |
static ResourceDescriptionResolver |
getResourceDescriptionResolver(String... keyPrefix) |
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. |
public static final String SUBSYSTEM_NAME
public static final ModelVersion VERSION_2_0_0
public static final ModelVersion VERSION_1_4_0
public static final ModelVersion VERSION_1_3_0
public static final ModelVersion VERSION_1_2_1
public static final ModelVersion VERSION_1_2_0
public static final ModelVersion VERSION_1_1_0
public static ResourceDescriptionResolver getResourceDescriptionResolver(String... keyPrefix)
public static ResourceDescriptionResolver getResourceDescriptionResolver(boolean useUnprefixedChildTypes, String... keyPrefix)
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 contextCopyright © 2014 JBoss by Red Hat. All rights reserved.