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.1.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 - 2024 Weber Informatics LLC | Privacy Policy