org.ogf.graap.wsag.server.api.impl
Class AbstractAgreementFactory
java.lang.Object
org.ogf.graap.wsag.server.api.impl.AbstractAgreementFactory
- All Implemented Interfaces:
- AgreementFactory, IAgreementFactory, IEngineComponent
- Direct Known Subclasses:
- AgreementFactoryFacade, GenericAgreementFactory
public abstract class AbstractAgreementFactory
- extends Object
- implements IAgreementFactory
WSAG4JAbstractAgreementFactory
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAgreementFactory
public AbstractAgreementFactory()
getEngineConfiguration
public WSAG4JEngineConfigurationType getEngineConfiguration()
- Description copied from interface:
IEngineComponent
- returns the configuration of the wsag4j engine
- Specified by:
getEngineConfiguration
in interface IEngineComponent
- Returns:
- the engineConfiguration
setEngineConfiguration
public void setEngineConfiguration(WSAG4JEngineConfigurationType engineConfiguration)
- Description copied from interface:
IEngineComponent
- sets the configuration of the wsag4j engine
- Specified by:
setEngineConfiguration
in interface IEngineComponent
- Parameters:
engineConfiguration
- the engineConfiguration to set
getFactoryContext
public IAgreementFactoryContext getFactoryContext()
- Specified by:
getFactoryContext
in interface IAgreementFactory
- Returns:
- the factoryContext
setFactoryContext
public void setFactoryContext(IAgreementFactoryContext factoryContext)
- Specified by:
setFactoryContext
in interface IAgreementFactory
- Parameters:
factoryContext
- the factoryContext to set
Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.