io.cloudslang.content.xml.services.OperationService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cs-xml Show documentation
Show all versions of cs-xml Show documentation
Actions for xml processing
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