core.engine.api.IDynamicRequestPOST Maven / Gradle / Ivy
package core.engine.api;
import core.exception.EpikosException;
/**
* Created by nitina on 5/17/16.
*/
public interface IDynamicRequestPOST extends IDynamicRequestGET{
public T getRequest(final Class typeOfRequest) throws EpikosException;
}