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

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

package core.engine.api;

import core.exception.EpikosException;

/**
 * Created by nitina on 10/2/16.
 */
public interface IDynamicResourceControllerDELETE {

    Object process(final IDynamicRequestDELETE dynamicRequest) throws EpikosException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy