All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.isuwang.dapeng.remoting.SoaConnectionPool Maven / Gradle / Ivy

The newest version!
package com.isuwang.dapeng.remoting;

import com.isuwang.dapeng.core.SoaException;

/**
 * @author craneding
 * @date 16/3/1
 */
public interface SoaConnectionPool {

    SoaConnection getConnection() throws SoaException;

    void removeConnection() throws SoaException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy