org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.enterprise
Class DigitalInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.enterprise.DigitalInterceptor

@Interceptor
@Digital
public class DigitalInterceptor
extends Object


Constructor Summary
DigitalInterceptor()
           
 
Method Summary
 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

DigitalInterceptor

public DigitalInterceptor()
Method Detail

intercept

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


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