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

org.objectweb.fractal.bf.connectors.Service Maven / Gradle / Ivy

There is a newer version: 0.9
Show newest version
package org.objectweb.fractal.bf.connectors;

public interface Service {
	void print();

	String printAndAnswer();

	javax.xml.datatype.XMLGregorianCalendar getCurrentDate();

	Pojo getPojo();

	Pojo child(Pojo p);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy