org.jboss.cdi.tck.tests.context.passivating.enterprise.invalid
Class DigitalInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.enterprise.invalid.DigitalInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
@Digital
public class DigitalInterceptor
extends Object
implements Serializable

See Also:
Serialized Form

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.