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

core.engine.api.IDynamicResourceControllerPOST Maven / Gradle / Ivy

package core.engine.api;

import core.exception.EpikosException;

/**
 * Created by nitina on 5/18/16.
 */
public interface IDynamicResourceControllerPOST {
    Object process(IDynamicRequestPOST dynamicRequest) throws EpikosException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy