org.jboss.jsr299.tck.tests.lookup.injection.enterprise
Class FarmInterceptor

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.lookup.injection.enterprise.FarmInterceptor

public class FarmInterceptor
extends Object


Constructor Summary
FarmInterceptor()
           
 
Method Summary
 void initialize(Sheep sheep)
           
 Object intercept(javax.interceptor.InvocationContext invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarmInterceptor

public FarmInterceptor()
Method Detail

initialize

@Inject
public void initialize(Sheep sheep)

intercept

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


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