Package org.citrusframework.config.xml
Class InputActionParser.InputActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<InputAction,InputAction.Builder>
org.citrusframework.config.xml.InputActionParser.InputActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<InputAction>
- Enclosing class:
- InputActionParser
public static class InputActionParser.InputActionFactoryBean
extends AbstractTestActionFactoryBean<InputAction,InputAction.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetMessage(String message) Sets the message.voidsetValidAnswers(String validAnswers) Sets the valid answers.voidsetVariable(String variable) Sets the variable.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
-
InputActionFactoryBean
public InputActionFactoryBean()
-
-
Method Details
-
setMessage
Sets the message.- Parameters:
message- the message to set
-
setVariable
Sets the variable.- Parameters:
variable- the variable to set
-
setValidAnswers
Sets the valid answers.- Parameters:
validAnswers- the validAnswers to set
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<InputAction,InputAction.Builder> - Returns:
- the builder implementation.
-