net.sf.asterisk.fastagi
Interface MappingStrategy

All Known Implementing Classes:
ResourceBundleMappingStrategy, SimpleMappingStrategy

public interface MappingStrategy

A MappingStrategy determines which AGIScript has to be called to service a given AGIRequest.

Version:
$Id: MappingStrategy.java,v 1.1 2005/03/10 16:36:43 srt Exp $
Author:
srt

Method Summary
 AGIScript determineScript(AGIRequest request)
          Returns the AGIScript that is responsible to handle the given request.
 

Method Detail

determineScript

AGIScript determineScript(AGIRequest request)
Returns the AGIScript that is responsible to handle the given request.

Parameters:
request - the request to lookup.
Returns:
the responsible script.


Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.