org.jboss.cdi.tck.tests.implementation.builtin.metadata
Class YoghurtInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.builtin.metadata.YoghurtInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
public class YoghurtInterceptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
YoghurtInterceptor()
           
 
Method Summary
 javax.enterprise.inject.spi.Bean<YoghurtInterceptor> getBean()
           
 javax.enterprise.inject.spi.Bean<?> getInterceptedBean()
           
 javax.enterprise.inject.spi.Interceptor<YoghurtInterceptor> getInterceptor()
           
 Object intercept(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YoghurtInterceptor

public YoghurtInterceptor()
Method Detail

intercept

public Object intercept(javax.interceptor.InvocationContext ctx)
                 throws Exception
Throws:
Exception

getBean

public javax.enterprise.inject.spi.Bean<YoghurtInterceptor> getBean()

getInterceptor

public javax.enterprise.inject.spi.Interceptor<YoghurtInterceptor> getInterceptor()

getInterceptedBean

public javax.enterprise.inject.spi.Bean<?> getInterceptedBean()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.