Accusoft.PrizmViewer10.AnnotationServer
RequestHandler Class
Members 






This class implements evaluating requests from the web server.
Object Model
RequestHandler Class
Syntax
'Declaration
 
Public Class RequestHandler 
'Usage
 
Dim instance As RequestHandler
public class RequestHandler 
public class RequestHandler 
public class RequestHandler 
public __gc class RequestHandler 
public ref class RequestHandler 
Remarks

This class validates the request, determines whether it is a request to retrieve or save annotations, validates the XML annotations data, and uses the PersistentStore class to retrieve or save annotations as appropriate. It performs a 'merge' where changes from the annotations from Prizm Viewer modify the annotations that already existed, demonstrating how the server can service multiple users concurrently.

This class is also responsible for returning the appropriate XML or HTML which is returned to the Interface Layer.

Inheritance Hierarchy

System.Object
   PrizmAnnotServer.RequestHandler

See Also

Reference

RequestHandler Members
PrizmAnnotServer Namespace

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback