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

org.daisy.common.messaging.MessageBuliderFactory Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package org.daisy.common.messaging;

import org.daisy.common.messaging.Message.MessageBuilder;

public class MessageBuliderFactory {

	public MessageBuilder newMessageBuilder(){
			return new Message.MessageBuilder();
	}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy