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

info.kwarc.sally4.registration.ClientManager Maven / Gradle / Ivy

The newest version!
package info.kwarc.sally4.registration;

import info.kwarc.sally.comm.core.RegisterClientRequest;
import info.kwarc.sally.comm.core.RegisterClientResponse;

public interface ClientManager {
	RegisterClientResponse registerDocument(RegisterClientRequest client);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy