org.qianalyze.api.module
Interface IModuleInspector

Package class diagram package IModuleInspector

public interface IModuleInspector

The abstraction allowing developers to implement their own code to accept XML data and return a response for the entire module (a collection of quality indicators).

Version:
1.0.0
Author:
Matthew Demerath

Method Summary
 ModuleResponse inspect(Module module, String xmlPayload)
           
 

Method Detail

inspect

ModuleResponse inspect(Module module,
                       String xmlPayload)
Parameters:
module - an object representing a collection quality indicators
xmlPayload - the data the quality indicators should examine.
Returns:
ModuleResponse an object representing a collection of IndicatorResponses
See Also:
Module, ModuleResponse


Copyright © 2012. All Rights Reserved.