Package org.jboss.as.ee.component
Class AroundConstructInterceptorFactory
java.lang.Object
org.jboss.as.ee.component.AroundConstructInterceptorFactory
- All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory
public class AroundConstructInterceptorFactory
extends Object
implements org.jboss.invocation.InterceptorFactory
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from interface org.jboss.invocation.InterceptorFactory
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionAroundConstructInterceptorFactory(org.jboss.invocation.InterceptorFactory aroundConstrctChain) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.invocation.Interceptorcreate(org.jboss.invocation.InterceptorFactoryContext context)
-
Constructor Details
-
AroundConstructInterceptorFactory
public AroundConstructInterceptorFactory(org.jboss.invocation.InterceptorFactory aroundConstrctChain)
-
-
Method Details
-
create
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context) - Specified by:
createin interfaceorg.jboss.invocation.InterceptorFactory
-