Package com.infoscape.proteus

Interface Summary
Connection Base interface for connections to message sources/sinks.
Conversational Interface for sources and sinks that support request/reply semantics.
Listener Interface for Sources that support request/reply semantics.
MessageHandler MessageHandler is the base interface for Sources and Sinks.
MessageSink A MessageSink is something that can accept a message.
MessageSource A MessageSource is something that can produce a message, like a message queue, a database table, a file, or a POP server.
Speaker Interface for sinks that support request/reply semantics.
Transactional Interface for objects (connections, sources and sinks) that support transactions.
UpdatingSource  
 

Class Summary
Client  
Factory Factory is used to create every Proteus object.
MessageHandlerImpl MessageHandler Impl is the base class for most sources and sinks.
PolledSource Base class for polled sources.
SinkImpl Base class for sinks.
SourceImpl Base class for sources.
Tester Tester is a test wrapper for sources and sinks.