Class CatchParser.CatchFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<com.consol.citrus.container.Catch>
    Enclosing class:
    CatchParser

    public static class CatchParser.CatchFactoryBean
    extends AbstractTestContainerFactoryBean<com.consol.citrus.container.Catch,​com.consol.citrus.container.Catch.Builder>
    Test action factory bean.
    • Constructor Detail

      • CatchFactoryBean

        public CatchFactoryBean()
    • Method Detail

      • setException

        public void setException​(String exception)
        Set the exception that is caught.
        Parameters:
        exception - the exception to set
      • getObject

        public com.consol.citrus.container.Catch getObject()
                                                    throws Exception
        Throws:
        Exception
      • getObjectType

        public Class<?> getObjectType()
      • getBuilder

        public com.consol.citrus.container.Catch.Builder getBuilder()
        Obtains the builder.
        Specified by:
        getBuilder in class AbstractTestActionFactoryBean<com.consol.citrus.container.Catch,​com.consol.citrus.container.Catch.Builder>
        Returns:
        the builder implementation.