JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.reader
Class InterceptorMetadataUtils

java.lang.Object
  extended by org.jboss.interceptor.reader.InterceptorMetadataUtils

public class InterceptorMetadataUtils
extends Object

Author:
Marius Bogoevici

Field Summary
protected static String OBJECT_CLASS_NAME
           
 
Constructor Summary
InterceptorMetadataUtils()
           
 
Method Summary
static boolean isInterceptorMethod(InterceptionType interceptionType, MethodMetadata method, boolean forTargetClass)
           
static InterceptorMetadata readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference)
           
static InterceptorMetadata readMetadataForTargetClass(ClassMetadata<?> classMetadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_CLASS_NAME

protected static final String OBJECT_CLASS_NAME
Constructor Detail

InterceptorMetadataUtils

public InterceptorMetadataUtils()
Method Detail

readMetadataForInterceptorClass

public static InterceptorMetadata readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference)

readMetadataForTargetClass

public static InterceptorMetadata readMetadataForTargetClass(ClassMetadata<?> classMetadata)

isInterceptorMethod

public static boolean isInterceptorMethod(InterceptionType interceptionType,
                                          MethodMetadata method,
                                          boolean forTargetClass)

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.