public abstract class AbstractInvocationDelegate extends Object
CommandInterceptor
,
InvocationContext
Modifier and Type | Field and Description |
---|---|
protected ComponentRegistry |
componentRegistry |
protected Configuration |
configuration |
protected InvocationContextContainer |
invocationContextContainer |
protected InterceptorChain |
invoker |
protected boolean |
originLocal |
Constructor and Description |
---|
AbstractInvocationDelegate() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertIsConstructed() |
void |
initialize(Configuration configuration,
InvocationContextContainer invocationContextContainer,
ComponentRegistry componentRegistry,
InterceptorChain interceptorChain)
Used by the interceptor chain factory to inject dependencies.
|
protected Configuration configuration
protected InvocationContextContainer invocationContextContainer
protected ComponentRegistry componentRegistry
protected InterceptorChain invoker
protected boolean originLocal
public void initialize(Configuration configuration, InvocationContextContainer invocationContextContainer, ComponentRegistry componentRegistry, InterceptorChain interceptorChain)
protected void assertIsConstructed()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.