org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks
Class SessionBeanValidator

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

public final class SessionBeanValidator
extends java.lang.Object

This class ensures that the session bean is well formed before trying to load it.

Author:
Florent Benoit

Constructor Summary
private SessionBeanValidator()
          Helper class, no public constructor.
 
Method Summary
static void validate(ClassAnnotationMetadata sessionBean)
          Validate a session bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBeanValidator

private SessionBeanValidator()
Helper class, no public constructor.

Method Detail

validate

public static void validate(ClassAnnotationMetadata sessionBean)
Validate a session bean.

Parameters:
sessionBean - Session bean to validate.