org.objectweb.easybeans.deployment.annotations.helper.bean.session
Class SessionBusinessInterfaceFinder

java.lang.Object
  extended by org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBusinessInterfaceFinder

public final class SessionBusinessInterfaceFinder
extends java.lang.Object

This class finds the business interface if there are no business interfaces specified.

Author:
Florent Benoit

Constructor Summary
private SessionBusinessInterfaceFinder()
          Helper class, no public constructor.
 
Method Summary
static void resolve(ClassAnnotationMetadata sessionBean)
          Finds business interface in a session bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBusinessInterfaceFinder

private SessionBusinessInterfaceFinder()
Helper class, no public constructor.

Method Detail

resolve

public static void resolve(ClassAnnotationMetadata sessionBean)
Finds business interface in a session bean.

Parameters:
sessionBean - Session bean to analyze
See Also:
EJB 3.0 Spec ?4.6.6