All Classes and Interfaces

Class
Description
 
 
This context handles fragmented upload of the signal message on the JMSRequestSink (client) side Send a channel request message to the server, and wait for reply Fragment the message into suitable fragments, and submit to upload channel Finish stream with end-of-stream, and close the upload channel
 
 
This listener listens for incoming reply messages and adds them to the correct responsehandler
 
 
 
Exception class to handle illegal deserialization.
A JMSRequestProxy is the listener component handling messages sent from a JMSRequestSink, dispatching them to the configured RequestSink.
 
 
JMSRequestSink is a JMS implementation of the RequestSink using JMS, communicating over JMS to a corresponding JMSRequestProxy.
 
Package-local utilities, only to be used within this package
 
 
 
 
 
 
This context handles fragmented uploading of the signal message on the JMSRequestProxy (server) side.
 
A ServerContext represents the server side of a client/server call.
 
The server response context is the context object sent to the server side RequestSink along with the signal received from the client.
TODO: Move this class to commons, to avoid having to pull inn Guava or Apache commons for this.