org.apache.openejb.test.servlet
Class HelloPojoService

java.lang.Object
  extended by org.apache.openejb.test.servlet.HelloPojoService
All Implemented Interfaces:
HelloPojo

public class HelloPojoService
extends Object
implements HelloPojo


Constructor Summary
HelloPojoService()
           
 
Method Summary
 String hello(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloPojoService

public HelloPojoService()
Method Detail

hello

public String hello(String name)
Specified by:
hello in interface HelloPojo


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.