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

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