org.drools.spring.metadata
Class ChainedMethodMetadataSource

java.lang.Object
  extended by org.drools.spring.metadata.ChainedMethodMetadataSource
All Implemented Interfaces:
MethodMetadataSource

public class ChainedMethodMetadataSource
extends java.lang.Object
implements MethodMetadataSource


Constructor Summary
ChainedMethodMetadataSource(MethodMetadataSource[] delegates)
           
 
Method Summary
 MethodMetadata getMethodMetadata(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedMethodMetadataSource

public ChainedMethodMetadataSource(MethodMetadataSource[] delegates)
Method Detail

getMethodMetadata

public MethodMetadata getMethodMetadata(java.lang.reflect.Method method)
Specified by:
getMethodMetadata in interface MethodMetadataSource