org.jboss.cdi.tck.tests.lookup.modules
Class WebPaymentEjbBar

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.modules.WebPaymentEjbBar
All Implemented Interfaces:
Bar

@Enterprise
public class WebPaymentEjbBar
extends Object
implements Bar


Constructor Summary
WebPaymentEjbBar()
           
 
Method Summary
 Foo getFoo()
           
 int ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPaymentEjbBar

public WebPaymentEjbBar()
Method Detail

ping

public int ping()
Specified by:
ping in interface Bar

getFoo

public Foo getFoo()
Specified by:
getFoo in interface Bar


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