Package hhms

Interface Summary
ConnHandler A ConnHandler is an interface of interchangeable object.
ErrorHandler If there is a Error on a Connection, HHMS will inform ErrorHandler.
MessageListener MessageListener is used to receive asynchronously delivered Messages.
 

Class Summary
Connection A Connection is a active TCP connection to HHMS Gateway.
ConnectionHandler ConnectionHandler is responsible for sending and receiveing messages over TCP.
HTTPConnection A HTTPConnection is a active HTTP connection to HHMS Gateway.
HTTPHandler HTTPHandler is responsible for sending and receiveing messages over HTTP.
Message A Message used to send messages.
Queue Queue is used for storing outgoing message.
TopicSession TopicSession is the medium class for using Light Weight Message Service (LWMS).
 

Exception Summary
HHMSException This exception must be thrown when there is a try to get non-exist property.