javax.webbeans.manager
Class Interceptor

java.lang.Object
  extended by javax.webbeans.manager.Bean<java.lang.Object>
      extended by javax.webbeans.manager.Interceptor
All Implemented Interfaces:
Contextual<java.lang.Object>

public abstract class Interceptor
extends Bean<java.lang.Object>


Constructor Summary
protected Interceptor(Manager manager)
           
 
Method Summary
abstract  java.util.Set<java.lang.annotation.Annotation> getInterceptorBindingTypes()
           
abstract  java.lang.reflect.Method getMethod(InterceptionType type)
           
 
Methods inherited from class javax.webbeans.manager.Bean
create, destroy, getBindingTypes, getDeploymentType, getManager, getName, getScopeType, getTypes, isNullable, isSerializable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interceptor

protected Interceptor(Manager manager)
Method Detail

getInterceptorBindingTypes

public abstract java.util.Set<java.lang.annotation.Annotation> getInterceptorBindingTypes()

getMethod

public abstract java.lang.reflect.Method getMethod(InterceptionType type)


Copyright © 2008. All Rights Reserved.