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

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

package core.engine.api;

import core.exception.EpikosException;

/**
 * Created by nitina on 2/3/17.
 */
public interface IDynamicResourceControllerPATCH {
    Object process(final IDynamicRequestPATCH dynamicRequest) throws EpikosException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy