package com.tridium.ndriver.comm; public interface IMessageFactory { NMessage makeMessage(LinkMessage linkMessage) throws Exception; }