Package org.citrusframework.config.xml
Class StopTimerParser.StopTimerActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<StopTimerAction,StopTimerAction.Builder>
org.citrusframework.config.xml.StopTimerParser.StopTimerActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<StopTimerAction>
- Enclosing class:
- StopTimerParser
public static class StopTimerParser.StopTimerActionFactoryBean
extends AbstractTestActionFactoryBean<StopTimerAction,StopTimerAction.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
StopTimerActionFactoryBean
public StopTimerActionFactoryBean()
-
-
Method Details
-
setTimerId
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<StopTimerAction,StopTimerAction.Builder> - Returns:
- the builder implementation.
-