Package org.citrusframework.config.xml
Class PurgeEndpointActionParser.PurgeEndpointActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<PurgeEndpointAction,PurgeEndpointAction.Builder>
org.citrusframework.config.xml.PurgeEndpointActionParser.PurgeEndpointActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.FactoryBean<PurgeEndpointAction>,org.springframework.context.ApplicationContextAware
- Enclosing class:
- PurgeEndpointActionParser
public static class PurgeEndpointActionParser.PurgeEndpointActionFactoryBean
extends AbstractTestActionFactoryBean<PurgeEndpointAction,PurgeEndpointAction.Builder>
implements org.springframework.context.ApplicationContextAware
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<?>voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetEndpointNames(List<String> endpointNames) Sets the endpointNames.voidsetEndpoints(List<Endpoint> endpoints) Sets the endpoints.voidsetMessageSelector(String messageSelector) Set message selector string.voidsetMessageSelectorMap(Map<String, Object> messageSelectorMap) Setter for messageSelector.voidsetReceiveTimeout(long receiveTimeout) Set the receive timeout.voidsetSleepTime(long sleepTime) Sets the sleepTime.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
-
PurgeEndpointActionFactoryBean
public PurgeEndpointActionFactoryBean()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setEndpointNames
Sets the endpointNames.- Parameters:
endpointNames- the endpointNames to set
-
setEndpoints
Sets the endpoints.- Parameters:
endpoints- the endpoints to set
-
setMessageSelectorMap
Setter for messageSelector.- Parameters:
messageSelectorMap-
-
setMessageSelector
Set message selector string.- Parameters:
messageSelector-
-
setReceiveTimeout
public void setReceiveTimeout(long receiveTimeout) Set the receive timeout.- Parameters:
receiveTimeout- the receiveTimeout to set
-
setSleepTime
public void setSleepTime(long sleepTime) Sets the sleepTime.- Parameters:
sleepTime- the sleepTime to set
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<PurgeEndpointAction>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<PurgeEndpointAction>
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<PurgeEndpointAction,PurgeEndpointAction.Builder> - Returns:
- the builder implementation.
-