Spring Integration

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(Method method)
           
 

Method Detail

validate

void validate(Method method)
              throws Exception
Throws:
Exception

Spring Integration

Copyright © 2010. All Rights Reserved.