org.jboss.cdi.tck.tests.definition.stereotype.interceptor
Class OmegaInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.definition.stereotype.interceptor.OmegaInterceptor

@Omega
@Interceptor
public class OmegaInterceptor
extends Object


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

OmegaInterceptor

public OmegaInterceptor()
Method Detail

intercept

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


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