org.springframework.integration.util
Interface MethodValidator


public interface MethodValidator

Interface for method validation. Implementations should throw an exception if the method is invalid for its purpose.

Author:
Mark Fisher

Method Summary
 void validate(java.lang.reflect.Method method)
           
 

Method Detail

validate

void validate(java.lang.reflect.Method method)
              throws java.lang.Exception
Throws:
java.lang.Exception