com.bm.ejb3metadata.annotations.helper.bean
Class BusinessMethodResolver

java.lang.Object
  extended by com.bm.ejb3metadata.annotations.helper.bean.BusinessMethodResolver

public final class BusinessMethodResolver
extends java.lang.Object

This class resolves the business method for bean class by looking at the interfaces.

Author:
Florent Benoit

Method Summary
static void resolve(ClassAnnotationMetadata classAnnotationMetadata)
          Found all business methods of a bean.
A business method is a method from one of the local or remote interfaces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolve

public static void resolve(ClassAnnotationMetadata classAnnotationMetadata)
Found all business methods of a bean.
A business method is a method from one of the local or remote interfaces.

Parameters:
classAnnotationMetadata - class to analyze


Copyright © 2008. All Rights Reserved.