public class InterceptorChainFactory extends ComponentFactory
componentRegistry, configuration, log
Constructor and Description |
---|
InterceptorChainFactory() |
Modifier and Type | Method and Description |
---|---|
InterceptorChain |
buildInterceptorChain() |
protected <T> T |
construct(Class<T> componentType)
Constructs a component.
|
static InterceptorChainFactory |
getInstance()
Deprecated.
|
static InterceptorChainFactory |
getInstance(ComponentRegistry componentRegistry,
Configuration configuration) |
assertTypeConstructable
@Deprecated public static InterceptorChainFactory getInstance()
public InterceptorChain buildInterceptorChain() throws IllegalAccessException, InstantiationException, ClassNotFoundException
protected <T> T construct(Class<T> componentType)
ComponentFactory
construct
in class ComponentFactory
componentType
- type of componentpublic static InterceptorChainFactory getInstance(ComponentRegistry componentRegistry, Configuration configuration)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.