Uses of Package
com.cafesoft.core.message

Packages that use com.cafesoft.core.message
com.cafesoft.core.message Contains core classes of the Cafesoft Messaging Framework  
 

Classes in com.cafesoft.core.message used by com.cafesoft.core.message
Connection
          A client's active network connection to its Message Service Provider.
ConnectionAccessController
          An access control object that checks access for the Message Framework's Connection Object
ConnectionAccessException
          Thrown when there are errors that occur trying to check access to a connection.
ConnectionAuthenticationException
          Thrown when there are errors that occur trying to authenticate a connection.
ConnectionAuthenticator
          Defines an API that allows for a pluggable authentication mechanism for authenticating connections for usage
ConnectionEventListener
          Defines the interface for classes that handle ConnectionEvents.
ConnectionFactory
          Defines the interface for message framework classes that create client-side Connections used to transport messages.
ConnectionMetaData
          A container object which contains meta-data about the Message Framework's Connection Object
Connector
          Listens to a ServerSocket and creates Connection objects to handle incoming Socket connections.
DefaultMessageTranslator
          Implements the MessageTranslator interface for encoding and decoding messages.
EndPoint
          Represents the origination of a Message or the final destination of a Message.
EndPointManager
          Provides useful methods to EndPoint objects, for example - to open or close an EndPoint and associated resources.
IllegalConnectionStateException
          Thrown when a method is called on a Connection object that is not in the proper state to carry out the method.
MessageDecoder
          Decodes messages sent through the Messaging Framework.
MessageDecoderException
          An exception thrown for any MessageDecoder errors
MessageEncoder
          Responsible for encoding messages sent through the messaging framework.
MessageEncoderException
          An exception thrown for any MessageEncoder errors
MessageQueue
          A queue that specifically handles Message objects.
MessageReceiver
          Used by clients to process messages received from a MessageSender via the Message Service Provider.
MessageSender
          A client uses a MessageSender object to send messages to a Message Service.
MessageService
          Defines the interface for a class that handles incoming Messages.
MessageServiceException
          Represents an exceptional condition that notifies message framework participants of errors.
MessageServiceProvider
          Defines the interface for the core class that provides most of the resources needed by the messaging framework.
MessageServiceRegistry
          Defines the interface for classes that associate a content type with a MessageReceiver for handling Messages of that content type.
MessageSocket
          Container for a MessageReceiver and MessageSender pair.
MessageSocketException
          Represents an exceptional condition that notifies message framework participants of errors.
MessageTranslator
          Provides methods for encoding and decoding a Message, and for registering objects that respond to events triggered by encoding or decoding.
MessageTranslatorException
          MessageTranslatorException
PacketConsumer
          Defines an object who is responsible for consuming Packet objects.
PacketException
           
PacketProducer
          Defines an object who is responsible for producing Packet objects to be processed.
PacketQueue
          Responsible for queueing Packets for processing.
ProtocolException
          ProtocolException represents an error condition experienced during message protocol handling.
ProtocolHandler
          Key component used within the scope of a single CMS Connection.
ServerSocketFactory
          The ServerSocketFactory interface must be implemented by a factory object that creates ServerSocket instances.
SocketFactory
          Creates Socket instances.
SocketFactoryException
          Represents an exceptional condition that occurs within a message framework SocketFactory.
 



Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.