List of usage examples for javax.naming.spi ObjectFactory interface-usage
From source file Bind.java
/** * This is an object factory that when given a reference for a Fruit object, * will create an instance of the corresponding Fruit. */ class FruitFactory implements ObjectFactory {