Class Summary |
MessageFacade |
This abstract class provides simplified and provider-independent access to
Message s and commit/rollback functionality. |
MessageFacadeJUnitTest |
Tests the functionality of the MessageQueueFacade and
MessageTopicFacade . |
MessageQueueFacade |
This class provides clients with a simplified and provider-independent
interface to JMS message queues. |
MessageQueueFacadeReceiverTest |
This class is used in conjunction with MessageQueueFacadeSenderTest
as a high level test of the SpiderLogic messege queue facade architecture. |
MessageQueueFacadeSenderTest |
This class is used in conjunction with MessageQueueFacadeReceiverTest
as a high level test of the SpiderLogic messege queue facade architecture. |
MessageTopicFacade |
This class provides clients with a simplified and provider-independent
interface to JMS message topics. |
MessageTopicFacadeTest |
Provides a high level test of the message topic facade class architecture
with simple publish and subscribe functionality. |
MessagingProvider |
This class is the main provider for messaging services. |