Package com.nexaweb.messaging

Provides common messaging APIs between the client and server.

See:
          Description

Class Summary
MessageListener MessageListener may be extended to listen for messages sent across the Nexaweb Internet Messaging Bus (IMB).
 

Package com.nexaweb.messaging Description

Provides common messaging APIs between the client and server.

Common Messaging API

The common components of the messaging API are shared between the client and the server and currently consist of just 1 class: MessageListener. MessageListener may be extended to listen for messages sent across the Nexaweb Internet Messaging Bus (IMB). Subclasses should override the methods to receive messages of specific types. The onMessage() variant called will always correspond to the variant of the publish() or send() method called to put the message on the IMB.

All messaging on the server side is accessed through the MessagingService.
All messaging on the client side is accessed through the NetService.



Copyright © 2005 Nexaweb Technologies, Inc. All Rights Reserved.