r3 - 20 Oct 2007 - 01:13:25 - Main.eturnerYou are here: TWiki >  Main Web > ServerConfiguration > Bindings

Data Bindings Overview

Data bindings are utilized to specify 'handlers' for data that is received or processed by AlchemyPoint. Bindings generally provide one or more filtering options (a url, an e-mail address, a filename, etc.) and a series of ChainedActions and ChainedConditions. 'Messages' (HTTP requests, emails, files, etc.) received by the system that match a binding's filtering options will be processed by the embedded list of ChainedActions / ChainedConditions. This process should be familiar to anyone who has worked with webserver or appserver configuration.

One or more bindings may be specified within an InputConnector or ProtocolListener? , allow for different 'handlers' to be specified for specific types of data. For instance, one could create a FTPInputConnector that retrieves all files from a remote FTP server on a regular interval, providing a number of different bindings for processing individual file types ("*.tar.gz", "*.zip", etc.).

Bindings Object

Example Abstract Object Definition

... directly within an InputConnector or ProtocolListener? object:

<Bindings>
        <Binding ... >
        ...
</Bindings>

Supported Binding Types

  • IMBinding? - An instant messenger input binding, used within an IMConnection.

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions

tip TWiki Tip of the Day
Creating a Table of Contents
The TWikiVariables %TOC% will automatically create a table of contents for a topic based on the headers ... Read on Read more

 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback