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

de.mhus.osgi.jwsbridge.JavaWebService Maven / Gradle / Ivy

package de.mhus.osgi.jwsbridge;

public interface JavaWebService {

	Object getServiceObject();

	String getServiceName();
	
	void published(WebServiceInfo info);
	
	void stopped(WebServiceInfo info);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy