Interface IFacadeFactory

    • Method Detail

      • createFacade

        IFacade createFacade​(java.lang.Object object)
        The IFacade associated with object.
        Parameters:
        object - The object whose IFacade is to be created.
        Returns:
        The IFacade associated with object.