net.homeip.mleclerc.omnilink.messagebase
Class ReplyMessage

java.lang.Object
  extended bynet.homeip.mleclerc.omnilink.messagebase.Message
      extended bynet.homeip.mleclerc.omnilink.messagebase.ReplyMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExpectedReplyMessage, UploadMessageSmallReply

public class ReplyMessage
extends Message

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
START_CHAR
 
Constructor Summary
ReplyMessage()
           
 
Method Summary
protected  void checkMessageLength(int messageLength)
           
protected  void checkMessageType(int messageType)
           
protected  void dataChanged(short[] data)
           
 boolean execute(java.io.InputStream is)
           
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
execute, getData, getExpectedByteCount, getMessageBytes, getMessageLength, getMessageType, setData, setMessageFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyMessage

public ReplyMessage()
Method Detail

execute

public boolean execute(java.io.InputStream is)
                throws CommunicationException
Throws:
CommunicationException

checkMessageType

protected void checkMessageType(int messageType)
                         throws CommunicationException
Throws:
CommunicationException

checkMessageLength

protected void checkMessageLength(int messageLength)
                           throws CommunicationException
Throws:
CommunicationException

dataChanged

protected void dataChanged(short[] data)
                    throws CommunicationException
Throws:
CommunicationException