Package org.mom4j.xcp.util

Examples of org.mom4j.xcp.util.InstancePool.releaseObject()


   
   
    public void releaseXcpHandler(String protocol, XcpHandler handler) {
        InstancePool pool = (InstancePool)this.handlerMap.get(protocol);
        if(pool != null) {
            pool.releaseObject(handler);
        }
    }
   
   
    public void removeXcpHandler(String protocol) {
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.