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

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

package core.engine.api;

import core.exception.EpikosException;

/**
 * Created by nitina on 10/20/16.
 */
public interface IDynamicResourceControllerPUT {
    Object process(final IDynamicRequestPUT dynamicRequest) throws EpikosException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy