org.jboss.jsr299.tck.tests.decorators.interceptor
Class FooInterceptor

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.decorators.interceptor.FooInterceptor

@Interceptor
public class FooInterceptor
extends Object


Field Summary
static String NAME
           
 
Constructor Summary
FooInterceptor()
           
 
Method Summary
 Object interceptMe(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static String NAME
Constructor Detail

FooInterceptor

public FooInterceptor()
Method Detail

interceptMe

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


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