org.openeai.implementations.gateways.requestproxy
Interface ProxyCommand
- All Known Implementing Classes:
- CollegeOfMedicineProxyCommand
- public interface ProxyCommand
This is the interface that all ProxyCommands must implement. It defines
one method (execute) that they must implement. It is in this execute method
that the specific business logic for the command is coded. This specific business
logic will be executed by the EnterpriseRequestProxy to determine if the application
requesting an action be performed on a given message object is acceptable based
on rules specified by the Proxy Command.
- Version:
- 3.0 beta2 - 28 January 2003
- Author:
- Tod Jackson (tod@openeai.org), Steve Wheat (steve@openeai.org)
execute
public Result execute(AppConfig aConfig,
org.jdom.Document inDoc)
throws ProxyCommandException
ProxyCommandException
Copyright © 2002, OpenEAI Software Foundation