![JAR search and dependency download from the Maven repository](/logo.png)
org.jaxws.stub2html.view.WebServiceDisplayEngine Maven / Gradle / Ivy
package org.jaxws.stub2html.view;
import org.jaxws.stub2html.model.WebServiceStubSet;
/**
* Display stubs of a web method as readable String
*
* @author chenjianjx
*
*/
public abstract class WebServiceDisplayEngine {
public abstract String displayWebSerivce(WebServiceStubSet serviceStubSet);
public WebServiceDisplayEngine() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy