org.ogf.graap.wsag.server.actions.impl
Class ActionBuilder

java.lang.Object
  extended by org.ogf.graap.wsag.server.actions.impl.ActionBuilder
All Implemented Interfaces:
IActionBuilder

public class ActionBuilder
extends Object
implements IActionBuilder

WSAG4JFactoryActionBuilder

Author:
Oliver Waeldrich

Constructor Summary
ActionBuilder()
           
 
Method Summary
 AgreementFactoryAction createAgreementFactoryAction(ActionType configuration, AgreementFactoryContext factoryContext)
          Creates a new instance of an AgreementFactoryAction based on the given configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionBuilder

public ActionBuilder()
Method Detail

createAgreementFactoryAction

public AgreementFactoryAction createAgreementFactoryAction(ActionType configuration,
                                                           AgreementFactoryContext factoryContext)
                                                    throws Exception
Creates a new instance of an AgreementFactoryAction based on the given configuration.

Specified by:
createAgreementFactoryAction in interface IActionBuilder
Parameters:
configuration - The configuration of the factory action.
factoryContext - The context of the agreement factory that this action is created for.
Returns:
The instantiated AgreementFactoryAction based on the given configuration.
Throws:
Exception - An error occurred during the instantiation process.


Copyright © 2008-2012. All Rights Reserved.