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 java.lang.Object
implements HelloPojo


Constructor Summary
HelloPojoService()
           
 
Method Summary
 java.lang.String hello(java.lang.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 java.lang.String hello(java.lang.String name)
Specified by:
hello in interface HelloPojo


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