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

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

The newest version!
package org.objectweb.fractal.bf.connectors;

import java.util.Properties;

public interface Service {
	void print();

	String printAndAnswer();

	javax.xml.datatype.XMLGregorianCalendar getCurrentDate();

	Pojo getPojo();

	Pojo child(Pojo p);

	byte[] elaborateBytes(Properties p, byte[] raw);

	void badMethod() throws HelloWorldException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy