Class FactoryType.DEFAULT

    • Constructor Detail

      • DEFAULT

        public DEFAULT()
    • Method Detail

      • release

        public void release​(Exchange e,
                            Object o)
        Description copied from interface: Factory
        Post invoke, this is called to allow the factory to release the object, store it, etc...
        Specified by:
        release in interface Factory
        o - object created from the create method