Uses of Class
org.ogf.graap.wsag.server.actions.impl.AgreementFactoryAction

Packages that use AgreementFactoryAction
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
org.ogf.graap.wsag.server.engine   
 

Uses of AgreementFactoryAction in org.ogf.graap.wsag.server.actions
 

Methods in org.ogf.graap.wsag.server.actions that return AgreementFactoryAction
 AgreementFactoryAction IActionBuilder.createAgreementFactoryAction(ActionType configuration, AgreementFactoryContext factoryContext)
          Creates a new action based on the wsag4j configuration.
 

Uses of AgreementFactoryAction in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl that return AgreementFactoryAction
 AgreementFactoryAction ActionBuilder.createAgreementFactoryAction(ActionType configuration, AgreementFactoryContext factoryContext)
          Creates a new instance of an AgreementFactoryAction based on the given configuration.
 

Uses of AgreementFactoryAction in org.ogf.graap.wsag.server.engine
 

Methods in org.ogf.graap.wsag.server.engine that return AgreementFactoryAction
 AgreementFactoryAction TemplateRegistry.findAction(String name)
          Finds the factory action for a template with a given name.
 AgreementFactoryAction TemplateRegistry.findAction(String name, String version)
          Finds the factory action for a template with a given name.
 AgreementFactoryAction GenericNegotiation.loadAction(NegotiationOfferType quote)
          Loads the appropriate negotiation strategy for an incoming quote.
protected  AgreementFactoryAction[] GenericAgreementFactory.loadActions()
          Load the agreement factory actions based on the WSAG4J factory configuration.
 

Methods in org.ogf.graap.wsag.server.engine with parameters of type AgreementFactoryAction
 void TemplateRegistry.add(AgreementFactoryAction action)
          Adds a new factory action to the registry
 



Copyright © 2008-2012. All Rights Reserved.