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

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

@Standard
public class WebPaymentBar
extends Object
implements Bar


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

WebPaymentBar

public WebPaymentBar()
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.