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

com.agiletestingframework.toolbox.interfaces.WebService Maven / Gradle / Ivy

There is a newer version: 5.1.4
Show newest version
package com.agiletestingframework.toolbox.interfaces;

public interface WebService {
    String getNamespaceURI();

    String getEndPoint();

    void teardown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy