net.bpelunit.model.bpel.IImport Maven / Gradle / Ivy
The newest version!
package net.bpelunit.model.bpel;
public interface IImport {
public static final String IMPORTTYPE_WSDL = "http://schemas.xmlsoap.org/wsdl/";
String getNamespace();
void setNamespace(String newNamespace);
String getLocation();
void setLocation(String newLocation);
String getImportType();
void setImportType(String newImportType);
boolean isWsdlImport();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy