Package org.apache.wink.common.internal.lifecycle

Examples of org.apache.wink.common.internal.lifecycle.ObjectFactory.releaseInstance()


    @SuppressWarnings("unchecked")
    public void releaseInstance(RuntimeContext context) {
        if (instance != null) {
            ObjectFactory of = record.getObjectFactory();
            of.releaseInstance(instance, context);
        }
    }

    /**
     * Returns whether the matcher used to match this resource was an exact
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.