Class Summary |
DispatcherDataService |
This class serves as a utility for common functions needed by other dispatcher classes |
RayTraceDispatcher |
This servlet resides on the server and accepts requests for ray-traced images of the currently
displayed scene. |
RayTraceDispatcher_old |
This servlet resides on the server and accepts requests for ray-traced images of the currently
displayed scene. |
SequenceAlignmentDispatcher |
This servlet resides on the server and accepts requests for sequence alignments. |
StructureAlignmentDispatcher |
This servlet resides on the server and accepts requests for structure alignments
It reads the two input pdb files, runs TMalign on the server in a uniquely named directory
and sends the output back to the caller as an array of Strings - one for stdout and the other
for the generated superposition file (tm.sup). |
WBDispatcher |
This servlet resides on the server and accepts requests to list the content of the user's account,
load an item or save data |
WBRequest |
This class encapsulates the request that is sent by the client to the servlet |