Class EjbMetadataInterceptor
java.lang.Object
org.jboss.as.ejb3.component.interceptors.EjbMetadataInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
Interceptor that handles the Jakarta Enterprise Beans metadata for non-IIOP invocations.
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionEjbMetadataInterceptor(Class<?> remoteClass, Class<? extends jakarta.ejb.EJBHome> homeClass, Class<?> pkClass, boolean session, boolean stateless) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.value.InjectedValue<ComponentView>processInvocation(org.jboss.invocation.InterceptorContext context)
-
Constructor Details
-
EjbMetadataInterceptor
-
-
Method Details
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-
getHomeView
-