org.beanfabrics.support
Class OperationProcessor

java.lang.Object
  extended by org.beanfabrics.support.OperationProcessor
All Implemented Interfaces:
AnnotatedMethodProcessor, AnnotationProcessor

public class OperationProcessor
extends java.lang.Object
implements AnnotatedMethodProcessor


Constructor Summary
OperationProcessor()
           
 
Method Summary
 void process(PresentationModel object, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationProcessor

public OperationProcessor()
Method Detail

process

public void process(PresentationModel object,
                    java.lang.reflect.Method method,
                    java.lang.annotation.Annotation annotation)
Specified by:
process in interface AnnotatedMethodProcessor