org.ogf.graap.wsag.server.actions
Interface IActionBuilder

All Known Implementing Classes:
ActionBuilder

public interface IActionBuilder

IFactoryActionBuilder

Author:
Oliver Waeldrich

Method Summary
 AgreementFactoryAction createAgreementFactoryAction(ActionType configuration, AgreementFactoryContext factoryContext)
          Creates a new action based on the wsag4j configuration.
 

Method Detail

createAgreementFactoryAction

AgreementFactoryAction createAgreementFactoryAction(ActionType configuration,
                                                    AgreementFactoryContext factoryContext)
                                                    throws Exception
Creates a new action based on the wsag4j configuration.

Parameters:
configuration - configuration of the action to build
factoryContext - context of the factory that owns the action
Returns:
an instance of the action created
Throws:
Exception - Indicates an error while instantiating the factory action. In case of an error the factory action is not loaded by the system.


Copyright © 2008-2012. All Rights Reserved.