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

io.cloudslang.content.xml.services.OperationService Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
package io.cloudslang.content.xml.services;

import io.cloudslang.content.xml.entities.inputs.EditXmlInputs;

/**
 * Created by moldovas on 7/8/2016.
 */
public interface OperationService {
    String execute(EditXmlInputs inputs) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy