Contains classes and interfaces that communicate with a server component.



Interfaces
 InterfaceDescription
 ResultHandler Basic interface for handling results of a request to the server.
 ServerAction Implementations of this interface perform tasks that require communication with the server component.
Classes
 ClassDescription
 DefaultServerAction A simple default ServerAction implementation for XML server responses that uses a ResultHandler implementation for handling the server response.
 DownloadHandler Handler for server requests that are expected to respond with a file stream which will be saved locally.
 HttpServiceFactory A Factory that creates and configures HTTPService instances that are configured for interoperability with the yFiles FLEX server API.
 ImageExportHandler A handler that will create a bitmap representation of the canvas content and upload it to the server.
 RoundtripHandler The central result handler that should be used for client-server round-tripping.
 UploadHandler A Handler which sends a file to a server and expects a GraphML encoded graph as reponse.
 XMLResultEvent An event class that wraps an xml formatted result that was transferred from the server.