Package org.jboss.as.clustering.naming
Class NamespaceContextualizerFactory
- java.lang.Object
-
- org.jboss.as.clustering.naming.NamespaceContextualizerFactory
-
- All Implemented Interfaces:
ContextualizerFactory
@MetaInfServices(org.wildfly.clustering.context.ContextualizerFactory.class) public class NamespaceContextualizerFactory extends Object implements ContextualizerFactory
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description NamespaceContextualizerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextualizercreateContextualizer(ClassLoader loader)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.context.ContextualizerFactory
createContextualizer
-
-
-
-
Method Detail
-
createContextualizer
public Contextualizer createContextualizer(ClassLoader loader)
- Specified by:
createContextualizerin interfaceContextualizerFactory
-
-