Package org.planx.xmlstore.routing.messaging

Interface Summary
Message  
MessageFactory Creates Message and Receiver objects based on message code types.
Receiver A Receiver waits for incoming messages and performs some action if various events occur.
Streamable A Streamable object is able to write its state to an output stream and a class implementing Streamable must be able to recreate an instance of the class from an input stream.
 

Class Summary
MessageServer Listens for incoming UDP messages and provides a framework for sending messages and responding to received messages.
 

Exception Summary
UnknownMessageException Thrown to indicate that a message type is unknown or a message with a given communication identifier is unexpected.
 



Copyright © 2010. All Rights Reserved.