vdoclet.ejb
Class EjbUtils

java.lang.Object
  |
  +--vdoclet.ejb.EjbUtils

public class EjbUtils
extends Object

A factory for utility-objects of various types.


Constructor Summary
EjbUtils()
           
 
Method Summary
static EjbBundle getEjbBundle(DocInfo docInfo)
          Derive EJB information from Javadoc data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbUtils

public EjbUtils()
Method Detail

getEjbBundle

public static EjbBundle getEjbBundle(DocInfo docInfo)
Derive EJB information from Javadoc data

Parameters:
docInfo - Javadoc data
Returns:
an EjbBundle representing the EJBs