com.bm.ejb3metadata.annotations.helper.bean.session.checks
Class SessionBeanValidator

java.lang.Object
  extended by com.bm.ejb3metadata.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

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
 

Method Detail

validate

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

Parameters:
sessionBean - Session bean to validate.


Copyright © 2008. All Rights Reserved.