com.thoughtworks.xjb.config.ejbjar
Class EjbJarParserTest.SimpleBean

java.lang.Object
  extended bycom.thoughtworks.xjb.ejb.SessionBeanSupport
      extended bycom.thoughtworks.xjb.config.ejbjar.EjbJarParserTest.SimpleBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
Direct Known Subclasses:
EjbJarParserTest.FirstCircularBean, EjbJarParserTest.SecondCircularBean
Enclosing class:
EjbJarParserTest

public static class EjbJarParserTest.SimpleBean
extends SessionBeanSupport

See Also:
Serialized Form

Constructor Summary
EjbJarParserTest.SimpleBean()
           
 
Method Summary
 java.lang.String getSomething()
           
 
Methods inherited from class com.thoughtworks.xjb.ejb.SessionBeanSupport
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbJarParserTest.SimpleBean

public EjbJarParserTest.SimpleBean()
Method Detail

getSomething

public java.lang.String getSomething()
                              throws java.lang.Exception
Throws:
java.lang.Exception