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

restx.RestxMainRouter Maven / Gradle / Ivy

There is a newer version: 1.2.0-rc2
Show newest version
package restx;

import java.io.IOException;

/**
 * User: xavierhanin
 * Date: 2/16/13
 * Time: 3:56 PM
 */
public interface RestxMainRouter {
    void route(RestxRequest restxRequest, RestxResponse restxResponse) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy