package com.tridium.util; public interface IFactory { Object make(Object obj) throws Exception; }