Interface MIEnricher<T>

    • Method Detail

      • enrich

        void enrich​(T object)
             throws EnricherException
        Enrich an object
        Parameters:
        object - a T object.
        Throws:
        EnricherException - if it cannot enrich the object because cannot connect to a webservice, etc.
      • enrich

        void enrich​(T objectToEnrich,
                    T objectSource)
             throws EnricherException
        Enrich an object given a source object
        Parameters:
        objectToEnrich - object to enrich
        objectSource - a T object.
        Throws:
        EnricherException - if it cannot enrich the object because cannot connect to a webservice, etc.