Class DelegatingFacadeFactory

    • Constructor Detail

      • DelegatingFacadeFactory

        public DelegatingFacadeFactory()
    • Method Detail

      • basicCreate

        protected IFacade basicCreate​(java.lang.Object nativeObject)
      • removeFactory

        public void removeFactory​(IFacadeFactory factory)
      • createFacade

        public final IFacade createFacade​(java.lang.Object nativeObject)
        Description copied from interface: IFacadeFactory
        The IFacade associated with object.
        Parameters:
        nativeObject - The object whose IFacade is to be created.
        Returns:
        The IFacade associated with object.