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

net.intelie.liverig.witsml.StoreSoapPortInterface Maven / Gradle / Ivy

The newest version!
package net.intelie.liverig.witsml;

public interface StoreSoapPortInterface {
    String addToStore(String type, String xml, String options, String capabilitiesIn) throws Exception;
    void deleteFromStore(String type, String query, String options, String capabilitiesIn) throws Exception;
    String getBaseMsg(short result);
    String getCap(String options) throws Exception;
    WITSMLResult getFromStore(String type, String query, String options, String capabilitiesIn) throws Exception;
    String getVersion();
    void updateInStore(String type, String xml, String options, String capabilitiesIn) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy