A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

AbsoluteFunction - Class in com.consol.citrus.functions.core
Function returning the absolute value of a decimal number.
AbsoluteFunction() - Constructor for class com.consol.citrus.functions.core.AbsoluteFunction
 
AbstractActionContainer - Class in com.consol.citrus.container
Abstract base class for all containers holding several embedded test actions.
AbstractActionContainer() - Constructor for class com.consol.citrus.container.AbstractActionContainer
 
AbstractActionDefinition<T extends TestAction> - Class in com.consol.citrus.dsl.definition
Abstract action definition implementation offers basic action delegation methods and generics.
AbstractActionDefinition(T) - Constructor for class com.consol.citrus.dsl.definition.AbstractActionDefinition
Default constructor with test action.
AbstractActionParserTest<T extends TestAction> - Class in com.consol.citrus.testng
Abstract base testng test for Citrus bean definition parser unit testing.
AbstractActionParserTest() - Constructor for class com.consol.citrus.testng.AbstractActionParserTest
 
AbstractBeanDefinitionParserTest - Class in com.consol.citrus.testng
Abstract base testng test for Citrus bean definition parser unit testing.
AbstractBeanDefinitionParserTest() - Constructor for class com.consol.citrus.testng.AbstractBeanDefinitionParserTest
 
AbstractDatabaseConnectingTestAction - Class in com.consol.citrus.actions
Abstract base class for database connection test actions.
AbstractDatabaseConnectingTestAction() - Constructor for class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
 
AbstractFaultDetailValidator - Class in com.consol.citrus.ws.validation
Abstract implementation of SoapFaultValidator converting soap fault detail objects to simple String content for further validation.
AbstractFaultDetailValidator() - Constructor for class com.consol.citrus.ws.validation.AbstractFaultDetailValidator
 
AbstractIteratingTestAction - Class in com.consol.citrus.container
 
AbstractIteratingTestAction() - Constructor for class com.consol.citrus.container.AbstractIteratingTestAction
 
AbstractIterationTestActionParser - Class in com.consol.citrus.config.xml
Abstract parser implementation for all iterative container actions.
AbstractIterationTestActionParser() - Constructor for class com.consol.citrus.config.xml.AbstractIterationTestActionParser
 
AbstractJmsAdapter - Class in com.consol.citrus.jms
Basic adapter class for JMS communication.
AbstractJmsAdapter() - Constructor for class com.consol.citrus.jms.AbstractJmsAdapter
 
AbstractJmsConfigParser - Class in com.consol.citrus.config.xml
Abstract base class for JMS related configuration.
AbstractJmsConfigParser() - Constructor for class com.consol.citrus.config.xml.AbstractJmsConfigParser
 
AbstractJmsTemplateAwareParser - Class in com.consol.citrus.config.xml
Parser is aware of JMS template if present in element.
AbstractJmsTemplateAwareParser() - Constructor for class com.consol.citrus.config.xml.AbstractJmsTemplateAwareParser
 
AbstractJUnit38CitrusTest - Class in com.consol.citrus.junit
Deprecated. since 1.2, in favor of using AbstractJUnit4CitrusTest
AbstractJUnit38CitrusTest() - Constructor for class com.consol.citrus.junit.AbstractJUnit38CitrusTest
Deprecated.  
AbstractJUnit4CitrusTest - Class in com.consol.citrus.junit
Abstract base test implementation for test cases that rather use JUnit testing framework.
AbstractJUnit4CitrusTest() - Constructor for class com.consol.citrus.junit.AbstractJUnit4CitrusTest
 
AbstractMarshallingHelloService - Class in com.consol.citrus.demo
 
AbstractMarshallingHelloService() - Constructor for class com.consol.citrus.demo.AbstractMarshallingHelloService
 
AbstractMarshallingMessageService<T,K> - Class in com.consol.citrus.samples.common
 
AbstractMarshallingMessageService() - Constructor for class com.consol.citrus.samples.common.AbstractMarshallingMessageService
 
AbstractMessageActionParser - Class in com.consol.citrus.config.xml
Parser providing basic message element configurations used in send and receive actions.
AbstractMessageActionParser() - Constructor for class com.consol.citrus.config.xml.AbstractMessageActionParser
 
AbstractMessageChannelTemplateAwareParser - Class in com.consol.citrus.config.xml
Abstract bean definition parser is aware of message channel attribute.
AbstractMessageChannelTemplateAwareParser() - Constructor for class com.consol.citrus.config.xml.AbstractMessageChannelTemplateAwareParser
 
AbstractMessageContentBuilder<T> - Class in com.consol.citrus.validation.builder
Abstract control message builder is aware of message headers and delegates message payload generation to subclass.
AbstractMessageContentBuilder() - Constructor for class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
 
AbstractMessageReceiver - Class in com.consol.citrus.message
Abstract base class for message receiver implementations.
AbstractMessageReceiver() - Constructor for class com.consol.citrus.message.AbstractMessageReceiver
 
AbstractMessageValidator<T extends ValidationContext> - Class in com.consol.citrus.validation
Base abstract implementation for message validators.
AbstractMessageValidator() - Constructor for class com.consol.citrus.validation.AbstractMessageValidator
 
AbstractSchemaMappingStrategy - Class in com.consol.citrus.xml.schema
Abstract schema mapping strategy extracts target namespace and root element name for subclasses.
AbstractSchemaMappingStrategy() - Constructor for class com.consol.citrus.xml.schema.AbstractSchemaMappingStrategy
 
AbstractServer - Class in com.consol.citrus.server
Abstract base class for Server implementations.
AbstractServer() - Constructor for class com.consol.citrus.server.AbstractServer
 
AbstractSoapAttachmentValidator - Class in com.consol.citrus.ws.validation
Abstract SOAP attachment validator tries to find attachment within received message and compares its attachment contentId, contentType and content body to a control attachment definition.
AbstractSoapAttachmentValidator() - Constructor for class com.consol.citrus.ws.validation.AbstractSoapAttachmentValidator
 
AbstractSoapFaultValidator - Class in com.consol.citrus.ws.validation
Abstract soap fault validation implementation offering basic faultCode and faultString validation.
AbstractSoapFaultValidator() - Constructor for class com.consol.citrus.ws.validation.AbstractSoapFaultValidator
 
AbstractSshParser - Class in com.consol.citrus.ssh.config
Helper class for providing a mapping of XML attribute names to bean properties and other utility stuff common for all config parser.
AbstractSshParser() - Constructor for class com.consol.citrus.ssh.config.AbstractSshParser
 
AbstractSyncMessageSender - Class in com.consol.citrus.message
Abstract base class for message sender with functionality common for all synchronous message senders.
AbstractSyncMessageSender() - Constructor for class com.consol.citrus.message.AbstractSyncMessageSender
 
AbstractTestAction - Class in com.consol.citrus.actions
Abstract base class for test acions.
AbstractTestAction() - Constructor for class com.consol.citrus.actions.AbstractTestAction
 
AbstractTestActionListener - Class in com.consol.citrus.report
Basic implementation of TestActionListener interface so that subclasses only have to overwrite methods of interest.
AbstractTestActionListener() - Constructor for class com.consol.citrus.report.AbstractTestActionListener
 
AbstractTestDocGenerator - Class in com.consol.citrus.doc
 
AbstractTestDocGenerator(String, String) - Constructor for class com.consol.citrus.doc.AbstractTestDocGenerator
Default constructor using template name.
AbstractTestListener - Class in com.consol.citrus.report
Basic implementation of TestListener interface so that subclasses must not implement all methods but only overwrite some listener methods.
AbstractTestListener() - Constructor for class com.consol.citrus.report.AbstractTestListener
 
AbstractTestNGCitrusTest - Class in com.consol.citrus.testng
Abstract base test implementation for testng test cases.
AbstractTestNGCitrusTest() - Constructor for class com.consol.citrus.testng.AbstractTestNGCitrusTest
 
AbstractTestNGUnitTest - Class in com.consol.citrus.testng
Abstract base testng test implementation for Citrus unit testing.
AbstractTestNGUnitTest() - Constructor for class com.consol.citrus.testng.AbstractTestNGUnitTest
 
AbstractTestSuiteListener - Class in com.consol.citrus.report
Basic implementation of TestSuiteListener interface so that subclasses must not implement all methods but only overwrite some listener methods.
AbstractTestSuiteListener() - Constructor for class com.consol.citrus.report.AbstractTestSuiteListener
 
AbstractValidationCallback - Class in com.consol.citrus.validation
Validation callback automatically extracts message payload and headers so we work with Java code for validation.
AbstractValidationCallback() - Constructor for class com.consol.citrus.validation.AbstractValidationCallback
 
accept(Message<?>) - Method in class com.consol.citrus.channel.selector.DispatchingMessageSelector
accept(Message<?>) - Method in class com.consol.citrus.channel.selector.HeaderMatchingMessageSelector
accept(Message<?>) - Method in class com.consol.citrus.channel.selector.RootQNameMessageSelector
accept(Message<?>) - Method in class com.consol.citrus.channel.selector.XPathEvaluatingMessageSelector
action - Variable in class com.consol.citrus.dsl.definition.AbstractActionDefinition
The test action observed by this definition
action(TestAction) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds a custom test action implementation.
ActionContainerParser - Class in com.consol.citrus.config.xml
Abstract parser implementation that is aware of several embedded test actions of a container.
ActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for generic test action element.
ActionParser() - Constructor for class com.consol.citrus.config.xml.ActionParser
 
actions - Variable in class com.consol.citrus.container.AbstractActionContainer
List of nested actions
ActionTimeoutException - Exception in com.consol.citrus.exceptions
Throw this exception in case you did not receive a message on a destination in time.
ActionTimeoutException() - Constructor for exception com.consol.citrus.exceptions.ActionTimeoutException
Default constructor.
ActionTimeoutException(String) - Constructor for exception com.consol.citrus.exceptions.ActionTimeoutException
Constructor using fields.
ActionTimeoutException(Throwable) - Constructor for exception com.consol.citrus.exceptions.ActionTimeoutException
Constructor using fields.
ActionTimeoutException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.ActionTimeoutException
Constructor using fields.
ActiveMQServer - Class in com.consol.citrus.server.activemq
Server implementation starting a ActiveMQ JMS broker instance.
ActiveMQServer() - Constructor for class com.consol.citrus.server.activemq.ActiveMQServer
 
Adapter1 - Class in org.w3._2001.xmlschema
 
Adapter1() - Constructor for class org.w3._2001.xmlschema.Adapter1
 
Adapter2 - Class in org.w3._2001.xmlschema
 
Adapter2() - Constructor for class org.w3._2001.xmlschema.Adapter2
 
add(ProcessLauncher) - Method in interface com.consol.citrus.admin.launcher.ProcessMonitor
Adds a new process to the monitor.
add(ProcessLauncher) - Method in class com.consol.citrus.admin.launcher.ProcessMonitorImpl
Adds a new process to the monitor.
add(String, String) - Method in class com.consol.citrus.dsl.definition.CreateVariablesActionDefinition
Adds new variables
add(TestResult) - Method in class com.consol.citrus.report.TestResults
 
add(Server) - Method in class com.consol.citrus.server.ServerShutdownThread
Adds server to maintained server list
addAll(Collection<? extends TestResult>) - Method in class com.consol.citrus.report.TestResults
 
addBook(Message<AddBookRequestMessage>) - Method in class com.consol.citrus.samples.bookstore.BookStore
Adds a book to the registry.
AddBookRequestMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
AddBookRequestMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.AddBookRequestMessage
 
AddBookResponseMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
AddBookResponseMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.AddBookResponseMessage
 
addConstructorArgReference(BeanDefinitionBuilder, String) - Static method in class com.consol.citrus.config.util.BeanDefinitionParserUtils
Sets the property reference on bean definition in case reference is set properly.
addFaultDetail(String) - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Adds a fault detail element.
addFaultDetailResource(String) - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Delegates to payload resource setter.
addFinallyChainAction(TestAction) - Method in class com.consol.citrus.TestCase
Adds action to finally action chain.
addLoggingListener(LoggingListener) - Method in class com.consol.citrus.admin.listener.TestEventListener
Adds a new listener instance for logging events.
addMessageConstructingInterceptor(MessageConstructionInterceptor<String>) - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Adds a new interceptor to the message construction process.
addProcessListener(ProcessListener) - Method in interface com.consol.citrus.admin.launcher.ProcessLauncher
Adds a new listener
addProcessListener(ProcessListener) - Method in class com.consol.citrus.admin.launcher.ProcessLauncherImpl
Adds a new listener
addResult(TestResult) - Method in class com.consol.citrus.report.TestResults
Adds a test result to the result list.
addSchemaRepository(XsdSchemaRepository) - Method in class com.consol.citrus.validation.xml.DomXmlMessageValidator
Set the schema repository holding all known schema definition files.
addTestAction(TestAction) - Method in class com.consol.citrus.container.AbstractActionContainer
 
addTestAction(TestAction) - Method in class com.consol.citrus.container.Assert
 
addTestAction(TestAction) - Method in interface com.consol.citrus.container.TestActionContainer
Adds a test action to the nested action list.
addTestAction(TestAction) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
addTestActionListener(TestActionListener) - Method in class com.consol.citrus.report.TestActionListeners
Adds a new test action listener.
addTestListener(TestListener) - Method in class com.consol.citrus.report.TestListeners
Adds a new test listener.
addTestSuiteListener(TestSuiteListener) - Method in class com.consol.citrus.report.TestSuiteListeners
Adds a new test suite listener.
addValidationContext(XmlMessageValidationContext) - Method in class com.consol.citrus.ws.validation.SoapFaultDetailValidationContext
Adds new validation context to the list of contexts.
addVariableExtractors(VariableExtractor) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Adds a new variable extractor.
addVariables(Map<String, Object>) - Method in class com.consol.citrus.context.TestContext
Add several new variables to test context.
ADRESSING_HEADERS_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
ADRESSING_HEADERS_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
afterCompletion(MessageContext, Object, Exception) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
afterCompletion(MessageContext, Object, Exception) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
afterPropertiesSet() - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
afterPropertiesSet() - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
 
afterPropertiesSet() - Method in class com.consol.citrus.functions.core.MapValueFunction
Check that map is set correctly after initialization
afterPropertiesSet() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
afterPropertiesSet() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Initialize member variables if not set by user in application context.
afterPropertiesSet() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Initialize default JMS template if not already set.
afterPropertiesSet() - Method in class com.consol.citrus.jms.JmsReplyMessageSender
In addition to usual initializing steps check that replySestinationHolder is set correctly.
afterPropertiesSet() - Method in class com.consol.citrus.report.MessageTracingTestListener
afterPropertiesSet() - Method in class com.consol.citrus.server.AbstractServer
 
afterPropertiesSet() - Method in class com.consol.citrus.validation.MessageValidatorRegistry
Check if we have at least one message validator available.
afterPropertiesSet() - Method in class com.consol.citrus.validation.xhtml.XhtmlMessageValidator
Set default Tidy instance.
afterPropertiesSet() - Method in class com.consol.citrus.variable.GlobalVariablesPropertyLoader
 
afterPropertiesSet() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Initialize member variables if not set by user in application context.
afterPropertiesSet() - Method in class com.consol.citrus.xml.schema.MultiResourceXsdSchema
 
afterPropertiesSet() - Method in class com.consol.citrus.xml.schema.WsdlXsdSchema
 
afterPropertiesSet() - Method in class com.consol.citrus.xml.XsdSchemaRepository
afterSuite(ITestContext) - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Runs tasks after test suite.
airline - Variable in class com.consol.citrus.samples.flightbooking.model.Flight
 
ANSWER_SEPARATOR - Static variable in class com.consol.citrus.actions.InputAction
Separates valid answer possibilities
answers(String...) - Method in class com.consol.citrus.dsl.definition.InputActionDefinition
Sets the valid answers.
antrun(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new ANT run action definition for further configuration.
AntRunAction - Class in com.consol.citrus.actions
Action calls Apache ANT with given build file and runs ANT targets as separate build.
AntRunAction() - Constructor for class com.consol.citrus.actions.AntRunAction
 
AntRunActionDefinition - Class in com.consol.citrus.dsl.definition
Action running ANT build targets during test.
AntRunActionDefinition(AntRunAction) - Constructor for class com.consol.citrus.dsl.definition.AntRunActionDefinition
 
AntRunActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for ant run action in test case.
AntRunActionParser() - Constructor for class com.consol.citrus.config.xml.AntRunActionParser
 
AppContextController - Class in com.consol.citrus.admin.controller
 
AppContextController() - Constructor for class com.consol.citrus.admin.controller.AppContextController
 
AppContextInfo - Class in com.consol.citrus.admin.model
Java class for anonymous complex type.
AppContextInfo() - Constructor for class com.consol.citrus.admin.model.AppContextInfo
 
applicationContext - Variable in class com.consol.citrus.validation.AbstractValidationCallback
Spring application context injected before validation callback is called
ApplicationContextHolder - Class in com.consol.citrus.admin.executor
Singleton bean holding the application context for this Citrus project.
ApplicationContextHolder() - Constructor for class com.consol.citrus.admin.executor.ApplicationContextHolder
 
Assert - Class in com.consol.citrus.container
Assert exception to happen in nested test action.
Assert() - Constructor for class com.consol.citrus.container.Assert
 
assertActionClassAndName(Class<T>, String) - Method in class com.consol.citrus.testng.AbstractActionParserTest
Checks for test action to meet expected class and name.
assertActionCount(int) - Method in class com.consol.citrus.testng.AbstractActionParserTest
Asserts the action count in test case.
AssertDefinition - Class in com.consol.citrus.dsl.definition
 
AssertDefinition(Assert) - Constructor for class com.consol.citrus.dsl.definition.AssertDefinition
 
assertException(TestAction) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Assert exception to happen in nested test action.
AssertParser - Class in com.consol.citrus.config.xml
Bean definition parser for assert action in test case.
AssertParser() - Constructor for class com.consol.citrus.config.xml.AssertParser
 
assertSoapFault(TestAction) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Assert SOAP fault during action execution.
AssertSoapFault - Class in com.consol.citrus.ws.actions
Asserting SOAP fault exception in embedded test action.
AssertSoapFault() - Constructor for class com.consol.citrus.ws.actions.AssertSoapFault
 
AssertSoapFaultDefinition - Class in com.consol.citrus.dsl.definition
 
AssertSoapFaultDefinition(AssertSoapFault, ApplicationContext) - Constructor for class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
 
AssertSoapFaultParser - Class in com.consol.citrus.ws.config.xml
Parser for SOAP fault assert action.
AssertSoapFaultParser() - Constructor for class com.consol.citrus.ws.config.xml.AssertSoapFaultParser
 
attachmentValidator(SoapAttachmentValidator) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
Set explicit SOAP attachment validator.
attatchment(String, String, String) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
Sets the control attachment with string content.
attatchment(String, String, Resource) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
Sets the control attachment with content resource.
attatchment(SoapAttachment) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
Sets the control attachment from Java object instance.
attatchment(String, String, String) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
Sets the attachment with string content.
attatchment(String, String, Resource) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
Sets the attachment with content resource.
attatchment(SoapAttachment) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
Sets the attachment from Java object instance.
ATTRIBUTE - Static variable in class com.consol.citrus.admin.listener.TestEventListener
Servlet context attribute name
author - Variable in class com.consol.citrus.admin.model.TestCaseType
 
author(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds author to the test case.
author - Variable in class com.consol.citrus.samples.bookstore.model.Book
 
autoSleep(long) - Method in class com.consol.citrus.dsl.definition.RepeatOnErrorUntilTrueDefinition
Sets the auto sleep time in between repeats.
AUTOSTART_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
AUTOSTART_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
AvgFunction - Class in com.consol.citrus.functions.core
Function returning the average of a set of numeric values.
AvgFunction() - Constructor for class com.consol.citrus.functions.core.AvgFunction
 

B

BasicAuthClientHttpRequestFactory - Class in com.consol.citrus.http.client
Factory bean constructing a client request factory with user credentials for basic authentication.
BasicAuthClientHttpRequestFactory() - Constructor for class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
 
BasicAuthConstraint - Class in com.consol.citrus.http.security
Convenient constraint instantiation for basic authentication and multiple user roles.
BasicAuthConstraint(String[]) - Constructor for class com.consol.citrus.http.security.BasicAuthConstraint
Default constructor using fields.
BasicAuthConstraint - Class in com.consol.citrus.ws.security
Convenient constraint instantiation for basic authentication and multiple user roles.
BasicAuthConstraint(String[]) - Constructor for class com.consol.citrus.ws.security.BasicAuthConstraint
Default constructor using fields.
beanDefinitionContext - Variable in class com.consol.citrus.testng.AbstractBeanDefinitionParserTest
Application context holding bean definitions parsed
BeanDefinitionParserUtils - Class in com.consol.citrus.config.util
Provides shared utility methods for bean definition parsing.
beforeSuite(ITestContext) - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Runs tasks before test suite.
beforeTest() - Method in class com.consol.citrus.junit.AbstractJUnit4CitrusTest
Run tasks before each test case.
beforeTest(SequenceBeforeTest, TestContext) - Method in class com.consol.citrus.junit.JUnitTestExecutor
 
beforeTest(ITestContext) - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Runs tasks before tests.
book - Variable in class com.consol.citrus.samples.bookstore.model.AddBookRequestMessage
 
Book - Class in com.consol.citrus.samples.bookstore.model
Java class for Book complex type.
Book() - Constructor for class com.consol.citrus.samples.bookstore.model.Book
 
book - Variable in class com.consol.citrus.samples.bookstore.model.GetBookAbstractResponseMessage
 
book - Variable in class com.consol.citrus.samples.bookstore.model.GetBookDetailsResponseMessage
 
BookAbstractAttachmentEndpointInterceptor - Class in com.consol.citrus.samples.bookstore.endpoint.interceptor
Adds an image attachment to the SOAP response message.
BookAbstractAttachmentEndpointInterceptor() - Constructor for class com.consol.citrus.samples.bookstore.endpoint.interceptor.BookAbstractAttachmentEndpointInterceptor
 
bookingId - Variable in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
 
bookingId - Variable in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
 
BookingSplitter - Class in com.consol.citrus.samples.flightbooking
 
BookingSplitter() - Constructor for class com.consol.citrus.samples.flightbooking.BookingSplitter
 
books - Variable in class com.consol.citrus.samples.bookstore.model.ListBooksResponseMessage
 
books - Variable in class com.consol.citrus.samples.bookstore.model.ListBooksResponseMessage.Books
 
BookStore - Class in com.consol.citrus.samples.bookstore
 
BookStore() - Constructor for class com.consol.citrus.samples.bookstore.BookStore
 
BooleanExpressionParser - Class in com.consol.citrus.util
Parses boolean expression strings and evaluates to boolean result.
build() - Static method in class com.consol.citrus.doc.ExcelTestDocGenerator
Builds a new test doc generator.
build() - Static method in class com.consol.citrus.doc.HtmlTestDocGenerator
Builds a new test doc generator.
build() - Static method in class com.consol.citrus.doc.SvgTestDocGenerator
Builds a new test doc generator.
build() - Method in class com.consol.citrus.message.MessageSelectorBuilder
Builds the message selector.
build(ApplicationContext) - Method in interface com.consol.citrus.script.GroovyTestCaseParser.TestCaseBuilder
 
build() - Static method in class com.consol.citrus.util.TestCaseCreator
Builder method for this creator.
build() - Method in class com.consol.citrus.validation.script.TemplateBasedScriptBuilder
Builds the final script.
buildContext(Message<?>, Map<String, String>) - Method in class com.consol.citrus.xml.namespace.NamespaceContextBuilder
Construct a basic namespace context from the received message and explicit namespace mappings.
buildJavaFileContent() - Method in class com.consol.citrus.util.TestCaseCreator
Builds the Java file content based on a template file.
buildMessageContent(TestContext) - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
Constructs the control message with headers and payload coming from subclass implementation.
buildMessageContent(TestContext) - Method in interface com.consol.citrus.validation.builder.MessageContentBuilder
Builds the control message.
buildMessageContent(TestContext) - Method in class com.consol.citrus.validation.builder.StaticMessageContentBuilder
Returns the static message every time.
buildMessageHeaders(TestContext) - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
 
buildMessageHeaders(TestContext) - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
 
buildMessagePayload(TestContext) - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
 
buildMessagePayload(TestContext) - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Build the control message from
buildMessagePayload(TestContext) - Method in class com.consol.citrus.validation.script.GroovyScriptMessageBuilder
Build the control message from script code.
buildValueMismatchErrorMessage(String, Object, Object) - Static method in class com.consol.citrus.validation.ValidationUtils
Constructs proper error message with expected value and actual value.
buildXmlFileContent() - Method in class com.consol.citrus.util.TestCaseCreator
Builds ther XML file content based on a template file.

C

CachingHttpServletRequestWrapper - Class in com.consol.citrus.http.servlet
Caching wrapper saves request body data to cache when read.
CachingHttpServletRequestWrapper(HttpServletRequest) - Constructor for class com.consol.citrus.http.servlet.CachingHttpServletRequestWrapper
Default constructor using initial servlet request.
CallTemplateParser - Class in com.consol.citrus.config.xml
Bean definition parser for call template action in test case.
CallTemplateParser() - Constructor for class com.consol.citrus.config.xml.CallTemplateParser
 
Catch - Class in com.consol.citrus.container
Action catches possible exceptions in nested test actions.
Catch() - Constructor for class com.consol.citrus.container.Catch
 
catchException(String, TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Action catches possible exceptions in nested test actions.
catchException(Class<? extends Throwable>, TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Action catches possible exceptions in nested test actions.
catchException(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Action catches possible exceptions in nested test actions.
CatchParser - Class in com.consol.citrus.config.xml
Bean definition parser for catch action in test case.
CatchParser() - Constructor for class com.consol.citrus.config.xml.CatchParser
 
CeilingFunction - Class in com.consol.citrus.functions.core
Returns the smallest (closest to negative infinity) double value according to the numeric argument.
CeilingFunction() - Constructor for class com.consol.citrus.functions.core.CeilingFunction
 
channel(String) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Adds a channel name to the list of channels to purge in this action.
channel(MessageChannel) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Adds a channel to the list of channels to purge in this action.
channelNames(List<String>) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Adds list of channel names to purge in this action.
channelNames(String...) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Adds several channel names to the list of channels to purge in this action.
channelResolver(ChannelResolver) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Sets the channelResolver for using channel names.
channels(List<MessageChannel>) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Adds list of channels to purge in this action.
channels(MessageChannel...) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Sets several channels to purge in this action.
charset(String) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
Sets the charset name for this send action definition's control attachment.
charset(String) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
Sets the charset name for this send action definition's attachment.
CHARSET_NAME - Static variable in class com.consol.citrus.ws.message.CitrusSoapMessageHeaders
Charset header name
checkCondition() - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Check aborting condition.
checkLeadingZeros(String, boolean) - Static method in class com.consol.citrus.functions.core.RandomNumberFunction
Remove leading Zero numbers.
Citrus - Class in com.consol.citrus
Citrus command line application.
Citrus(CommandLine) - Constructor for class com.consol.citrus.Citrus
Default constructor.
CitrusCliOptions - Class in com.consol.citrus
Citrus CLI options.
CitrusCliOptions() - Constructor for class com.consol.citrus.CitrusCliOptions
Default constructor.
CitrusConfigNamespaceHandler - Class in com.consol.citrus.config.handler
Namespace handler for components in Citrus configuration.
CitrusConfigNamespaceHandler() - Constructor for class com.consol.citrus.config.handler.CitrusConfigNamespaceHandler
 
CitrusConstants - Class in com.consol.citrus
Constants used throughout Citrus.
CitrusHttpConfigNamespaceHandler - Class in com.consol.citrus.http.config.handler
Namespace handler implementation for components in Citrus http namespace.
CitrusHttpConfigNamespaceHandler() - Constructor for class com.consol.citrus.http.config.handler.CitrusHttpConfigNamespaceHandler
 
CitrusHttpMessageHeaders - Class in com.consol.citrus.http.message
 
CitrusMessageHeaders - Class in com.consol.citrus.message
Citrus specific message headers.
CitrusRuntimeException - Exception in com.consol.citrus.exceptions
Basic custom runtime exception for all errors in Citrus
CitrusRuntimeException() - Constructor for exception com.consol.citrus.exceptions.CitrusRuntimeException
Default constructor.
CitrusRuntimeException(String) - Constructor for exception com.consol.citrus.exceptions.CitrusRuntimeException
Constructor using fields.
CitrusRuntimeException(Throwable) - Constructor for exception com.consol.citrus.exceptions.CitrusRuntimeException
Constructor using fields.
CitrusRuntimeException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.CitrusRuntimeException
Constructor using fields.
CitrusSoapMessageHeaders - Class in com.consol.citrus.ws.message
 
CitrusSshClient - Class in com.consol.citrus.ssh
A SSH client which sends a request specified in a test-cast as SSH EXEC call to a target host and notifies a ReplyMessageHandler after the SSH call has been returned.
CitrusSshClient() - Constructor for class com.consol.citrus.ssh.CitrusSshClient
 
CitrusSshConfigNamespaceHandler - Class in com.consol.citrus.ssh.config
Namespace handler implementation for components in Citrus SSH namespace.
CitrusSshConfigNamespaceHandler() - Constructor for class com.consol.citrus.ssh.config.CitrusSshConfigNamespaceHandler
 
CitrusSshServer - Class in com.consol.citrus.ssh
SSH Server implemented with Apache SSHD (http://mina.apache.org/sshd/).
CitrusSshServer() - Constructor for class com.consol.citrus.ssh.CitrusSshServer
 
CitrusTestcaseNamespaceHandler - Class in com.consol.citrus.config.handler
Namespace handler registers bean definition parser for Citrus testcase schema elements.
CitrusTestcaseNamespaceHandler() - Constructor for class com.consol.citrus.config.handler.CitrusTestcaseNamespaceHandler
 
CitrusWsConfigNamespaceHandler - Class in com.consol.citrus.ws.config.handler
Namespace handler for configuration components in Citrus ws namespace.
CitrusWsConfigNamespaceHandler() - Constructor for class com.consol.citrus.ws.config.handler.CitrusWsConfigNamespaceHandler
 
CitrusWsTestcaseNamespaceHandler - Class in com.consol.citrus.ws.config.handler
Namespace handler for test action components in Citrus ws namespace.
CitrusWsTestcaseNamespaceHandler() - Constructor for class com.consol.citrus.ws.config.handler.CitrusWsTestcaseNamespaceHandler
 
CLASSPATH_PREFIX - Static variable in class com.consol.citrus.ssh.CitrusSshClient
 
ClasspathTestExecutor - Class in com.consol.citrus.admin.executor
 
ClasspathTestExecutor() - Constructor for class com.consol.citrus.admin.executor.ClasspathTestExecutor
 
clear() - Method in class com.consol.citrus.context.TestContext
Clears variables in this test context.
clearTestResults() - Method in class com.consol.citrus.report.HtmlReporter
 
clearTestResults() - Method in class com.consol.citrus.report.JUnitReporter
 
clearTestResults() - Method in class com.consol.citrus.report.LoggingReporter
 
clearTestResults() - Method in interface com.consol.citrus.report.TestReporter
Dismiss previous test results for next test run.
code - Variable in class com.consol.citrus.demo.model.FaultType
 
com.consol.citrus - package com.consol.citrus
 
com.consol.citrus.actions - package com.consol.citrus.actions
 
com.consol.citrus.adapter.common.endpoint - package com.consol.citrus.adapter.common.endpoint
 
com.consol.citrus.adapter.handler - package com.consol.citrus.adapter.handler
 
com.consol.citrus.admin.controller - package com.consol.citrus.admin.controller
 
com.consol.citrus.admin.executor - package com.consol.citrus.admin.executor
 
com.consol.citrus.admin.launcher - package com.consol.citrus.admin.launcher
 
com.consol.citrus.admin.launcher.process - package com.consol.citrus.admin.launcher.process
 
com.consol.citrus.admin.listener - package com.consol.citrus.admin.listener
 
com.consol.citrus.admin.model - package com.consol.citrus.admin.model
 
com.consol.citrus.admin.service - package com.consol.citrus.admin.service
 
com.consol.citrus.admin.servlet - package com.consol.citrus.admin.servlet
 
com.consol.citrus.admin.websocket - package com.consol.citrus.admin.websocket
 
com.consol.citrus.aop - package com.consol.citrus.aop
 
com.consol.citrus.channel - package com.consol.citrus.channel
 
com.consol.citrus.channel.selector - package com.consol.citrus.channel.selector
 
com.consol.citrus.config - package com.consol.citrus.config
 
com.consol.citrus.config.handler - package com.consol.citrus.config.handler
 
com.consol.citrus.config.util - package com.consol.citrus.config.util
 
com.consol.citrus.config.xml - package com.consol.citrus.config.xml
 
com.consol.citrus.container - package com.consol.citrus.container
 
com.consol.citrus.context - package com.consol.citrus.context
 
com.consol.citrus.demo - package com.consol.citrus.demo
 
com.consol.citrus.demo.model - package com.consol.citrus.demo.model
 
com.consol.citrus.doc - package com.consol.citrus.doc
 
com.consol.citrus.dsl - package com.consol.citrus.dsl
 
com.consol.citrus.dsl.definition - package com.consol.citrus.dsl.definition
 
com.consol.citrus.exceptions - package com.consol.citrus.exceptions
 
com.consol.citrus.functions - package com.consol.citrus.functions
 
com.consol.citrus.functions.core - package com.consol.citrus.functions.core
 
com.consol.citrus.http - package com.consol.citrus.http
 
com.consol.citrus.http.client - package com.consol.citrus.http.client
 
com.consol.citrus.http.config.handler - package com.consol.citrus.http.config.handler
 
com.consol.citrus.http.config.xml - package com.consol.citrus.http.config.xml
 
com.consol.citrus.http.controller - package com.consol.citrus.http.controller
 
com.consol.citrus.http.interceptor - package com.consol.citrus.http.interceptor
 
com.consol.citrus.http.message - package com.consol.citrus.http.message
 
com.consol.citrus.http.security - package com.consol.citrus.http.security
 
com.consol.citrus.http.servlet - package com.consol.citrus.http.servlet
 
com.consol.citrus.jms - package com.consol.citrus.jms
 
com.consol.citrus.junit - package com.consol.citrus.junit
 
com.consol.citrus.message - package com.consol.citrus.message
 
com.consol.citrus.report - package com.consol.citrus.report
 
com.consol.citrus.samples.bookstore - package com.consol.citrus.samples.bookstore
 
com.consol.citrus.samples.bookstore.endpoint.interceptor - package com.consol.citrus.samples.bookstore.endpoint.interceptor
 
com.consol.citrus.samples.bookstore.exceptions - package com.consol.citrus.samples.bookstore.exceptions
 
com.consol.citrus.samples.bookstore.model - package com.consol.citrus.samples.bookstore.model
 
com.consol.citrus.samples.common - package com.consol.citrus.samples.common
 
com.consol.citrus.samples.common.exceptions - package com.consol.citrus.samples.common.exceptions
 
com.consol.citrus.samples.common.xml.validation - package com.consol.citrus.samples.common.xml.validation
 
com.consol.citrus.samples.flightbooking - package com.consol.citrus.samples.flightbooking
 
com.consol.citrus.samples.flightbooking.entity - package com.consol.citrus.samples.flightbooking.entity
 
com.consol.citrus.samples.flightbooking.entity.converter - package com.consol.citrus.samples.flightbooking.entity.converter
 
com.consol.citrus.samples.flightbooking.header - package com.consol.citrus.samples.flightbooking.header
 
com.consol.citrus.samples.flightbooking.model - package com.consol.citrus.samples.flightbooking.model
 
com.consol.citrus.samples.flightbooking.persistence - package com.consol.citrus.samples.flightbooking.persistence
 
com.consol.citrus.samples.flightbooking.persistence.impl - package com.consol.citrus.samples.flightbooking.persistence.impl
 
com.consol.citrus.samples.greeting - package com.consol.citrus.samples.greeting
 
com.consol.citrus.samples.greeting.model - package com.consol.citrus.samples.greeting.model
 
com.consol.citrus.script - package com.consol.citrus.script
 
com.consol.citrus.server - package com.consol.citrus.server
 
com.consol.citrus.server.activemq - package com.consol.citrus.server.activemq
 
com.consol.citrus.ssh - package com.consol.citrus.ssh
 
com.consol.citrus.ssh.config - package com.consol.citrus.ssh.config
 
com.consol.citrus.testng - package com.consol.citrus.testng
 
com.consol.citrus.util - package com.consol.citrus.util
 
com.consol.citrus.validation - package com.consol.citrus.validation
 
com.consol.citrus.validation.builder - package com.consol.citrus.validation.builder
 
com.consol.citrus.validation.callback - package com.consol.citrus.validation.callback
 
com.consol.citrus.validation.context - package com.consol.citrus.validation.context
 
com.consol.citrus.validation.interceptor - package com.consol.citrus.validation.interceptor
 
com.consol.citrus.validation.json - package com.consol.citrus.validation.json
 
com.consol.citrus.validation.matcher - package com.consol.citrus.validation.matcher
 
com.consol.citrus.validation.matcher.core - package com.consol.citrus.validation.matcher.core
 
com.consol.citrus.validation.script - package com.consol.citrus.validation.script
 
com.consol.citrus.validation.script.sql - package com.consol.citrus.validation.script.sql
 
com.consol.citrus.validation.text - package com.consol.citrus.validation.text
 
com.consol.citrus.validation.xhtml - package com.consol.citrus.validation.xhtml
 
com.consol.citrus.validation.xml - package com.consol.citrus.validation.xml
 
com.consol.citrus.variable - package com.consol.citrus.variable
 
com.consol.citrus.ws - package com.consol.citrus.ws
 
com.consol.citrus.ws.actions - package com.consol.citrus.ws.actions
 
com.consol.citrus.ws.addressing - package com.consol.citrus.ws.addressing
 
com.consol.citrus.ws.config.handler - package com.consol.citrus.ws.config.handler
 
com.consol.citrus.ws.config.xml - package com.consol.citrus.ws.config.xml
 
com.consol.citrus.ws.interceptor - package com.consol.citrus.ws.interceptor
 
com.consol.citrus.ws.message - package com.consol.citrus.ws.message
 
com.consol.citrus.ws.message.builder - package com.consol.citrus.ws.message.builder
 
com.consol.citrus.ws.message.callback - package com.consol.citrus.ws.message.callback
 
com.consol.citrus.ws.message.converter - package com.consol.citrus.ws.message.converter
 
com.consol.citrus.ws.security - package com.consol.citrus.ws.security
 
com.consol.citrus.ws.util - package com.consol.citrus.ws.util
 
com.consol.citrus.ws.validation - package com.consol.citrus.ws.validation
 
com.consol.citrus.xml - package com.consol.citrus.xml
 
com.consol.citrus.xml.namespace - package com.consol.citrus.xml.namespace
 
com.consol.citrus.xml.schema - package com.consol.citrus.xml.schema
 
com.consol.citrus.xml.xpath - package com.consol.citrus.xml.xpath
 
ConcatFunction - Class in com.consol.citrus.functions.core
Function concatenating multiple tokens to a single string.
ConcatFunction() - Constructor for class com.consol.citrus.functions.core.ConcatFunction
 
condition - Variable in class com.consol.citrus.container.AbstractIteratingTestAction
Boolean expression string
condition(String) - Method in class com.consol.citrus.dsl.definition.IterateDefinition
Adds a condition to this iterate container.
Conditional - Class in com.consol.citrus.container
Class executes nested test actions if condition expression evaluates to true.
Conditional() - Constructor for class com.consol.citrus.container.Conditional
 
conditional(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds conditional container with nested test actions.
ConditionalDefinition - Class in com.consol.citrus.dsl.definition
Action definition creates a conditional container, which executes nested test actions if condition expression evaluates to true.
ConditionalDefinition(Conditional) - Constructor for class com.consol.citrus.dsl.definition.ConditionalDefinition
 
ConditionalParser - Class in com.consol.citrus.config.xml
Bean definition parser for selection container in test case.
ConditionalParser() - Constructor for class com.consol.citrus.config.xml.ConditionalParser
 
ConfigService - Class in com.consol.citrus.admin.service
Single point of access for all configuration settings
ConfigService() - Constructor for class com.consol.citrus.admin.service.ConfigService
 
ConfigurationController - Class in com.consol.citrus.admin.controller
Project controller handles project choosing requests and project configuration setup form submits
ConfigurationController() - Constructor for class com.consol.citrus.admin.controller.ConfigurationController
 
configure() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Configures the test case with test actions.
connectionFactory(ConnectionFactory) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
Sets the Connection factory.
CONNECTOR_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
CONNECTOR_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
CONNECTORS_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
CONNECTORS_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
constructMessageBuilder(Element) - Method in class com.consol.citrus.config.xml.AbstractMessageActionParser
Static parse method taking care of basic message element parsing.
constructorArgs(Object...) - Method in class com.consol.citrus.dsl.definition.JavaActionDefinition
Constructor arguments.
ContainsIgnoreCaseValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on String.toLowerCase().contains()
ContainsIgnoreCaseValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.ContainsIgnoreCaseValidationMatcher
 
ContainsValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on String.contains()
ContainsValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.ContainsValidationMatcher
 
CONTENT - Static variable in class com.consol.citrus.ws.message.CitrusSoapMessageHeaders
Content body header name
CONTENT_ID - Static variable in class com.consol.citrus.ws.message.CitrusSoapMessageHeaders
Content id header name
CONTENT_TYPE - Static variable in class com.consol.citrus.ws.message.CitrusSoapMessageHeaders
Content type header name
context - Variable in class com.consol.citrus.testng.AbstractTestNGUnitTest
Test context
CONTEXT_CONFIC_LOCATION_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
CONTEXT_CONFIC_LOCATION_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
ControlMessageValidationContext - Class in com.consol.citrus.validation
Validation context providing a control message for message validation.
ControlMessageValidationContext() - Constructor for class com.consol.citrus.validation.ControlMessageValidationContext
 
ControlMessageValidator - Class in com.consol.citrus.validation
Basic control message validator provides message header validation.
ControlMessageValidator() - Constructor for class com.consol.citrus.validation.ControlMessageValidator
 
controlResultSet - Variable in class com.consol.citrus.actions.ExecuteSQLQueryAction
Map holding all column values to be validated, keys represent the column names
convert(WebServiceMessage, MessageContext) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Converts a web service message to a internal Spring Integration message.
convert(WebServiceMessage) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Converts a web service message to a integration message representation.
correlationId - Variable in class com.consol.citrus.demo.model.FaultDetail
 
correlationId - Variable in class com.consol.citrus.demo.model.HelloRequest
 
correlationId - Variable in class com.consol.citrus.demo.model.HelloResponse
 
correlationId - Variable in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
 
correlationId - Variable in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
 
correlationId - Variable in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
 
correlationId - Variable in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
 
correlationId - Variable in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
 
correlationId - Variable in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
 
createAddBookRequestMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of AddBookRequestMessage
createAddBookResponseMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of AddBookResponseMessage
createAppContextInfo() - Method in class com.consol.citrus.admin.model.ObjectFactory
Create an instance of AppContextInfo
createApplicationContext() - Method in class com.consol.citrus.junit.JUnitTestExecutor
Creates the Spring application context.
createApplicationContext(String) - Method in class com.consol.citrus.testng.AbstractBeanDefinitionParserTest
Creates a new application context with specified child application context.
createApplicationContext() - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Creates the Spring application context.
createBook() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of Book
CreateCDataSectionFunction - Class in com.consol.citrus.functions.core
Adds XML CDATA section tags to parameter value.
CreateCDataSectionFunction() - Constructor for class com.consol.citrus.functions.core.CreateCDataSectionFunction
 
createConnection() - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Create queue connection.
createConnection() - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Creates a new JMS connection.
createConnection() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Create new JMS connection.
createCustomer() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of Customer
createFaultDetail() - Method in class com.consol.citrus.demo.model.ObjectFactory
Create an instance of FaultDetail
createFaultType() - Method in class com.consol.citrus.demo.model.ObjectFactory
Create an instance of FaultType
createFlight() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of Flight
createFlightBookingConfirmationMessage() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of FlightBookingConfirmationMessage
createFlightBookingRequestMessage() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of FlightBookingRequestMessage
createGetBookAbstractRequestMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of GetBookAbstractRequestMessage
createGetBookAbstractResponseMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of GetBookAbstractResponseMessage
createGetBookDetailsRequestMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of GetBookDetailsRequestMessage
createGetBookDetailsResponseMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of GetBookDetailsResponseMessage
createGreetingRequestMessage() - Method in class com.consol.citrus.samples.greeting.model.ObjectFactory
Create an instance of GreetingRequestMessage
createGreetingResponseMessage() - Method in class com.consol.citrus.samples.greeting.model.ObjectFactory
Create an instance of GreetingResponseMessage
createHelloRequest() - Method in class com.consol.citrus.demo.model.ObjectFactory
Create an instance of HelloRequest
createHelloResponse() - Method in class com.consol.citrus.demo.model.ObjectFactory
Create an instance of HelloResponse
createListBooksRequestMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of ListBooksRequestMessage
createListBooksResponseMessage() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of ListBooksResponseMessage
createListBooksResponseMessageBooks() - Method in class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create an instance of ListBooksResponseMessage.Books
createMessage(TestContext) - Method in class com.consol.citrus.actions.SendMessageAction
Create message to be sent.
createMessageReceiverType() - Method in class com.consol.citrus.admin.model.ObjectFactory
Create an instance of MessageReceiverType
createMessageSenderType() - Method in class com.consol.citrus.admin.model.ObjectFactory
Create an instance of MessageSenderType
createServerInstanceType() - Method in class com.consol.citrus.admin.model.ObjectFactory
Create an instance of ServerInstanceType
createSession(Connection) - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Create queue session.
createSession(Connection) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Creates a new JMS session.
createSession(Connection) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Create new JMS session.
createStatementsFromFileResource(TestContext) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Reads SQL statements from external file resource.
createTestCase() - Method in class com.consol.citrus.util.TestCaseCreator
Create the test case.
createTestCaseType() - Method in class com.consol.citrus.admin.model.ObjectFactory
Create an instance of TestCaseType
createTestContext() - Method in class com.consol.citrus.junit.AbstractJUnit38CitrusTest
Deprecated. Creates a new test context.
createTestContext() - Method in class com.consol.citrus.junit.AbstractJUnit4CitrusTest
Creates a new test context.
createTestContext() - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Creates a new test context.
createTestContext() - Method in class com.consol.citrus.testng.AbstractTestNGUnitTest
Creates the test context with global variables and function registry.
createTestResult() - Method in class com.consol.citrus.admin.model.ObjectFactory
Create an instance of TestResult
createTravelBookingRequestMessage() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of TravelBookingRequestMessage
createTravelBookingRequestMessageFlights() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of TravelBookingRequestMessage.Flights
createTravelBookingResponseMessage() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of TravelBookingResponseMessage
createTravelBookingResponseMessageFlights() - Method in class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create an instance of TravelBookingResponseMessage.Flights
createTypedValue(String, String) - Static method in enum com.consol.citrus.message.MessageHeaderType
Creates a typed header value with type and value.
createValidator() - Method in class com.consol.citrus.xml.schema.MultiResourceXsdSchema
 
createValidator() - Method in class com.consol.citrus.xml.schema.WsdlXsdSchema
 
CreateVariablesAction - Class in com.consol.citrus.actions
Action creating new test variables during a test.
CreateVariablesAction() - Constructor for class com.consol.citrus.actions.CreateVariablesAction
 
CreateVariablesActionDefinition - Class in com.consol.citrus.dsl.definition
Action definition which creates new test variables during a test.
CreateVariablesActionDefinition(CreateVariablesAction) - Constructor for class com.consol.citrus.dsl.definition.CreateVariablesActionDefinition
 
CreateVariablesActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for create-variables action in test case.
CreateVariablesActionParser() - Constructor for class com.consol.citrus.config.xml.CreateVariablesActionParser
 
creationDate - Variable in class com.consol.citrus.admin.model.TestCaseType
 
creationDate(Date) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Sets the creation date.
CurrentDateFunction - Class in com.consol.citrus.functions.core
Function returning the actual date as formatted string value.
CurrentDateFunction() - Constructor for class com.consol.citrus.functions.core.CurrentDateFunction
 
Customer - Class in com.consol.citrus.samples.flightbooking.model
Java class for Customer complex type.
Customer() - Constructor for class com.consol.citrus.samples.flightbooking.model.Customer
 
customer - Variable in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
 
customer - Variable in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
 
CustomerConverter - Class in com.consol.citrus.samples.flightbooking.entity.converter
Converter takes care on model to entity conversion and vice versa.
CustomerDao - Interface in com.consol.citrus.samples.flightbooking.persistence
 
CustomerDaoImpl - Class in com.consol.citrus.samples.flightbooking.persistence.impl
 
CustomerDaoImpl() - Constructor for class com.consol.citrus.samples.flightbooking.persistence.impl.CustomerDaoImpl
 
CustomerEntity - Class in com.consol.citrus.samples.flightbooking.entity
 
CustomerEntity() - Constructor for class com.consol.citrus.samples.flightbooking.entity.CustomerEntity
 
cutOffPrefix(String) - Static method in enum com.consol.citrus.xml.xpath.XPathExpressionResult
Cut off the leading result type prefix in a XPath expression string.
cutOffVariablesPrefix(String) - Static method in class com.consol.citrus.variable.VariableUtils
Cut off variables prefix

D

DatePatternValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher checking for valid date format.
DatePatternValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.DatePatternValidationMatcher
 
DecodeBase64Function - Class in com.consol.citrus.functions.core
Decodes base64 binary data to a character sequence.
DecodeBase64Function() - Constructor for class com.consol.citrus.functions.core.DecodeBase64Function
 
decorateLastScriptLine(String) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Subclasses may want to decorate last script line.
decorateLastScriptLine(String) - Method in class com.consol.citrus.actions.ExecutePLSQLAction
 
DEFAULT_APPLICATIONCONTEXT - Static variable in class com.consol.citrus.CitrusConstants
Default application context name
DEFAULT_BEAN_ID - Static variable in class com.consol.citrus.xml.namespace.NamespaceContextBuilder
The default bean id in Spring application context
DEFAULT_JAVA_DIRECTORY - Static variable in class com.consol.citrus.CitrusConstants
Default test directories
DEFAULT_MESSAGE_TYPE - Static variable in class com.consol.citrus.CitrusConstants
Default message type used in message validation mechanism
DEFAULT_REPOSITORY_NAME - Static variable in class com.consol.citrus.xml.XsdSchemaRepository
The default repository name
DEFAULT_TEST_DIRECTORY - Static variable in class com.consol.citrus.CitrusConstants
 
DEFAULT_TEST_NAME - Static variable in class com.consol.citrus.CitrusConstants
Default test name
DefaultReplyMessageCorrelator - Class in com.consol.citrus.message
Default message correlator implementation using the Spring integration message id as correlation key.
DefaultReplyMessageCorrelator() - Constructor for class com.consol.citrus.message.DefaultReplyMessageCorrelator
 
DefaultXMLMessageValidator - Class in com.consol.citrus.validation
Deprecated. since 1.2, in favor of using DomXmlMessageValidator
DefaultXMLMessageValidator() - Constructor for class com.consol.citrus.validation.DefaultXMLMessageValidator
Deprecated.  
description - Variable in class com.consol.citrus.actions.AbstractTestAction
Describing the test action
description - Variable in class com.consol.citrus.admin.model.TestCaseType
 
description(String) - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
 
description(String) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
description(String) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
description(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds description to the test case.
DescriptionElementParser - Class in com.consol.citrus.config.xml
Bean definition parser for description elements of test actions.
destroy() - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Destroy method closing JMS session and connection
destroy() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Destroy method closing JMS session and connection
destroy() - Method in class com.consol.citrus.server.AbstractServer
 
destroy() - Method in class com.consol.citrus.ssh.SshCommand
destroyApplicationContext() - Method in class com.consol.citrus.admin.executor.ApplicationContextHolder
Stops and destroy this application context.
determineTargetChannels(Message<?>) - Method in class com.consol.citrus.samples.flightbooking.FlightRouter
 
DigestAuthHeaderFunction - Class in com.consol.citrus.functions.core
Function creates digest authentication HTTP header with given security parameters: username password realm noncekey method uri opaque algorithm
DigestAuthHeaderFunction() - Constructor for class com.consol.citrus.functions.core.DigestAuthHeaderFunction
 
DispatchingMessageSelector - Class in com.consol.citrus.channel.selector
Message selector dispatches incoming messages to several other selector implementations according to selector names.
DispatchingMessageSelector(String, BeanFactory) - Constructor for class com.consol.citrus.channel.selector.DispatchingMessageSelector
Default constructor using a selector string.
doBody(OutputStream) - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Generates the test documentation.
doBody(OutputStream) - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
doBody(OutputStream) - Method in class com.consol.citrus.doc.HtmlTestDocGenerator
 
doBody(OutputStream) - Method in class com.consol.citrus.doc.SvgTestDocGenerator
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Subclasses may add custom execution logic here.
doExecute(TestContext) - Method in class com.consol.citrus.actions.AbstractTestAction
Subclasses may add custom execution logic here.
doExecute(TestContext) - Method in class com.consol.citrus.actions.AntRunAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.CreateVariablesAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.EchoAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.ExecutePLSQLAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.ExecuteSQLAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.FailAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.InputAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.JavaAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.LoadPropertiesAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Method receives a message via MessageReceiver instance constructs a validation context and starts the message validation via MessageValidator.
doExecute(TestContext) - Method in class com.consol.citrus.actions.ReceiveTimeoutAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.SendMessageAction
Message is constructed with payload and header entries and sent via MessageSender instance.
doExecute(TestContext) - Method in class com.consol.citrus.actions.SleepAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.StartServerAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.StopServerAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.StopTimeAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.TraceVariablesAction
 
doExecute(TestContext) - Method in class com.consol.citrus.actions.TransformAction
 
doExecute(TestContext) - Method in class com.consol.citrus.container.AbstractIteratingTestAction
 
doExecute(TestContext) - Method in class com.consol.citrus.container.Assert
 
doExecute(TestContext) - Method in class com.consol.citrus.container.Catch
 
doExecute(TestContext) - Method in class com.consol.citrus.container.Conditional
 
doExecute(TestContext) - Method in class com.consol.citrus.container.Parallel
 
doExecute(TestContext) - Method in class com.consol.citrus.container.Sequence
 
doExecute(TestContext) - Method in class com.consol.citrus.container.SequenceAfterSuite
 
doExecute(TestContext) - Method in class com.consol.citrus.container.SequenceBeforeSuite
 
doExecute(TestContext) - Method in class com.consol.citrus.container.SequenceBeforeTest
 
doExecute(TestContext) - Method in class com.consol.citrus.container.Template
 
doExecute(TestContext) - Method in class com.consol.citrus.script.GroovyAction
 
doExecute(TestContext) - Method in class com.consol.citrus.TestCase
Method executes the test case and all its actions.
doExecute(TestContext) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
doExecute(TestContext) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.consol.citrus.http.servlet.RequestCachingServletFilter
 
doFinally(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds sequence of test actions to finally block.
doHeader(OutputStream) - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Generates the test documentation.
doHeader(OutputStream) - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
doHeader(OutputStream) - Method in class com.consol.citrus.doc.HtmlTestDocGenerator
 
doHeader(OutputStream) - Method in class com.consol.citrus.doc.SvgTestDocGenerator
 
doInterceptMessage(Object) - Method in class com.consol.citrus.aop.StoreMessageInterceptorAspect
Deprecated.  
DomXmlMessageValidator - Class in com.consol.citrus.validation.xml
Default message validator implementation.
DomXmlMessageValidator() - Constructor for class com.consol.citrus.validation.xml.DomXmlMessageValidator
 
doParse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractJmsConfigParser
Subclasses must implement this parsing method in order to provide detailed bean definition building.
doParse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractJmsTemplateAwareParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Static method in class com.consol.citrus.config.xml.ActionContainerParser
 
doParse(Element, BeanDefinitionBuilder) - Static method in class com.consol.citrus.config.xml.DescriptionElementParser
Static parse method taking care of test action description.
doParse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.JmsSyncMessageSenderParser
 
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractJmsTemplateAwareParser
Subclasses must implement this method in order to provide detailed bean definition parsing.
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractMessageChannelTemplateAwareParser
Subclasses must implement this method in order to provide detailed bean definition parsing.
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.JmsMessageReceiverParser
 
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.JmsMessageSenderParser
 
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.JmsSyncMessageReceiverParser
 
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.MessageChannelReceiverParser
 
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.MessageChannelSenderParser
 
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ReplyMessageChannelSenderParser
 
doParseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.SyncMessageChannelSenderParser
 
doWebSocketConnect(HttpServletRequest, String) - Method in class com.consol.citrus.admin.servlet.LoggingWebSocketServlet
doWithMessage(Message, Message<?>) - Method in interface com.consol.citrus.adapter.handler.JmsConnectingMessageHandler.JmsMessageCallback
Opportunity to decorate generated jms message before forwarding
doWithMessage(WebServiceMessage) - Method in class com.consol.citrus.ws.message.callback.SoapRequestMessageCallback
Callback method called before request message is sent.
doWithMessage(WebServiceMessage) - Method in class com.consol.citrus.ws.message.callback.SoapResponseMessageCallback
Callback method called with actual web service response message.
doWithMessage(Message, Message<?>) - Method in class com.consol.citrus.ws.message.SoapAttachmentAwareJmsMessageCallback
 
doWithSoapRequest(SoapMessage) - Method in class com.consol.citrus.ws.message.callback.SoapRequestMessageCallback
Subclasses may use this method in order to manipulate the Soap request before sending.
doWithSoapRequest(SoapMessage) - Method in class com.consol.citrus.ws.message.callback.WsAddressingRequestMessageCallback
Update message with ws addressing header information.
DuplicateIsbnException - Exception in com.consol.citrus.samples.bookstore.exceptions
 
DuplicateIsbnException(Message<AddBookRequestMessage>) - Constructor for exception com.consol.citrus.samples.bookstore.exceptions.DuplicateIsbnException
 
DYNAMIC_NS_END - Static variable in class com.consol.citrus.xml.xpath.XPathUtils
 
DYNAMIC_NS_START - Static variable in class com.consol.citrus.xml.xpath.XPathUtils
Dynamic namespace prefix suffix

E

echo(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new echo action.
EchoAction - Class in com.consol.citrus.actions
Prints messages to the console/logger during test execution.
EchoAction() - Constructor for class com.consol.citrus.actions.EchoAction
 
EchoActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for echo action in test case.
EchoActionParser() - Constructor for class com.consol.citrus.config.xml.EchoActionParser
 
EmptyResponseProducingMessageHandler - Class in com.consol.citrus.adapter.handler
Message handler implementation generating empty response messages.
EmptyResponseProducingMessageHandler() - Constructor for class com.consol.citrus.adapter.handler.EmptyResponseProducingMessageHandler
 
EncodeBase64Function - Class in com.consol.citrus.functions.core
Encodes a character sequence to base64 binary using given charset.
EncodeBase64Function() - Constructor for class com.consol.citrus.functions.core.EncodeBase64Function
 
ENDPOINT_RESOLVER_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
ENDPOINT_RESOLVER_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
ENDPOINT_URI_HEADER_NAME - Static variable in class com.consol.citrus.adapter.common.endpoint.MessageHeaderEndpointUriResolver
Static header entry name specifying the dynamic endpoint uri
EndpointUriResolver - Interface in com.consol.citrus.adapter.common.endpoint
Resolves endpoint uri so we can send messages to dynamic endpoints.
EndsWithValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on String.endsWith()
EndsWithValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.EndsWithValidationMatcher
 
EqualsIgnoreCaseValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on String.equalsIgnoreCase()
EqualsIgnoreCaseValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.EqualsIgnoreCaseValidationMatcher
 
errorCode - Variable in class com.consol.citrus.demo.model.FaultDetail
 
EscapeXmlFunction - Class in com.consol.citrus.functions.core
Escapes XML fragment with escaped characters for '<', '>'.
EscapeXmlFunction() - Constructor for class com.consol.citrus.functions.core.EscapeXmlFunction
 
evaluate(String) - Static method in class com.consol.citrus.util.BooleanExpressionParser
Perform evaluation of boolean expression string.
evaluate(Node, String, NamespaceContext, XPathExpressionResult) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Evaluate XPath expression as String result type regardless what actual result type the expression will evaluate to.
evaluateAsBoolean(Node, String, NamespaceContext) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Evaluate XPath expression with result type Boolean value.
evaluateAsNode(Node, String, NamespaceContext) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Evaluate XPath expression with result type Node.
evaluateAsNumber(Node, String, NamespaceContext) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Evaluate XPath expression with result type Number.
evaluateAsObject(Node, String, NamespaceContext, QName) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Evaluate XPath expression.
evaluateAsString(Node, String, NamespaceContext) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Evaluate XPath expression with result type String.
ExcelTestDocGenerator - Class in com.consol.citrus.doc
Class to automatically generate a list of all available tests in MS Excel.
ExcelTestDocGenerator() - Constructor for class com.consol.citrus.doc.ExcelTestDocGenerator
Default constructor using test doc template name.
exception(Class<? extends Throwable>) - Method in class com.consol.citrus.dsl.definition.AssertDefinition
Expected exception during execution.
execute(TestContext) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Do basic logging and delegate execution to subclass.
execute(TestContext) - Method in class com.consol.citrus.actions.AbstractTestAction
Do basic logging and delegate execution to subclass.
execute(String) - Method in class com.consol.citrus.admin.executor.ClasspathTestExecutor
Run test and throw exception when failed.
execute(String) - Method in class com.consol.citrus.admin.executor.FileSystemTestExecutor
Run test and throw exception when failed.
execute(String) - Method in class com.consol.citrus.admin.executor.ProcessLaunchingTestExecutor
Run test and throw exception when failed.
execute(String) - Method in interface com.consol.citrus.admin.executor.TestExecutor
Run test and throw exception when failed.
execute(TestContext) - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
Main execution method doing all work
execute(List<String>) - Method in class com.consol.citrus.functions.core.AbsoluteFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.AvgFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.CeilingFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.ConcatFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.CreateCDataSectionFunction
Method called on execution.
execute(List<String>) - Method in class com.consol.citrus.functions.core.CurrentDateFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.DecodeBase64Function
Method called on execution.
execute(List<String>) - Method in class com.consol.citrus.functions.core.DigestAuthHeaderFunction
Method called on execution.
execute(List<String>) - Method in class com.consol.citrus.functions.core.EncodeBase64Function
Method called on execution.
execute(List<String>) - Method in class com.consol.citrus.functions.core.EscapeXmlFunction
Method called on execution.
execute(List<String>) - Method in class com.consol.citrus.functions.core.FloorFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.LocalHostAddressFunction
Method called on execution.
execute(List<String>) - Method in class com.consol.citrus.functions.core.LowerCaseFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.MapValueFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.MaxFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.MinFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.RandomEnumValueFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.RandomNumberFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.RandomStringFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.RandomUUIDFunction
Method called on execution.
execute(List<String>) - Method in class com.consol.citrus.functions.core.RoundFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.StringLengthFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.SubstringAfterFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.SubstringBeforeFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.SubstringFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.SumFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.TranslateFunction
 
execute(List<String>) - Method in class com.consol.citrus.functions.core.UpperCaseFunction
 
execute(List<String>) - Method in interface com.consol.citrus.functions.Function
Method called on execution.
execute(TestContext) - Method in interface com.consol.citrus.script.GroovyAction.ScriptExecutor
 
execute(TestContext) - Method in interface com.consol.citrus.TestAction
Main execution method doing all work
executeActions(TestContext) - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Executes the nested test actions.
executeActions(TestContext) - Method in class com.consol.citrus.container.RepeatOnErrorUntilTrue
Executes the nested test actions.
ExecuteAllTests - Class in com.consol.citrus.admin.launcher.process
ProcessBuilder for launching all Citrus tests.
ExecuteAllTests(File) - Constructor for class com.consol.citrus.admin.launcher.process.ExecuteAllTests
Executes all tests via Maven.
ExecuteCommand - Class in com.consol.citrus.admin.launcher.process
Base class for creating ProcessBuilders.
ExecuteCommand(String, File) - Constructor for class com.consol.citrus.admin.launcher.process.ExecuteCommand
Constructor for executing a command.
executeIteration(TestContext) - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Execute embedded actions in loop.
executeIteration(TestContext) - Method in class com.consol.citrus.container.Iterate
 
executeIteration(TestContext) - Method in class com.consol.citrus.container.RepeatOnErrorUntilTrue
 
executeIteration(TestContext) - Method in class com.consol.citrus.container.RepeatUntilTrue
 
ExecutePLSQLAction - Class in com.consol.citrus.actions
Class executes PLSQL statements either declared inline as PLSQL statements or given by an external file resource.
ExecutePLSQLAction() - Constructor for class com.consol.citrus.actions.ExecutePLSQLAction
 
ExecutePLSQLActionDefinition - Class in com.consol.citrus.dsl.definition
Creates an ExecutePLSQLAction, which executes PLSQL statements either declared inline as PLSQL statements or given by an external file resource.
ExecutePLSQLActionDefinition(ExecutePLSQLAction) - Constructor for class com.consol.citrus.dsl.definition.ExecutePLSQLActionDefinition
 
ExecutePLSQLActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for plsql action in test case.
ExecutePLSQLActionParser() - Constructor for class com.consol.citrus.config.xml.ExecutePLSQLActionParser
 
ExecuteSingleTest - Class in com.consol.citrus.admin.launcher.process
ProcessBuilder for launching a single citrus test.
ExecuteSingleTest(File, String) - Constructor for class com.consol.citrus.admin.launcher.process.ExecuteSingleTest
 
ExecuteSQLAction - Class in com.consol.citrus.actions
Test action execute SQL statements.
ExecuteSQLAction() - Constructor for class com.consol.citrus.actions.ExecuteSQLAction
 
ExecuteSQLActionDefinition - Class in com.consol.citrus.dsl.definition
Test action executes SQL statements.
ExecuteSQLActionDefinition(ExecuteSQLAction) - Constructor for class com.consol.citrus.dsl.definition.ExecuteSQLActionDefinition
 
ExecuteSQLQueryAction - Class in com.consol.citrus.actions
Action executes SQL queries and offers result set validation.
ExecuteSQLQueryAction() - Constructor for class com.consol.citrus.actions.ExecuteSQLQueryAction
 
ExecuteSQLQueryActionDefinition - Class in com.consol.citrus.dsl.definition
Action executes SQL queries and offers result set validation.
ExecuteSQLQueryActionDefinition(ExecuteSQLQueryAction) - Constructor for class com.consol.citrus.dsl.definition.ExecuteSQLQueryActionDefinition
 
executeTest(String) - Method in class com.consol.citrus.admin.controller.TestCaseController
 
executeTest(String) - Method in class com.consol.citrus.admin.service.TestCaseService
Runs a test case and returns result outcome (success or failure).
executeTest(ITestContext) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
 
executeTest() - Method in class com.consol.citrus.junit.AbstractJUnit38CitrusTest
Deprecated. Execute the test case.
executeTest() - Method in class com.consol.citrus.junit.AbstractJUnit4CitrusTest
Execute the test case.
executeTest(TestContext) - Method in class com.consol.citrus.junit.JUnitTestExecutor
 
executeTest() - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Executes the test case.
executeTest(ITestContext) - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Executes the test case.
expectTimeout(MessageReceiver) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new receive timeout action definition for further configuration.
expectTimeout(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new receive timeout action definition from message receiver name as String.
expression - Variable in class com.consol.citrus.container.Conditional
Boolean expression string
extract(String, String) - Method in class com.consol.citrus.dsl.definition.ExecuteSQLQueryActionDefinition
User can extract column values to test variables.
extractFromHeader(String, String) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Extract message header entry as variable.
extractFromHeader(String, String) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
extractFromHeader(String, String) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Extract message header entry as variable before message is sent.
extractFromHeader(String, String) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
extractFromPayload(String, String) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Extract message element via XPath from message payload as new test variable.
extractFromPayload(String, String) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
extractFromPayload(String, String) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Extract message element via XPath from payload before message is sent.
extractFromPayload(String, String) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
extractVariables(Message<?>, TestContext) - Method in class com.consol.citrus.variable.MessageHeaderVariableExtractor
Reads header information and saves new test variables.
extractVariables(Message<?>, TestContext) - Method in interface com.consol.citrus.variable.VariableExtractor
 
extractVariables(Message<?>, TestContext) - Method in class com.consol.citrus.variable.XpathPayloadVariableExtractor
Extract variables using Xpath expressions.

F

fail(String, int) - Method in interface com.consol.citrus.admin.launcher.ProcessListener
Invoked on failed completion event, with the process exit code
fail(String, Exception) - Method in interface com.consol.citrus.admin.launcher.ProcessListener
Invoked on failed completion event, with the exception that was caught
fail(String, int) - Method in class com.consol.citrus.admin.websocket.LoggingWebSocket
Invoked on failed completion event, with the process exit code
fail(String, Exception) - Method in class com.consol.citrus.admin.websocket.LoggingWebSocket
Invoked on failed completion event, with the exception that was caught
fail(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new fail action.
FailAction - Class in com.consol.citrus.actions
Action fails the test explicitly.
FailAction() - Constructor for class com.consol.citrus.actions.FailAction
 
FailActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for fail action in test case.
FailActionParser() - Constructor for class com.consol.citrus.config.xml.FailActionParser
 
failureStack - Variable in class com.consol.citrus.admin.model.TestResult
 
FailureStackElement - Class in com.consol.citrus.report
Failure stack element provides access to the detailed failure stack message and the location in the test case XML where error happened.
FailureStackElement(String, String, Long) - Constructor for class com.consol.citrus.report.FailureStackElement
Default constructor using fields.
FailureStackTestListener - Class in com.consol.citrus.report
 
FailureStackTestListener() - Constructor for class com.consol.citrus.report.FailureStackTestListener
 
fault - Variable in class com.consol.citrus.demo.model.HelloResponse
 
faultActor(String) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Expect fault actor in SOAP fault message.
faultActor(String) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Add custom fault string to SOAP fault message.
faultCode(String) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Expect fault code in SOAP fault message.
faultCode(String) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Adds custom SOAP fault code definition.
FaultDetail - Class in com.consol.citrus.demo.model
Java class for anonymous complex type.
FaultDetail() - Constructor for class com.consol.citrus.demo.model.FaultDetail
 
faultDetail(String) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Expect fault detail in SOAP fault message.
faultDetail(String) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Adds a fault detail to SOAP fault message.
faultDetailResource(Resource) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Expect fault detail from file resource.
faultDetailResource(String) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Expect fault detail from file resource.
faultDetailResource(Resource) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Adds a fault detail from file resource.
faultString(String) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Expect fault string in SOAP fault message.
faultString(String) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Add custom fault string to SOAP fault message.
FaultType - Class in com.consol.citrus.demo.model
Java class for FaultType complex type.
FaultType() - Constructor for class com.consol.citrus.demo.model.FaultType
 
file - Variable in class com.consol.citrus.admin.model.TestCaseType
 
FileSystemTestExecutor - Class in com.consol.citrus.admin.executor
 
FileSystemTestExecutor() - Constructor for class com.consol.citrus.admin.executor.FileSystemTestExecutor
 
FileUtils - Class in com.consol.citrus.util
Class to provide general file utilities, such as listing all XML files in a directory, or finding certain tests in a directory.
find(String) - Method in interface com.consol.citrus.samples.flightbooking.persistence.CustomerDao
Load a customer with given identifyer.
find(String) - Method in interface com.consol.citrus.samples.flightbooking.persistence.FlightDao
Load a flight with given identifyer.
find(String) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.CustomerDaoImpl
 
find(String) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.FlightDaoImpl
 
findAll() - Method in interface com.consol.citrus.samples.flightbooking.persistence.CustomerDao
Load all available customers.
findAll() - Method in interface com.consol.citrus.samples.flightbooking.persistence.FlightDao
Load all available flights.
findAll() - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.CustomerDaoImpl
 
findAll() - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.FlightDaoImpl
 
findMessageValidators(Message<?>) - Method in class com.consol.citrus.validation.MessageValidatorRegistry
Finds proper message validators for this message.
findMessageValidators(String) - Method in class com.consol.citrus.validation.MessageValidatorRegistry
Finds matching message validators for this message type.
findNodeByName(Document, String) - Static method in class com.consol.citrus.util.XMLUtils
Searches for a node within a DOM document with a given node path expression.
findSchema(Document) - Method in class com.consol.citrus.xml.XsdSchemaRepository
Find the matching schema for a given message namespace or root element name.
findValidationContext(List<ValidationContext>) - Method in class com.consol.citrus.validation.ControlMessageValidator
Construct a proper validation context for this validator.
findValidationContext(List<ValidationContext>) - Method in class com.consol.citrus.validation.DefaultXMLMessageValidator
Deprecated. Delegate to new dom tree xml validator
findValidationContext(List<ValidationContext>) - Method in interface com.consol.citrus.validation.MessageValidator
Returns the validation context required for this validator implementation.
findValidationContext(List<ValidationContext>) - Method in class com.consol.citrus.validation.script.GroovyScriptMessageValidator
Returns the needed validation context for this validation mechanism.
findValidationContext(List<ValidationContext>) - Method in class com.consol.citrus.validation.xml.DomXmlMessageValidator
Returns the needed validation context for this validation mechanism.
finish() - Method in class com.consol.citrus.TestCase
Method that will be executed in any case of test case result (success, error) Usually used for clean up tasks.
firstname - Variable in class com.consol.citrus.samples.flightbooking.model.Customer
 
Flight - Class in com.consol.citrus.samples.flightbooking.model
Java class for Flight complex type.
Flight() - Constructor for class com.consol.citrus.samples.flightbooking.model.Flight
 
flight - Variable in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
 
flight - Variable in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
 
FlightAggregator - Class in com.consol.citrus.samples.flightbooking
 
FlightAggregator() - Constructor for class com.consol.citrus.samples.flightbooking.FlightAggregator
 
FlightBookingConfirmationMessage - Class in com.consol.citrus.samples.flightbooking.model
Java class for anonymous complex type.
FlightBookingConfirmationMessage() - Constructor for class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
 
FlightBookingRequestMessage - Class in com.consol.citrus.samples.flightbooking.model
Java class for anonymous complex type.
FlightBookingRequestMessage() - Constructor for class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
 
FlightConverter - Class in com.consol.citrus.samples.flightbooking.entity.converter
Converter takes care on model to entity conversion and vice versa.
FlightCorrelationStrategy - Class in com.consol.citrus.samples.flightbooking
 
FlightCorrelationStrategy() - Constructor for class com.consol.citrus.samples.flightbooking.FlightCorrelationStrategy
 
FlightDao - Interface in com.consol.citrus.samples.flightbooking.persistence
 
FlightDaoImpl - Class in com.consol.citrus.samples.flightbooking.persistence.impl
 
FlightDaoImpl() - Constructor for class com.consol.citrus.samples.flightbooking.persistence.impl.FlightDaoImpl
 
FlightEntity - Class in com.consol.citrus.samples.flightbooking.entity
 
FlightEntity() - Constructor for class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
flightId - Variable in class com.consol.citrus.samples.flightbooking.model.Flight
 
FlightRouter - Class in com.consol.citrus.samples.flightbooking
 
FlightRouter() - Constructor for class com.consol.citrus.samples.flightbooking.FlightRouter
 
flights - Variable in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
 
flights - Variable in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage.Flights
 
flights - Variable in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
 
flights - Variable in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage.Flights
 
FloorFunction - Class in com.consol.citrus.functions.core
Returns the largest (closest to positive infinity) double value according to numeric argument value.
FloorFunction() - Constructor for class com.consol.citrus.functions.core.FloorFunction
 
fork(boolean) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
Sets the fork mode for this send action definition.
from(CustomerEntity) - Static method in class com.consol.citrus.samples.flightbooking.entity.converter.CustomerConverter
Get model form entity.
from(Customer) - Static method in class com.consol.citrus.samples.flightbooking.entity.converter.CustomerConverter
Get entity form model.
from(FlightEntity) - Static method in class com.consol.citrus.samples.flightbooking.entity.converter.FlightConverter
Get model form entity.
from(Flight) - Static method in class com.consol.citrus.samples.flightbooking.entity.converter.FlightConverter
Get entity form model.
fromAirport - Variable in class com.consol.citrus.samples.flightbooking.model.Flight
 
fromHeaders(MessageHeaders, HttpHeaders) - Method in class com.consol.citrus.samples.flightbooking.header.HttpHeaderMapper
 
fromKeyValueMap(Map<String, Object>) - Static method in class com.consol.citrus.message.MessageSelectorBuilder
Static builder method using a key value map.
fromMessage(Message) - Method in class com.consol.citrus.jms.JmsMessageConverter
Convert JMS message to Spring integration message.
fromName(String) - Static method in enum com.consol.citrus.message.MessageSender.ErrorHandlingStrategy
Gets the strategy from given name representation.
fromString(String) - Static method in enum com.consol.citrus.util.TestCaseCreator.UnitFramework
 
fromString(String) - Static method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Construct instance from String expression.
fromString(String, XPathExpressionResult) - Static method in enum com.consol.citrus.xml.xpath.XPathExpressionResult
Get the enumeration value from an expression string.
fromTemplateResource(Resource) - Static method in class com.consol.citrus.validation.script.TemplateBasedScriptBuilder
Static construction method returning a fully qualified instance of this builder.
fromTemplateScript(String) - Static method in class com.consol.citrus.validation.script.TemplateBasedScriptBuilder
Static construction method returning a fully qualified instance of this builder.
fromTypedValue(String) - Static method in enum com.consol.citrus.message.MessageHeaderType
Try to find MessageHeaderType from a typed header value.
Function - Interface in com.consol.citrus.functions
General function interface.
FunctionLibrary - Class in com.consol.citrus.functions
Library holding a set of functions.
FunctionLibrary() - Constructor for class com.consol.citrus.functions.FunctionLibrary
 
FunctionParameterHelper - Class in com.consol.citrus.functions
Helper class parsing a parameter string and converting the tokens to a parameter list.
FunctionRegistry - Class in com.consol.citrus.functions
Function registry holding all available function libraries.
FunctionRegistry() - Constructor for class com.consol.citrus.functions.FunctionRegistry
 
FunctionUtils - Class in com.consol.citrus.functions
Utility class for functions.

G

generateDoc() - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Generates the test documentation.
generateDoc() - Method in class com.consol.citrus.doc.SvgTestDocGenerator
Generates the test documentation.
generateDoc() - Method in interface com.consol.citrus.doc.TestDocGenerator
Generates the test documentation.
generateTestResults() - Method in class com.consol.citrus.report.HtmlReporter
 
generateTestResults() - Method in class com.consol.citrus.report.JUnitReporter
 
generateTestResults() - Method in class com.consol.citrus.report.LoggingReporter
 
generateTestResults() - Method in interface com.consol.citrus.report.TestReporter
Test reporter generates a report for several test suite instances.
getAction() - Method in class com.consol.citrus.container.Assert
Gets the action.
getAction() - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
Gets the action.
getAction() - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
getAction() - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
getAction() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the action.
getAction() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the action.
getActionCount() - Method in class com.consol.citrus.container.AbstractActionContainer
 
getActionCount() - Method in class com.consol.citrus.container.Assert
 
getActionCount() - Method in interface com.consol.citrus.container.TestActionContainer
Get the number of embedded actions in this container.
getActionCount() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
getActionIndex(TestAction) - Method in class com.consol.citrus.container.AbstractActionContainer
 
getActionIndex(TestAction) - Method in class com.consol.citrus.container.Assert
 
getActionIndex(TestAction) - Method in interface com.consol.citrus.container.TestActionContainer
Returns the index in the action chain for provided action instance.
getActionIndex(TestAction) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
getActions() - Method in class com.consol.citrus.container.AbstractActionContainer
 
getActions() - Method in class com.consol.citrus.container.Assert
 
getActions() - Method in class com.consol.citrus.container.Template
Gets the actions.
getActions() - Method in interface com.consol.citrus.container.TestActionContainer
Get the embedded test actions within this container.
getActions() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
getActor() - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Gets the actor.
getActor() - Method in class com.consol.citrus.actions.AbstractTestAction
Gets the actor.
getActor() - Method in class com.consol.citrus.channel.MessageChannelSender
Gets the actor.
getActor() - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Gets the actor.
getActor() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the actor.
getActor() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the actor.
getActor() - Method in class com.consol.citrus.message.AbstractMessageReceiver
Gets the actor.
getActor() - Method in class com.consol.citrus.message.AbstractSyncMessageSender
Gets the actor.
getActor() - Method in interface com.consol.citrus.message.MessageReceiver
Gets the receiving actor.
getActor() - Method in interface com.consol.citrus.message.MessageSender
Gets the sending actor.
getActor() - Method in class com.consol.citrus.message.ReplyMessageReceiver
Gets the actor.
getActor() - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Gets the actor.
getAddressingHeaders() - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Gets the addressingHeaders.
getAirline() - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
getAirline() - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Gets the value of the airline property.
getAllTests() - Method in class com.consol.citrus.admin.service.TestCaseService
Lists all available Citrus test cases from classpath.
getApplicationContext() - Method in class com.consol.citrus.admin.executor.ApplicationContextHolder
Gets the current application context.
getAsQName() - Method in enum com.consol.citrus.xml.xpath.XPathExpressionResult
Get a constant QName instance from this enumerations value.
getAttachment() - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Gets the attachment.
getAttachmentData() - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Gets the attachmentData.
getAttachmentData() - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Gets the attachmentData.
getAttachmentResourcePath() - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Gets the attachmentResource.
getAttachmentResourcePath() - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Gets the attachmentResource.
getAttachmentValidator() - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Gets the attachmentValidator.
getAttributePropertyMapping() - Method in class com.consol.citrus.ssh.config.AbstractSshParser
Get a mapping from XML attribute names to bean properties name as to add to the bean definition builder.
getAttributePropertyMapping() - Method in class com.consol.citrus.ssh.config.SshClientParser
 
getAttributePropertyMapping() - Method in class com.consol.citrus.ssh.config.SshReplyHandlerParser
 
getAttributePropertyMapping() - Method in class com.consol.citrus.ssh.config.SshServerParser
 
getAttributePropertyReferenceMapping() - Method in class com.consol.citrus.ssh.config.AbstractSshParser
Return mappings for attrinute to bean reference names, which are used to set a property reference
getAttributePropertyReferenceMapping() - Method in class com.consol.citrus.ssh.config.SshClientParser
 
getAttributePropertyReferenceMapping() - Method in class com.consol.citrus.ssh.config.SshReplyHandlerParser
 
getAttributePropertyReferenceMapping() - Method in class com.consol.citrus.ssh.config.SshServerParser
 
getAuthenticator() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the authenticator.
getAuthenticator() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the authenticator.
getAuthor() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the author property.
getAuthor() - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
getAuthor() - Method in class com.consol.citrus.samples.bookstore.model.Book
Gets the value of the author property.
getAuthor() - Method in class com.consol.citrus.TestCaseMetaInfo
Get the test author.
getAuthor() - Method in class com.consol.citrus.util.TestCaseCreator
Get the test author.
getAutoSleep() - Method in class com.consol.citrus.container.RepeatOnErrorUntilTrue
Gets the autoSleep.
getBeanClass() - Method in class com.consol.citrus.ssh.config.AbstractSshParser
Name of the bean class to instantiate.
getBeanClass() - Method in class com.consol.citrus.ssh.config.SshClientParser
 
getBeanClass() - Method in class com.consol.citrus.ssh.config.SshReplyHandlerParser
 
getBeanClass() - Method in class com.consol.citrus.ssh.config.SshServerParser
 
getBeanDefinitionBuilder(Element, ParserContext) - Method in class com.consol.citrus.config.xml.MessageChannelReceiverParser
Get the bean definition builder.
getBeanDefinitionBuilder(Element, ParserContext) - Method in class com.consol.citrus.config.xml.SyncMessageChannelReceiverParser
 
getBook() - Method in class com.consol.citrus.samples.bookstore.model.AddBookRequestMessage
Gets the value of the book property.
getBook() - Method in class com.consol.citrus.samples.bookstore.model.GetBookAbstractResponseMessage
Gets the value of the book property.
getBook() - Method in class com.consol.citrus.samples.bookstore.model.GetBookDetailsResponseMessage
Gets the value of the book property.
getBookAbstract(Message<GetBookAbstractRequestMessage>) - Method in class com.consol.citrus.samples.bookstore.BookStore
Get the book cover for a book with given isbn.
GetBookAbstractRequestMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
GetBookAbstractRequestMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.GetBookAbstractRequestMessage
 
GetBookAbstractResponseMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
GetBookAbstractResponseMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.GetBookAbstractResponseMessage
 
getBookDetails(Message<GetBookDetailsRequestMessage>) - Method in class com.consol.citrus.samples.bookstore.BookStore
Get the book details for a book with given isbn.
GetBookDetailsRequestMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
GetBookDetailsRequestMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.GetBookDetailsRequestMessage
 
GetBookDetailsResponseMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
GetBookDetailsResponseMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.GetBookDetailsResponseMessage
 
getBookingId() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Gets the value of the bookingId property.
getBookingId() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Gets the value of the bookingId property.
getBooks() - Method in class com.consol.citrus.samples.bookstore.model.ListBooksResponseMessage.Books
Gets the value of the books property.
getBooks() - Method in class com.consol.citrus.samples.bookstore.model.ListBooksResponseMessage
Gets the value of the books property.
getBrokerURL() - Method in class com.consol.citrus.server.activemq.ActiveMQServer
Get the broker url.
getBuildFilePath() - Method in class com.consol.citrus.actions.AntRunAction
Gets the buildFilePath.
getBuildListener() - Method in class com.consol.citrus.actions.AntRunAction
Gets the buildListener.
getCause() - Method in class com.consol.citrus.report.TestResult
Getter for the failure cause.
getChannel() - Method in class com.consol.citrus.channel.MessageChannelReceiver
Gets the channel.
getChannel() - Method in class com.consol.citrus.channel.MessageChannelSender
Gets the channel.
getChannelName() - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
Get the channel name.
getChannelName() - Method in class com.consol.citrus.channel.MessageChannelReceiver
Gets the channelName.
getChannelName() - Method in class com.consol.citrus.channel.MessageChannelSender
Gets the channelName.
getChannelNames() - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Gets the channelNames.
getChannelResolver() - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Gets the channelResolver.
getChannelResolver() - Method in class com.consol.citrus.channel.MessageChannelReceiver
Gets the channelResolver.
getChannelResolver() - Method in class com.consol.citrus.channel.MessageChannelSender
Gets the channelResolver.
getChannels() - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Gets the channels.
getCharset() - Method in class com.consol.citrus.http.message.HttpMessageSender
Gets the charset.
getCharsetName() - Method in class com.consol.citrus.ws.SoapAttachment
Get the charset name.
getClassName() - Method in class com.consol.citrus.actions.JavaAction
Gets the className.
getCode() - Method in class com.consol.citrus.demo.model.FaultType
Gets the value of the code property.
getCommand() - Method in class com.consol.citrus.ssh.SshCommand
Gets the command.
getCommand() - Method in class com.consol.citrus.ssh.SshRequest
Gets the command.
getCompany() - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
getCondition() - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Gets the condition.
getConnectionFactory() - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Gets the connectionFactory.
getConnectionFactory() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the connection factory.
getConnectionFactory() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the connectionFactory.
getConnector() - Method in class com.consol.citrus.http.HttpServer
Gets the connector.
getConnector() - Method in class com.consol.citrus.ws.JettyServer
Gets the connector.
getConnectors() - Method in class com.consol.citrus.http.HttpServer
Gets the connectors.
getConnectors() - Method in class com.consol.citrus.ws.JettyServer
Gets the connectors.
getConstraints() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the constraints.
getConstraints() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the constraints.
getConstructorArgs() - Method in class com.consol.citrus.actions.JavaAction
Gets the constructorArgs.
getContent() - Method in class com.consol.citrus.ws.SoapAttachment
Get the content body.
getContentId() - Method in class com.consol.citrus.ws.SoapAttachment
 
getContentType() - Method in class com.consol.citrus.http.message.HttpMessageSender
Gets the contentType.
getContentType() - Method in class com.consol.citrus.ws.SoapAttachment
 
getContextConfigLocation() - Method in class com.consol.citrus.http.HttpServer
Gets the contextConfigLocation.
getContextConfigLocation() - Method in class com.consol.citrus.ws.JettyServer
Gets the contextConfigLocation.
getContextPath() - Method in class com.consol.citrus.http.HttpServer
Gets the contextPath.
getContextPath() - Method in class com.consol.citrus.ws.JettyServer
Gets the contextPath.
getControlAttachment() - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Gets the controlAttachment.
getControlMessage(TestContext) - Method in class com.consol.citrus.validation.ControlMessageValidationContext
Gets the control message in particular builds the control message with defined message builder implementation.
getControlNamespaces() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Get control namespace elements.
getControlResultSet() - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
Gets the controlResultSet.
getCorrelationId() - Method in class com.consol.citrus.demo.model.FaultDetail
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.demo.model.HelloRequest
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.demo.model.HelloResponse
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Gets the value of the correlationId property.
getCorrelationId() - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Gets the value of the correlationId property.
getCorrelationKey(Message<?>) - Method in class com.consol.citrus.message.DefaultReplyMessageCorrelator
 
getCorrelationKey(String) - Method in class com.consol.citrus.message.DefaultReplyMessageCorrelator
 
getCorrelationKey(Message<?>) - Method in interface com.consol.citrus.message.ReplyMessageCorrelator
Constructs the correlation key from the message header.
getCorrelationKey(String) - Method in interface com.consol.citrus.message.ReplyMessageCorrelator
Get the correlation header name.
getCorrelationKey(FlightBookingConfirmationMessage) - Method in class com.consol.citrus.samples.flightbooking.FlightCorrelationStrategy
 
getCorrelator() - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Gets the correlator.
getCorrelator() - Method in class com.consol.citrus.channel.SyncMessageChannelReceiver
Gets the correlator.
getCorrelator() - Method in class com.consol.citrus.channel.SyncMessageChannelSender
Get the reply message correlator.
getCorrelator() - Method in class com.consol.citrus.jms.JmsReplyMessageSender
Gets the correlator.
getCorrelator() - Method in class com.consol.citrus.jms.JmsSyncMessageReceiver
Gets the correlator.
getCorrelator() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the correlator.
getCorrelator() - Method in class com.consol.citrus.message.AbstractSyncMessageSender
Gets the correlator.
getCorrelator() - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Gets the correlator.
getCreationDate() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the creationDate property.
getCreationDate() - Method in class com.consol.citrus.TestCaseMetaInfo
Get the creation date.
getCustomer() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Gets the value of the customer property.
getCustomer() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
Gets the value of the customer property.
getDataHandler() - Method in class com.consol.citrus.ws.SoapAttachment
 
getDefaultDestinationName() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the destination name.
getDefaultDestinationName() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Get the destination name (either queue name or topic name).
getDefaultMessageHandler() - Method in interface com.consol.citrus.message.MessageProcessor
Get the default message handler.
getDelay() - Method in class com.consol.citrus.actions.SleepAction
Gets the delay.
getDescription() - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Gets this action's description.
getDescription() - Method in class com.consol.citrus.actions.AbstractTestAction
 
getDescription() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the description property.
getDescription() - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
Description of this test action
getDescription() - Method in interface com.consol.citrus.TestAction
Description of this test action
getDescription() - Method in class com.consol.citrus.util.TestCaseCreator
Get the test description.
getDestination() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the destination.
getDestination() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the destination.
getDestinationChannel() - Method in class com.consol.citrus.channel.MessageChannelSender
Get the destination channel depending on settings in this message sender.
getDestinationChannelName() - Method in class com.consol.citrus.channel.MessageChannelSender
Gets the channel name depending on what is set in this message sender.
getDestinationName() - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Get the forwarding destination name.
getDestinationName() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the destination name.
getDestinationName(Destination) - Method in class com.consol.citrus.jms.JmsReplyMessageSender
Get the destination name (either a queue name or a topic name).
getDestinationName() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the destinationName.
getDestinationResolver() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the destination resolver.
getDocumentBuilder() - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Gets a document builder instance properly configured.
getDTDResource() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Get the dtd resource.
getDynamicNamespaces(String) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Extracts dynamic namespaces that are inline inside a XPath expression.
getEndpointResolver() - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Gets the endpointResolver.
getEndpointUriResolver() - Method in class com.consol.citrus.http.message.HttpMessageSender
Gets the endpointUriResolver.
getErrorCode() - Method in class com.consol.citrus.demo.model.FaultDetail
Gets the value of the errorCode property.
getErrorHandlingStrategy() - Method in class com.consol.citrus.http.message.HttpMessageSender
Gets the errorHandlingStrategy.
getErrorHandlingStrategy() - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Gets the errorHandlingStrategy.
getException() - Method in class com.consol.citrus.container.Assert
Gets the exception.
getException() - Method in class com.consol.citrus.container.Catch
Gets the exception.
getExcludes() - Method in class com.consol.citrus.admin.controller.ProjectSetupInterceptor
Gets the excludes.
getExit() - Method in class com.consol.citrus.ssh.SshResponse
Gets the exit.
getExpression() - Method in class com.consol.citrus.container.Conditional
Gets the expression.
getExtractVariables() - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
Gets the extractVariables.
getFailed() - Method in class com.consol.citrus.report.TestResults
Get number of tests failed.
getFailureStack() - Method in class com.consol.citrus.admin.model.TestResult
Gets the value of the failureStack property.
getFailureStack() - Method in exception com.consol.citrus.exceptions.CitrusRuntimeException
Gets the custom failure stack with line number information where the testcase failed.
getFailureStack(TestCase) - Static method in class com.consol.citrus.util.TestUtils
 
getFailureStackAsString() - Method in exception com.consol.citrus.exceptions.CitrusRuntimeException
Get formatted string representation of failure stack information.
getFault() - Method in class com.consol.citrus.demo.model.HelloResponse
Gets the value of the fault property.
getFaultActor() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the faultActor.
getFaultActor() - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Gets the faultActor.
getFaultActor() - Method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Gets the faultActor.
getFaultCode() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the faultCode.
getFaultCode() - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Gets the faultCode.
getFaultDetails() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the list of fault details.
getFaultDetails() - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Gets the faultDetails.
getFaultString() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the faultString.
getFaultString() - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Gets the faultString.
getFaultTo() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the fault to endpoint reference.
getFile() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the file property.
getFileOutputStream(String) - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Creates a output file out put stream with given file name.
getFilePath() - Method in class com.consol.citrus.actions.LoadPropertiesAction
Gets the file.
getFileResource(String, TestContext) - Static method in class com.consol.citrus.util.FileUtils
Reads file resource from path with variable replacement support.
getFinallyChain() - Method in class com.consol.citrus.TestCase
Get all actions in the finally chain.
getFirstname() - Method in class com.consol.citrus.samples.flightbooking.entity.CustomerEntity
 
getFirstname() - Method in class com.consol.citrus.samples.flightbooking.model.Customer
Gets the value of the firstname property.
getFlight() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Gets the value of the flight property.
getFlight() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Gets the value of the flight property.
getFlightId() - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
getFlightId() - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Gets the value of the flightId property.
getFlights() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage.Flights
Gets the value of the flights property.
getFlights() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
Gets the value of the flights property.
getFlights() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage.Flights
Gets the value of the flights property.
getFlights() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
Gets the value of the flights property.
getFolders(String) - Method in class com.consol.citrus.admin.service.ProjectService
Gets list of subfolder names and paths for given root directory.
getFramework() - Method in class com.consol.citrus.util.TestCaseCreator
Get the unit test framework (usually TestNG or JUnit).
getFrom() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the from endpoint reference.
getFromAirport() - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
getFromAirport() - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Gets the value of the fromAirport property.
getFunction(String) - Method in class com.consol.citrus.functions.FunctionLibrary
Try to find function in library by name.
getFunctionLibraries() - Method in class com.consol.citrus.functions.FunctionRegistry
 
getFunctionRegistry() - Method in class com.consol.citrus.context.TestContext
Get the current function registry.
getFunctionRegistry() - Method in class com.consol.citrus.context.TestContextFactoryBean
 
getGlobalVariables() - Method in class com.consol.citrus.context.TestContext
Set global variables.
getGlobalVariables() - Method in class com.consol.citrus.context.TestContextFactoryBean
 
getGroups() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the groups property.
getHeaderClass() - Method in enum com.consol.citrus.message.MessageHeaderType
Gets the clazz.
getHeaderMapper() - Method in class com.consol.citrus.http.message.HttpMessageSender
Gets the headerMapper.
getHeaderMapper() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the JMS header mapper.
getHeaderMappings() - Method in class com.consol.citrus.variable.MessageHeaderVariableExtractor
Gets the headerMappings.
getId() - Method in class com.consol.citrus.actions.StopTimeAction
Gets the id.
getId() - Method in class com.consol.citrus.samples.bookstore.model.Book
Gets the value of the id property.
getId() - Method in class com.consol.citrus.samples.flightbooking.entity.CustomerEntity
 
getId() - Method in class com.consol.citrus.samples.flightbooking.model.Customer
Gets the value of the id property.
getIgnoreExpressions() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Get ignored message elements.
getIndex() - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Gets the index.
getIndexName() - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Gets the indexName.
getInputStream() - Method in class com.consol.citrus.http.servlet.CachingHttpServletRequestWrapper
 
getInputStream() - Method in class com.consol.citrus.ws.SoapAttachment
 
getInstance() - Method in class com.consol.citrus.actions.JavaAction
Gets the instance.
getIsbn() - Method in class com.consol.citrus.samples.bookstore.model.Book
Gets the value of the isbn property.
getIsbn() - Method in class com.consol.citrus.samples.bookstore.model.GetBookAbstractRequestMessage
Gets the value of the isbn property.
getIsbn() - Method in class com.consol.citrus.samples.bookstore.model.GetBookDetailsRequestMessage
Gets the value of the isbn property.
getJmsTemplate() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the JMS template.
getLastExecutedAction() - Method in class com.consol.citrus.container.AbstractActionContainer
 
getLastExecutedAction() - Method in interface com.consol.citrus.container.TestActionContainer
Get the action that was executed most recently.
getLastname() - Method in class com.consol.citrus.samples.flightbooking.entity.CustomerEntity
 
getLastname() - Method in class com.consol.citrus.samples.flightbooking.model.Customer
Gets the value of the lastname property.
getLastUpdated() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the lastUpdated property.
getLastUpdatedBy() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the lastUpdatedBy property.
getLastUpdatedBy() - Method in class com.consol.citrus.TestCaseMetaInfo
Get the author that recently updated this test case.
getLastUpdatedOn() - Method in class com.consol.citrus.TestCaseMetaInfo
Get last updating date.
getLibraryForPrefix(String) - Method in class com.consol.citrus.functions.FunctionRegistry
Get library for function prefix.
getLibraryForPrefix(String) - Method in class com.consol.citrus.validation.matcher.ValidationMatcherRegistry
Get library for validationMatcher prefix.
getLineNumberEnd() - Method in class com.consol.citrus.report.FailureStackElement
Gets the line number where failing action ends.
getLineNumberStart() - Method in class com.consol.citrus.report.FailureStackElement
Gets the line number where error happened.
getLocations() - Method in class com.consol.citrus.xml.XsdSchemaRepository
Gets the locations.
getLoginService() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the loginService.
getLoginService() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the loginService.
getMap() - Method in class com.consol.citrus.functions.core.MapValueFunction
Gets the mappings for this function.
getMatchElement() - Method in interface com.consol.citrus.message.MessageProcessor
Get dispatching element.
getMessage() - Method in class com.consol.citrus.actions.EchoAction
Gets the message.
getMessage() - Method in class com.consol.citrus.actions.FailAction
Gets the message.
getMessage() - Method in class com.consol.citrus.actions.InputAction
Gets the message.
getMessage() - Method in class com.consol.citrus.container.Assert
Get the message to send.
getMessage() - Method in class com.consol.citrus.demo.model.FaultType
Gets the value of the message property.
getMessage() - Method in exception com.consol.citrus.exceptions.CitrusRuntimeException
 
getMessage() - Method in exception com.consol.citrus.exceptions.ParallelContainerException
 
getMessage() - Method in class com.consol.citrus.validation.builder.StaticMessageContentBuilder
Gets the message.
getMessageBuilder() - Method in class com.consol.citrus.actions.SendMessageAction
Gets the messageBuilder.
getMessageBuilder() - Method in class com.consol.citrus.validation.ControlMessageValidationContext
Gets the messageBuilder.
getMessageConverter() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the JMS message converter.
getMessageFactory() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the messageFactory.
getMessageHandler() - Method in interface com.consol.citrus.message.MessageProcessor
List of message handlers.
getMessageHandler() - Method in class com.consol.citrus.ssh.CitrusSshServer
Gets the messageHandler.
getMessageHeaderData() - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
Gets the messageHeaderData.
getMessageHeaderResourcePath() - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
Gets the messageHeaderResource.
getMessageHeaders() - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
Gets the messageHeaders.
getMessageId() - Method in class com.consol.citrus.demo.model.FaultDetail
Gets the value of the messageId property.
getMessageId() - Method in class com.consol.citrus.demo.model.HelloRequest
Gets the value of the messageId property.
getMessageId() - Method in class com.consol.citrus.demo.model.HelloResponse
Gets the value of the messageId property.
getMessageId() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the message id.
getMessageInterceptors() - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Gets the messageInterceptors.
getMessageReceiver() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Get the message receiver.
getMessageReceiver() - Method in class com.consol.citrus.actions.ReceiveTimeoutAction
Gets the messageReceiver.
getMessageReceivers() - Method in class com.consol.citrus.admin.model.AppContextInfo
Gets the value of the messageReceivers property.
getMessageSelector() - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Gets the messageSelector.
getMessageSelector() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the messageSelector.
getMessageSelector() - Method in class com.consol.citrus.actions.ReceiveTimeoutAction
Gets the messageSelector.
getMessageSelectorString() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the messageSelectorString.
getMessageSender() - Method in class com.consol.citrus.actions.SendMessageAction
Gets the messageSender.
getMessageSenders() - Method in class com.consol.citrus.admin.model.AppContextInfo
Gets the value of the messageSenders property.
getMessageType() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the message type for this receive action.
getMessageValidatorRegistry() - Method in class com.consol.citrus.context.TestContext
Get the message validator registry.
getMessagingTemplate() - Method in class com.consol.citrus.channel.MessageChannelReceiver
Gets the messagingTemplate.
getMessagingTemplate() - Method in class com.consol.citrus.channel.MessageChannelSender
Gets the messagingTemplate.
getMessagingTemplate() - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Gets the messagingTemplate.
getMetaInfo() - Method in class com.consol.citrus.TestCase
Get the test case meta information.
getMethodArgs() - Method in class com.consol.citrus.actions.JavaAction
Gets the methodArgs.
getMethodName() - Method in class com.consol.citrus.actions.JavaAction
Gets the methodName.
getName() - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Gets the name of the test action.
getName() - Method in class com.consol.citrus.actions.AbstractTestAction
 
getName() - Method in class com.consol.citrus.admin.model.MessageReceiverType
Gets the value of the name property.
getName() - Method in class com.consol.citrus.admin.model.MessageSenderType
Gets the value of the name property.
getName() - Method in class com.consol.citrus.admin.model.ServerInstanceType
Gets the value of the name property.
getName() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the name property.
getName() - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
Name of test action injected as Spring bean name
getName() - Method in class com.consol.citrus.functions.FunctionLibrary
Get the function library name.
getName() - Method in class com.consol.citrus.http.security.User
Gets the name.
getName() - Method in enum com.consol.citrus.message.MessageHeaderType
Gets the name.
getName() - Method in enum com.consol.citrus.message.MessageSender.ErrorHandlingStrategy
Gets the name representation.
getName() - Method in class com.consol.citrus.server.AbstractServer
 
getName() - Method in interface com.consol.citrus.server.Server
Get server name.
getName() - Method in interface com.consol.citrus.TestAction
Name of test action injected as Spring bean name
getName() - Method in class com.consol.citrus.TestActor
Gets the name.
getName() - Method in class com.consol.citrus.util.TestCaseCreator
Get the test name.
getName() - Method in class com.consol.citrus.validation.matcher.ValidationMatcherLibrary
Get the validationMatcher library name.
getName() - Method in class com.consol.citrus.ws.security.User
Gets the name.
getName() - Method in class com.consol.citrus.xml.XsdSchemaRepository
Gets the name.
getNamespaceMappings() - Method in class com.consol.citrus.xml.namespace.NamespaceContextBuilder
Gets the namespaceMappings.
getNamespaces() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Get the namespace definitions for this validator.
getNamespaces() - Method in class com.consol.citrus.variable.XpathPayloadVariableExtractor
Gets the namespaces.
getNextTestActionFromTest() - Method in class com.consol.citrus.testng.AbstractActionParserTest
Gets the next test action in list of action in test case.
getNodesPathName(Node) - Static method in class com.consol.citrus.util.XMLUtils
Returns the path expression for a given node.
getObject() - Method in class com.consol.citrus.config.TestCaseFactory
 
getObject() - Method in class com.consol.citrus.context.TestContextFactoryBean
 
getObject() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Construct the client factory bean with user credentials.
getObject() - Method in class com.consol.citrus.http.client.UserCredentialsClientHttpRequestFactory
Deprecated. Construct the client factory bean with user credentials.
getObject() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Construct new security handler for basic authentication.
getObject() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Construct new security handler for basic authentication.
getObjectType() - Method in class com.consol.citrus.config.TestCaseFactory
 
getObjectType() - Method in class com.consol.citrus.context.TestContextFactoryBean
 
getObjectType() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Get the object type.
getObjectType() - Method in class com.consol.citrus.http.client.UserCredentialsClientHttpRequestFactory
Deprecated. Get the object type.
getObjectType() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
getObjectType() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
getOperation() - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Gets the value of the operation property.
getOperation() - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Gets the value of the operation property.
getOutputDirectory() - Static method in class com.consol.citrus.doc.AbstractTestDocGenerator
Gets the outputDirectory.
getOutputFile() - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
 
getPackage() - Method in class com.consol.citrus.util.TestCaseCreator
Get the test package.
getPackageName() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the packageName property.
getPackageName() - Method in class com.consol.citrus.TestCase
Get the package name
getPageTitle() - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
getPageTitle() - Method in class com.consol.citrus.doc.HtmlTestDocGenerator
 
getParameter() - Method in class com.consol.citrus.container.Template
Gets the parameter.
getParameterList(String) - Static method in class com.consol.citrus.functions.FunctionParameterHelper
Convert a parameter string to a list of parameters.
getParameters() - Method in class com.consol.citrus.report.TestResult
Gets the parameters.
getParameters() - Method in class com.consol.citrus.TestCase
Gets the parameters.
getParameterValues() - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Hook for subclasses to provide individual test parameters.
getPassword() - Method in class com.consol.citrus.http.security.User
Gets the password.
getPassword() - Method in class com.consol.citrus.ws.security.User
Gets the password.
getPathValidationExpressions() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Get the control message elements that have to be present in the received message.
getPayloadData() - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Gets the payloadData.
getPayloadResourcePath() - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Gets the payloadResource.
getPollingInterval() - Method in class com.consol.citrus.channel.MessageSelectingQueueChannel
Gets the pollingInterval.
getPollingInterval() - Method in class com.consol.citrus.message.ReplyMessageReceiver
Gets the pollingInterval.
getPort() - Method in class com.consol.citrus.admin.model.ServerInstanceType
Gets the value of the port property.
getPort() - Method in class com.consol.citrus.http.HttpServer
Gets the port.
getPort() - Method in class com.consol.citrus.ws.JettyServer
Gets the port.
getPrefix() - Method in class com.consol.citrus.functions.FunctionLibrary
Get the library prefix.
getPrefix() - Method in class com.consol.citrus.validation.matcher.ValidationMatcherLibrary
Get the library prefix.
getProcessBuilder() - Method in class com.consol.citrus.admin.launcher.process.ExecuteCommand
 
getProcessId() - Method in interface com.consol.citrus.admin.launcher.ProcessLauncher
Returns the ID of the process launched
getProcessId() - Method in class com.consol.citrus.admin.launcher.ProcessLauncherImpl
 
getProcessIds() - Method in interface com.consol.citrus.admin.launcher.ProcessMonitor
Returns the IDs of all active processes.
getProcessIds() - Method in class com.consol.citrus.admin.launcher.ProcessMonitorImpl
Returns the IDs of all active processes.
getProjectHome() - Method in class com.consol.citrus.admin.controller.ConfigurationController
 
getProjectHome() - Method in class com.consol.citrus.admin.service.ConfigService
Get project home from system property.
getProperties() - Method in class com.consol.citrus.actions.AntRunAction
Gets the properties.
getPropertyFilePath() - Method in class com.consol.citrus.actions.AntRunAction
Gets the propertyFilePath.
getPropertyFiles() - Method in class com.consol.citrus.variable.GlobalVariablesPropertyLoader
Get the property files.
getQueueNames() - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
 
getQueues() - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Gets the queues.
getRandomNumber(int, boolean) - Static method in class com.consol.citrus.functions.core.RandomNumberFunction
Static number generator method.
getRandomString(int, char[], boolean) - Static method in class com.consol.citrus.functions.core.RandomStringFunction
Static random number generator aware string generating method.
getRealm() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the realm.
getRealm() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the realm.
getReceiveTimeout() - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Gets the receiveTimeout.
getReceiveTimeout() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the receiveTimeout.
getReceiveTimeout() - Method in class com.consol.citrus.jms.JmsMessageReceiver
Gets the receiveTimeout.
getReceiveTimeout() - Method in class com.consol.citrus.message.AbstractMessageReceiver
Gets the receiveTimeout.
getRegisteredActionParser() - Static method in class com.consol.citrus.config.TestActionRegistry
Getter for parser.
getRegistrationDate() - Method in class com.consol.citrus.samples.bookstore.model.Book
Gets the value of the registrationDate property.
getReplyDestination(String) - Method in interface com.consol.citrus.jms.JmsReplyDestinationHolder
Get the reply destination with a correlation key.
getReplyDestination() - Method in interface com.consol.citrus.jms.JmsReplyDestinationHolder
Get the next reply destination.
getReplyDestination(String) - Method in class com.consol.citrus.jms.JmsSyncMessageReceiver
 
getReplyDestination() - Method in class com.consol.citrus.jms.JmsSyncMessageReceiver
 
getReplyDestination() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the replyDestination.
getReplyDestinationHolder() - Method in class com.consol.citrus.jms.JmsReplyMessageSender
Gets the replyDestinationHolder.
getReplyDestinationName() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the replyDestinationName.
getReplyMessage(String) - Method in class com.consol.citrus.message.ReplyMessageReceiver
Tries to return a reply message from the local storage.
getReplyMessageChannel(String) - Method in interface com.consol.citrus.channel.ReplyMessageChannelHolder
Get reply message channel with given correlation key.
getReplyMessageChannel() - Method in interface com.consol.citrus.channel.ReplyMessageChannelHolder
Get reply message channel.
getReplyMessageChannel(String) - Method in class com.consol.citrus.channel.SyncMessageChannelReceiver
Get the reply message channel with given corelation key.
getReplyMessageChannel() - Method in class com.consol.citrus.channel.SyncMessageChannelReceiver
Get the reply message channel.
getReplyMessageChannelHolder() - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Get the reply message holder.
getReplyMessageHandler() - Method in class com.consol.citrus.channel.SyncMessageChannelSender
Get the reply message handler.
getReplyMessageHandler() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Get the reply message handler.
getReplyMessageHandler() - Method in class com.consol.citrus.message.AbstractSyncMessageSender
Gets the replyMessageHandler.
getReplyTimeout() - Method in class com.consol.citrus.channel.SyncMessageChannelSender
Get the reply timeout.
getReplyTimeout() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Gets the replyTimeout.
getReplyTo() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the reply to endpoint reference.
getRequestMethod() - Method in class com.consol.citrus.http.message.HttpMessageSender
Gets the requestMethod.
getRequestUrl() - Method in class com.consol.citrus.http.message.HttpMessageSender
Get the complete request URL.
getResourceBase() - Method in class com.consol.citrus.http.HttpServer
Gets the resourceBase.
getResourceBase() - Method in class com.consol.citrus.ws.JettyServer
Gets the resourceBase.
getResponse() - Method in class com.consol.citrus.ws.message.callback.SoapResponseMessageCallback
Gets the constructed Spring Integration response message object.
getResponseCache() - Method in class com.consol.citrus.http.controller.HttpMessageController
Gets the responseCache.
getRestTemplate() - Method in class com.consol.citrus.http.message.HttpMessageSender
Gets the restTemplate.
getResult() - Method in class com.consol.citrus.report.TestResult
Getter for test result.
getRoles() - Method in class com.consol.citrus.http.security.User
Gets the roles.
getRoles() - Method in class com.consol.citrus.ws.security.User
Gets the roles.
getRootDirectory() - Method in class com.consol.citrus.admin.controller.ConfigurationController
 
getRootDirectory() - Method in class com.consol.citrus.admin.service.ConfigService
Gets the root directory from system property.
getScheduledArrival() - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
getScheduledArrival() - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Gets the value of the scheduledArrival property.
getScheduledDeparture() - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
getScheduledDeparture() - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Gets the value of the scheduledDeparture property.
getSchema() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Gets the schema.
getSchema(List<XsdSchema>, Document) - Method in class com.consol.citrus.xml.schema.AbstractSchemaMappingStrategy
Gets the schema for given namespace or root element name.
getSchema(List<XsdSchema>, String, String) - Method in class com.consol.citrus.xml.schema.AbstractSchemaMappingStrategy
Subclasses must override this method in order to detect schema for target namespace and/or root element name.
getSchema(List<XsdSchema>, String, String) - Method in class com.consol.citrus.xml.schema.RootQNameSchemaMappingStrategy
 
getSchema(List<XsdSchema>, Document) - Method in class com.consol.citrus.xml.schema.SchemaMappingStrategyChain
Gets the schema for given namespace or root element name.
getSchema(List<XsdSchema>, String, String) - Method in class com.consol.citrus.xml.schema.TargetNamespaceSchemaMappingStrategy
 
getSchema(List<XsdSchema>, Document) - Method in interface com.consol.citrus.xml.schema.XsdSchemaMappingStrategy
Gets the schema for given namespace or root element name.
getSchemaRepository() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Gets the schemaRepository.
getSchemas() - Method in class com.consol.citrus.xml.schema.WsdlXsdSchema
Gets the schemas.
getSchemas() - Method in class com.consol.citrus.xml.XsdSchemaRepository
Get the list of known schemas.
getScript() - Method in class com.consol.citrus.actions.ExecutePLSQLAction
Gets the script.
getScript() - Method in class com.consol.citrus.script.GroovyAction
Get the groovy script.
getScriptData() - Method in class com.consol.citrus.validation.script.GroovyScriptMessageBuilder
Gets the scriptData.
getScriptResourcePath() - Method in class com.consol.citrus.script.GroovyAction
Get the file resource.
getScriptResourcePath() - Method in class com.consol.citrus.validation.script.GroovyScriptMessageBuilder
Gets the scriptResource.
getScriptTemplatePath() - Method in class com.consol.citrus.script.GroovyAction
Gets the scriptTemplatePath.
getScriptType() - Method in class com.consol.citrus.validation.script.ScriptValidationContext
Gets the type of script used in this validation context.
getScriptValidationContext() - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
Gets the scriptValidationContext.
getSecurityHandler() - Method in class com.consol.citrus.http.HttpServer
Gets the securityHandler.
getSecurityHandler() - Method in class com.consol.citrus.ws.JettyServer
Gets the securityHandler.
getServer() - Method in class com.consol.citrus.actions.StartServerAction
 
getServer() - Method in class com.consol.citrus.actions.StopServerAction
 
getServerInstances() - Method in class com.consol.citrus.admin.model.AppContextInfo
Gets the value of the serverInstances property.
getServerList() - Method in class com.consol.citrus.actions.StartServerAction
 
getServerList() - Method in class com.consol.citrus.actions.StopServerAction
 
getServletHandler() - Method in class com.consol.citrus.http.HttpServer
Gets the servletHandler.
getServletHandler() - Method in class com.consol.citrus.ws.JettyServer
Gets the servletHandler.
getServletMappingPath() - Method in class com.consol.citrus.http.HttpServer
Gets the servletMappingPath.
getServletMappingPath() - Method in class com.consol.citrus.ws.JettyServer
Gets the servletMappingPath.
getServletName() - Method in class com.consol.citrus.http.HttpServer
Gets the customized servlet name or default name if not set.
getServletName() - Method in class com.consol.citrus.ws.JettyServer
Gets the customized servlet name or default name if not set.
getSize() - Method in class com.consol.citrus.ws.SoapAttachment
 
getSkipped() - Method in class com.consol.citrus.report.TestResults
Get number of skipped tests.
getSleepTime() - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Gets the sleepTime.
getSoapFaultDefinition() - Method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Gets the soapFaultDefinition.
getSourceCode(String, String, String) - Method in class com.consol.citrus.admin.controller.TestCaseController
 
getSourceCode(String, String, String) - Method in class com.consol.citrus.admin.executor.ClasspathTestExecutor
Gets the source code for a given test case.
getSourceCode(String, String, String) - Method in class com.consol.citrus.admin.executor.FileSystemTestExecutor
Gets the source code for a given test case.
getSourceCode(String, String, String) - Method in interface com.consol.citrus.admin.executor.TestExecutor
Gets the source code for a given test case.
getSqlResourcePath() - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Gets the sqlResource.
getStackMessage() - Method in class com.consol.citrus.report.FailureStackElement
Constructs the stack trace message.
getStackTrace() - Method in class com.consol.citrus.admin.model.TestResult
Gets the value of the stackTrace property.
getStatemendEndingCharacter() - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Gets the SQL statement ending character sequence.
getStatemendEndingCharacter() - Method in class com.consol.citrus.actions.ExecutePLSQLAction
 
getStatements() - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Gets the statements.
getStatus() - Method in class com.consol.citrus.admin.controller.AppContextController
 
getStatus() - Method in class com.consol.citrus.admin.model.TestCaseType
Gets the value of the status property.
getStatus() - Method in class com.consol.citrus.TestCaseMetaInfo
Get the status of this test case.
getStderr() - Method in class com.consol.citrus.ssh.SshResponse
Gets the stderr.
getStdin() - Method in class com.consol.citrus.ssh.SshRequest
Gets the stdin.
getStdout() - Method in class com.consol.citrus.ssh.SshResponse
Gets the stdout.
getStep() - Method in class com.consol.citrus.container.Iterate
Gets the step.
getSuccess() - Method in class com.consol.citrus.report.TestResults
Get number of tests in success.
getTarget() - Method in class com.consol.citrus.actions.AntRunAction
Gets the target.
getTargetPackage() - Method in class com.consol.citrus.util.TestCaseCreator
Get the target package.
getTargets() - Method in class com.consol.citrus.actions.AntRunAction
Gets the targets.
getTargetVariable() - Method in class com.consol.citrus.actions.TransformAction
Gets the targetVariable.
getTestAction(int) - Method in class com.consol.citrus.container.AbstractActionContainer
 
getTestAction(int) - Method in class com.consol.citrus.container.Assert
 
getTestAction(int) - Method in interface com.consol.citrus.container.TestActionContainer
Get the test action with given index in list.
getTestAction(int) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
getTestCase() - Method in class com.consol.citrus.admin.model.TestResult
Gets the value of the testCase property.
getTestCase() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Gets the testCase.
getTestCase() - Method in class com.consol.citrus.junit.JUnitTestExecutor
Gets the test case from application context.
getTestCase() - Method in class com.consol.citrus.testng.AbstractActionParserTest
Gets the actual test case object from Spring application context.
getTestCase() - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Gets the test case from application context.
getTestContext() - Method in class com.consol.citrus.TestCase
Get the test context.
getTestDirectory() - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
 
getTestDocProperties() - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Gets the test doc properties.
getTestDocProperties() - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
getTestDocProperties() - Method in class com.consol.citrus.doc.HtmlTestDocGenerator
 
getTestDocProperties() - Method in class com.consol.citrus.doc.SvgTestDocGenerator
 
getTestFilePath() - Method in class com.consol.citrus.report.FailureStackElement
Gets the test file path for the failed test.
getTestFiles() - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Gets all test files from test directory.
getTestFiles(String) - Static method in class com.consol.citrus.util.FileUtils
Method to retrieve all test defining XML files in given directory.
getTestName() - Method in class com.consol.citrus.report.TestResult
Getter for the test name.
getTests() - Method in class com.consol.citrus.admin.executor.ClasspathTestExecutor
Get all available test cases in default Citrus test directory
getTests() - Method in class com.consol.citrus.admin.executor.FileSystemTestExecutor
Get all available test cases in default Citrus test directory
getTests() - Method in interface com.consol.citrus.admin.executor.TestExecutor
Get all available test cases in default Citrus test directory
getTestSources(String, String, String) - Method in class com.consol.citrus.admin.service.TestCaseService
Gets the source code for the given test.
getText() - Method in class com.consol.citrus.demo.model.FaultDetail
Gets the value of the text property.
getText() - Method in class com.consol.citrus.demo.model.HelloRequest
Gets the value of the text property.
getText() - Method in class com.consol.citrus.demo.model.HelloResponse
Gets the value of the text property.
getText() - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Gets the value of the text property.
getText() - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Gets the value of the text property.
getTidyConfiguration() - Method in class com.consol.citrus.validation.xhtml.XhtmlMessageValidator
Gets the tidyConfiguration.
getTidyInstance() - Method in class com.consol.citrus.validation.xhtml.XhtmlMessageValidator
Gets the tidyInstance.
getTimeout() - Method in class com.consol.citrus.actions.ReceiveTimeoutAction
Gets the timeout.
getTimeStamps() - Static method in class com.consol.citrus.actions.StopTimeAction
Get the current time stamps.
getTitle() - Method in class com.consol.citrus.samples.bookstore.model.Book
Gets the value of the title property.
getTo() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the to uri.
getToAirport() - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
getToAirport() - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Gets the value of the toAirport property.
getTransformer(String, String, String) - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
Gets a transformer with proper configuration.
getUser() - Method in class com.consol.citrus.demo.model.HelloRequest
Gets the value of the user property.
getUser() - Method in class com.consol.citrus.demo.model.HelloResponse
Gets the value of the user property.
getUser() - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Gets the value of the user property.
getUser() - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Gets the value of the user property.
getUsers() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the users.
getUsers() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the users.
getValidAnswers() - Method in class com.consol.citrus.actions.InputAction
Gets the validAnswers.
getValidationCallback() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the validationCallback.
getValidationContext() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the validationContext.
getValidationContexts() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the validationContexts.
getValidationContexts() - Method in class com.consol.citrus.ws.validation.SoapFaultDetailValidationContext
Gets the validationContexts.
getValidationMatcher(String) - Method in class com.consol.citrus.validation.matcher.ValidationMatcherLibrary
Try to find validationMatcher in library by name.
getValidationMatcherLibraries() - Method in class com.consol.citrus.validation.matcher.ValidationMatcherRegistry
 
getValidationMatcherRegistry() - Method in class com.consol.citrus.context.TestContext
Get the current validation matcher registry
getValidationMatcherRegistry() - Method in class com.consol.citrus.context.TestContextFactoryBean
 
getValidationScript(TestContext) - Method in class com.consol.citrus.validation.script.ScriptValidationContext
Constructs the actual validation script either from data or external resource.
getValidationScript() - Method in class com.consol.citrus.validation.script.ScriptValidationContext
Gets the validationScript.
getValidationScriptResourcePath() - Method in class com.consol.citrus.validation.script.ScriptValidationContext
Gets the validationScriptResource.
getValidator() - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
Gets the validator.
getValidator() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the validator.
getValidator() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the validator.
getValueFromScript(String, String) - Static method in class com.consol.citrus.variable.VariableUtils
Evaluates script code and returns a variable value as result.
getValues() - Method in class com.consol.citrus.functions.core.RandomEnumValueFunction
 
getVariable() - Method in class com.consol.citrus.actions.InputAction
Gets the variable.
getVariable(String) - Method in class com.consol.citrus.context.TestContext
Gets the value for the given variable expression.
getVariableExtractors() - Method in class com.consol.citrus.actions.ReceiveMessageAction
Gets the variable extractors.
getVariableExtractors() - Method in class com.consol.citrus.actions.SendMessageAction
Get the variable extractors.
getVariableNames() - Method in class com.consol.citrus.actions.TraceVariablesAction
Gets the variableNames.
getVariableObject(String) - Method in class com.consol.citrus.context.TestContext
Gets the value for the given variable as object representation.
getVariables() - Method in class com.consol.citrus.actions.CreateVariablesAction
Gets the variables.
getVariables() - Method in class com.consol.citrus.context.TestContext
Getter for test variables in this context.
getVariables() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Get the test variables.
getVariables() - Method in class com.consol.citrus.variable.GlobalVariables
Get the global variables.
getVersion() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the adressing version.
getXmlData() - Method in class com.consol.citrus.actions.TransformAction
Gets the xmlData.
getXmlResourcePath() - Method in class com.consol.citrus.actions.TransformAction
Gets the xmlResource.
getxPathExpressions() - Method in class com.consol.citrus.validation.interceptor.XpathMessageConstructionInterceptor
Gets the xPathExpressions.
getxPathExpressions() - Method in class com.consol.citrus.variable.XpathPayloadVariableExtractor
Gets the xPathExpressions.
getXsltData() - Method in class com.consol.citrus.actions.TransformAction
Gets the xsltData.
getXsltResourcePath() - Method in class com.consol.citrus.actions.TransformAction
Gets the xsltResource.
getYear() - Method in class com.consol.citrus.samples.bookstore.model.Book
Gets the value of the year property.
globalContext(boolean) - Method in class com.consol.citrus.dsl.definition.TemplateDefinition
Boolean flag marking the template variables should also affect variables in test case.
GlobalVariables - Class in com.consol.citrus.variable
Global variables valid in each test case.
GlobalVariables() - Constructor for class com.consol.citrus.variable.GlobalVariables
 
GlobalVariablesPropertyLoader - Class in com.consol.citrus.variable
Loads properties from an external property file and creates global test variables.
GlobalVariablesPropertyLoader() - Constructor for class com.consol.citrus.variable.GlobalVariablesPropertyLoader
 
GreaterThanValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on Double > Double.
GreaterThanValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.GreaterThanValidationMatcher
 
GreetingRequestMessage - Class in com.consol.citrus.samples.greeting.model
Java class for anonymous complex type.
GreetingRequestMessage() - Constructor for class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
 
GreetingResponseMessage - Class in com.consol.citrus.samples.greeting.model
Java class for anonymous complex type.
GreetingResponseMessage() - Constructor for class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
 
GreetingService - Class in com.consol.citrus.samples.greeting
 
GreetingService() - Constructor for class com.consol.citrus.samples.greeting.GreetingService
 
groovy(String) - Method in class com.consol.citrus.dsl.definition.ExecuteSQLQueryActionDefinition
Validate SQL result set via validation script, for instance Groovy.
groovy(Resource) - Method in class com.consol.citrus.dsl.definition.ExecuteSQLQueryActionDefinition
Validate SQL result set via validation script, for instance Groovy.
groovy(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new groovy action definition with script code.
groovy(Resource) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new groovy action definition with script file resource.
GROOVY - Static variable in class com.consol.citrus.script.ScriptTypes
Groovy
GroovyAction - Class in com.consol.citrus.script
Action executes groovy scripts either specified inline or from external file resource.
GroovyAction() - Constructor for class com.consol.citrus.script.GroovyAction
 
GroovyAction.ScriptExecutor - Interface in com.consol.citrus.script
Executes a script using the TestContext
GroovyActionDefinition - Class in com.consol.citrus.dsl.definition
Action executes groovy scripts either specified inline or from external file resource.
GroovyActionDefinition(GroovyAction) - Constructor for class com.consol.citrus.dsl.definition.GroovyActionDefinition
 
GroovyActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for groovy action in test case.
GroovyActionParser() - Constructor for class com.consol.citrus.config.xml.GroovyActionParser
 
GroovyJsonMessageValidator - Class in com.consol.citrus.validation.script
Extended groovy message validator providing specific Json slurper support.
GroovyJsonMessageValidator() - Constructor for class com.consol.citrus.validation.script.GroovyJsonMessageValidator
Default constructor using default script template.
GroovyScriptExecutor - Interface in com.consol.citrus.validation.script
Executes a validation-script
GroovyScriptMessageBuilder - Class in com.consol.citrus.validation.script
Builds a control message from Groovy code with markup builder support.
GroovyScriptMessageBuilder() - Constructor for class com.consol.citrus.validation.script.GroovyScriptMessageBuilder
 
GroovyScriptMessageValidator - Class in com.consol.citrus.validation.script
Groovy script message validator passing the message to a validation script.
GroovyScriptMessageValidator() - Constructor for class com.consol.citrus.validation.script.GroovyScriptMessageValidator
Default constructor using default script template.
GroovyScriptMessageValidator(ClassPathResource) - Constructor for class com.consol.citrus.validation.script.GroovyScriptMessageValidator
Constructor setting the script template for this validator.
GroovySqlResultSetValidator - Class in com.consol.citrus.validation.script.sql
Groovy script validator capable of validating SQL result sets.
GroovySqlResultSetValidator() - Constructor for class com.consol.citrus.validation.script.sql.GroovySqlResultSetValidator
Default constructor using a default script template.
GroovySqlResultSetValidator(Resource) - Constructor for class com.consol.citrus.validation.script.sql.GroovySqlResultSetValidator
Constructor with script template.
GroovyTestCaseParser - Class in com.consol.citrus.script
Class parsing a groovy script to create a test case instance.
GroovyTestCaseParser() - Constructor for class com.consol.citrus.script.GroovyTestCaseParser
 
GroovyTestCaseParser.TestCaseBuilder - Interface in com.consol.citrus.script
Builds a test case using the application context and test context
GroovyXmlMessageValidator - Class in com.consol.citrus.validation.script
Extended groovy message validator providing specific XML slurper support.
GroovyXmlMessageValidator() - Constructor for class com.consol.citrus.validation.script.GroovyXmlMessageValidator
Default constructor using default script template.
groups - Variable in class com.consol.citrus.admin.model.TestCaseType
 

H

handleDeleteRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handleFault(MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
Write SOAP fault to logger.
handleFault(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
Write fault message to logger.
handleFault(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
(non-Javadoc)
handleGetRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handleHeadRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handleMessage(Message<?>) - Method in class com.consol.citrus.adapter.handler.EmptyResponseProducingMessageHandler
 
handleMessage(Message<?>) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
 
handleMessage(Message<?>) - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
 
handleMessage(Message<?>) - Method in class com.consol.citrus.adapter.handler.StaticResponseProducingMessageHandler
 
handleMessage(Message<?>) - Method in class com.consol.citrus.adapter.handler.TimeoutProducingMessageHandler
 
handleMessage(Message<?>) - Method in class com.consol.citrus.adapter.handler.XpathDispatchingMessageHandler
Handles the message by evaluating the given Xpath and routing to the correct handler bean (identified by name) specified in messageHandlerContext
handleMessage(Message<?>) - Method in interface com.consol.citrus.message.MessageHandler
Handles a request message and returning a proper response.
handleOptionsRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handlePostRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handlePutRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handleRequest(String) - Method in class com.consol.citrus.http.interceptor.LoggingClientInterceptor
Handles request messages for logging.
handleRequest(String) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
Handle request message and write request to logger.
handleRequest(MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
Write SOAP request to logger before sending.
handleRequest(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
Write request message to logger.
handleRequest(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
(non-Javadoc)
handleResponse(String) - Method in class com.consol.citrus.http.interceptor.LoggingClientInterceptor
Handles response messages for logging.
handleResponse(String) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
Handle response message and write content to logger.
handleResponse(MessageContext, Object) - Method in class com.consol.citrus.samples.bookstore.endpoint.interceptor.BookAbstractAttachmentEndpointInterceptor
 
handleResponse(MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
Write SOAP response to logger.
handleResponse(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
Write response message to logger.
handleResponse(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
(non-Javadoc)
handleTraceRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
hasDynamicNamespaces(String) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Searches for dynamic namespaces in expression.
hasVariables() - Method in class com.consol.citrus.context.TestContext
Checks if variables are present right now.
header(String, Object) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Expect this message header entry in received message.
header(String) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Expect this message header data in received message.
header(Resource) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Expect this message header data in received message from file resource.
header(String, Object) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
header(String, Object) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Adds message header name value pair to this definition's message sending action.
header(String) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Adds message header data to this definition's message sending action.
header(Resource) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Adds message header data as file resource to this definition's message sending action.
header(String, Object) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Adds message header name value pair.
header(String) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Adds message header data.
header(Resource) - Method in class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Adds message header data as file resource.
header(String, Object) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
HEADER_CONTENT - Static variable in class com.consol.citrus.message.CitrusMessageHeaders
Header content data
HeaderMatchingMessageSelector - Class in com.consol.citrus.channel.selector
Message selector matches one or more header elements with the message header.
HeaderMatchingMessageSelector(Map<String, String>) - Constructor for class com.consol.citrus.channel.selector.HeaderMatchingMessageSelector
Default constructor using fields.
HelloJmsDemo - Class in com.consol.citrus.demo
 
HelloJmsDemo() - Constructor for class com.consol.citrus.demo.HelloJmsDemo
 
HelloRequest - Class in com.consol.citrus.demo.model
Java class for anonymous complex type.
HelloRequest() - Constructor for class com.consol.citrus.demo.model.HelloRequest
 
HelloResponse - Class in com.consol.citrus.demo.model
Java class for anonymous complex type.
HelloResponse() - Constructor for class com.consol.citrus.demo.model.HelloResponse
 
HelloService - Interface in com.consol.citrus.demo
 
HelloServiceImpl - Class in com.consol.citrus.demo
 
HelloServiceImpl() - Constructor for class com.consol.citrus.demo.HelloServiceImpl
 
HtmlReporter - Class in com.consol.citrus.report
Basic logging reporter generating a HTML report with detailed test results.
HtmlReporter() - Constructor for class com.consol.citrus.report.HtmlReporter
Default constructor.
HtmlTestDocGenerator - Class in com.consol.citrus.doc
Class to automatically generate a list of all available tests in HTML.
HtmlTestDocGenerator() - Constructor for class com.consol.citrus.doc.HtmlTestDocGenerator
Default constructor with test doc template name.
HTTP_CONTEXT_PATH - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
 
HTTP_PREFIX - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
Special header prefix for http transport headers in SOAP message sender
HTTP_PREFIX - Static variable in class com.consol.citrus.ws.message.CitrusSoapMessageHeaders
Special header prefix for http transport headers in SOAP message sender
HTTP_QUERY_PARAMS - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
 
HTTP_REASON_PHRASE - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
 
HTTP_REQUEST_METHOD - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
 
HTTP_REQUEST_URI - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
 
HTTP_STATUS_CODE - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
SOAP action header name
HTTP_STATUS_CODE - Static variable in class com.consol.citrus.ws.message.CitrusSoapMessageHeaders
Special status code header
HTTP_VERSION - Static variable in class com.consol.citrus.http.message.CitrusHttpMessageHeaders
 
HttpHeaderMapper - Class in com.consol.citrus.samples.flightbooking.header
 
HttpHeaderMapper() - Constructor for class com.consol.citrus.samples.flightbooking.header.HttpHeaderMapper
 
HttpMessageController - Class in com.consol.citrus.http.controller
Message controller implementation handling all incoming requests by forwarding to a message handler for further processing.
HttpMessageController() - Constructor for class com.consol.citrus.http.controller.HttpMessageController
 
HttpMessageSender - Class in com.consol.citrus.http.message
Message sender implementation sending messages over Http.
HttpMessageSender() - Constructor for class com.consol.citrus.http.message.HttpMessageSender
Default constructor.
HttpMessageSender(ClientHttpRequestFactory) - Constructor for class com.consol.citrus.http.message.HttpMessageSender
Constructor using custom client request factory.
HttpMessageSender(RestTemplate) - Constructor for class com.consol.citrus.http.message.HttpMessageSender
Constructor using custom rest template.
HttpMessageSenderParser - Class in com.consol.citrus.http.config.xml
Parser for Http sender implementation in Citrus http namespace.
HttpMessageSenderParser() - Constructor for class com.consol.citrus.http.config.xml.HttpMessageSenderParser
 
HttpServer - Class in com.consol.citrus.http
Simple Http server implementation starting an embedded Jetty server instance with Spring Application context support.
HttpServer() - Constructor for class com.consol.citrus.http.HttpServer
 
HttpServerParser - Class in com.consol.citrus.http.config.xml
Parser for Http server implementation in Citrus http namespace.
HttpServerParser() - Constructor for class com.consol.citrus.http.config.xml.HttpServerParser
 

I

id - Variable in class com.consol.citrus.samples.bookstore.model.Book
 
id - Variable in class com.consol.citrus.samples.flightbooking.model.Customer
 
ignore(String) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Adds ignore path expression for message element.
IGNORE_PLACEHOLDER - Static variable in class com.consol.citrus.CitrusConstants
Placeholder used in messages to ignore elements
ignoreErrors(boolean) - Method in class com.consol.citrus.dsl.definition.ExecutePLSQLActionDefinition
Ignore errors during execution.
ignoreErrors(boolean) - Method in class com.consol.citrus.dsl.definition.ExecuteSQLActionDefinition
Ignore errors during execution.
index - Variable in class com.consol.citrus.container.AbstractIteratingTestAction
Looping index
index(String) - Method in class com.consol.citrus.dsl.definition.IterateDefinition
Sets the index variable name.
index(String) - Method in class com.consol.citrus.dsl.definition.RepeatOnErrorUntilTrueDefinition
Sets the index variable name.
index(String) - Method in class com.consol.citrus.dsl.definition.RepeatUntilTrueDefinition
Sets Name of index variable.
indexName - Variable in class com.consol.citrus.container.AbstractIteratingTestAction
Name of index variable
informReplyMessageHandler(Message<?>, Message<?>) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Informs reply message handler for further processing of reply message.
informReplyMessageHandler(Message<?>, Message<?>) - Method in class com.consol.citrus.message.AbstractSyncMessageSender
Informs reply message handler for further processing of reply message.
informReplyMessageHandler(Message<?>, Message<?>) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Informs reply message handler for further processing of reply message.
init() - Method in class com.consol.citrus.admin.servlet.LoggingWebSocketServlet
 
init() - Method in class com.consol.citrus.config.handler.CitrusConfigNamespaceHandler
 
init() - Method in class com.consol.citrus.config.handler.CitrusTestcaseNamespaceHandler
 
init() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Initialize test case and variables.
init() - Method in class com.consol.citrus.http.config.handler.CitrusHttpConfigNamespaceHandler
 
init() - Method in class com.consol.citrus.ssh.config.CitrusSshConfigNamespaceHandler
init() - Method in class com.consol.citrus.ws.config.handler.CitrusWsConfigNamespaceHandler
 
init() - Method in class com.consol.citrus.ws.config.handler.CitrusWsTestcaseNamespaceHandler
 
input() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new input action.
InputAction - Class in com.consol.citrus.actions
Test action prompts user data from standard input stream.
InputAction() - Constructor for class com.consol.citrus.actions.InputAction
 
InputActionDefinition - Class in com.consol.citrus.dsl.definition
Test action prompts user data from standard input stream.
InputActionDefinition(InputAction) - Constructor for class com.consol.citrus.dsl.definition.InputActionDefinition
 
InputActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for input action in test case.
InputActionParser() - Constructor for class com.consol.citrus.config.xml.InputActionParser
 
inReceivingMessage() - Method in class com.consol.citrus.aop.StoreMessageInterceptorAspect
Deprecated.  
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class com.consol.citrus.http.interceptor.LoggingClientInterceptor
interceptMessageConstruction(Message<T>, TestContext) - Method in interface com.consol.citrus.validation.interceptor.MessageConstructionInterceptor
Intercept the message construction.
interceptMessageConstruction(T, TestContext) - Method in interface com.consol.citrus.validation.interceptor.MessageConstructionInterceptor
Intercept the message payload construction.
interceptMessageConstruction(String, TestContext) - Method in class com.consol.citrus.validation.interceptor.XpathMessageConstructionInterceptor
Intercept the message payload construction and replace elements identified via XPath expressions.
interceptMessageConstruction(Message<String>, TestContext) - Method in class com.consol.citrus.validation.interceptor.XpathMessageConstructionInterceptor
Intercept the message and modify the message payload.
INTERCEPTORS_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
INTERCEPTORS_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
InvalidFunctionUsageException - Exception in com.consol.citrus.exceptions
Use this exception in case a function is called with invalid parameters.
InvalidFunctionUsageException() - Constructor for exception com.consol.citrus.exceptions.InvalidFunctionUsageException
Default constructor.
InvalidFunctionUsageException(String) - Constructor for exception com.consol.citrus.exceptions.InvalidFunctionUsageException
Constructor using fields.
InvalidFunctionUsageException(Throwable) - Constructor for exception com.consol.citrus.exceptions.InvalidFunctionUsageException
Constructor using fields.
InvalidFunctionUsageException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.InvalidFunctionUsageException
Constructor using fields.
invoke(MessageContext) - Method in class com.consol.citrus.ws.WebServiceEndpoint
 
isApplicationContextLoaded() - Method in class com.consol.citrus.admin.executor.ApplicationContextHolder
Returns the status of the application context.
isAutoStart() - Method in class com.consol.citrus.server.AbstractServer
Gets the autoStart.
isbn - Variable in class com.consol.citrus.samples.bookstore.model.Book
 
isbn - Variable in class com.consol.citrus.samples.bookstore.model.GetBookAbstractRequestMessage
 
isbn - Variable in class com.consol.citrus.samples.bookstore.model.GetBookDetailsRequestMessage
 
isComplete() - Method in interface com.consol.citrus.admin.launcher.ProcessLauncher
Can be used to query the state of the process.
isComplete() - Method in class com.consol.citrus.admin.launcher.ProcessLauncherImpl
Can be used to query the state of the process.
isDisabled(TestContext) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Checks if this test action is disabled.
isDisabled(TestContext) - Method in class com.consol.citrus.actions.AbstractTestAction
Checks if this test action is disabled.
isDisabled(TestContext) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Checks if this test action is disabled.
isDisabled(TestContext) - Method in class com.consol.citrus.actions.SendMessageAction
Checks if this test action is disabled.
isDisabled(TestContext) - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
Checks if this action is disabled.
isDisabled(TestContext) - Method in interface com.consol.citrus.TestAction
Checks if this action is disabled.
isDisabled() - Method in class com.consol.citrus.TestActor
Gets the disabled.
isForkMode() - Method in class com.consol.citrus.actions.SendMessageAction
Gets the forkMode.
isFunction(String) - Method in class com.consol.citrus.functions.FunctionRegistry
Check if variable expression is a custom function.
isGlobalContext() - Method in class com.consol.citrus.container.Template
Gets the globalContext.
isIgnoreAllWhitespaces() - Method in class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
 
isIgnoreErrors() - Method in class com.consol.citrus.actions.ExecutePLSQLAction
Gets the ignoreErrors.
isIgnoreErrors() - Method in class com.consol.citrus.actions.ExecuteSQLAction
Gets the ignoreErrors.
IsNumberValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on Double > Double.
IsNumberValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.IsNumberValidationMatcher
 
isPersistent() - Method in class com.consol.citrus.server.activemq.ActiveMQServer
Is broker persistent.
isProjectHome(String) - Method in class com.consol.citrus.admin.service.ProjectService
Check if home directory is valid Citrus project home.
isPubSubDomain() - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Does domain use topics instead of queues.
isPubSubDomain() - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Is this sender using JMS topics instead of JMS queues.
isRunning() - Method in class com.consol.citrus.server.AbstractServer
 
isRunning() - Method in interface com.consol.citrus.server.Server
Is server running.
isSchemaValidationEnabled() - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Is schema validation enabled.
isSingleton() - Method in class com.consol.citrus.config.TestCaseFactory
 
isSingleton() - Method in class com.consol.citrus.context.TestContextFactoryBean
 
isSingleton() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Is singleton bean?
isSingleton() - Method in class com.consol.citrus.http.client.UserCredentialsClientHttpRequestFactory
Deprecated. Is singleton bean?
isSingleton() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
isSingleton() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
isSpringInternalHeader(String) - Static method in class com.consol.citrus.util.MessageUtils
Check if given header name belongs to Spring Integration internal headers.
isSuccess() - Method in class com.consol.citrus.admin.model.TestResult
Gets the value of the success property.
isSuccess() - Method in class com.consol.citrus.samples.bookstore.model.AddBookResponseMessage
Gets the value of the success property.
isSuccess() - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Gets the value of the success property.
isSuccess() - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
Gets the value of the success property.
isTyped(String) - Static method in enum com.consol.citrus.message.MessageHeaderType
Checks if this header value is typed with matching type prefix.
isUseRootContextAsParent() - Method in class com.consol.citrus.http.HttpServer
Gets the useRootContextAsParent.
isUseRootContextAsParent() - Method in class com.consol.citrus.ws.JettyServer
Gets the useRootContextAsParent.
isUseScriptTemplate() - Method in class com.consol.citrus.script.GroovyAction
Gets the useScriptTemplate.
isValidationMatcherExpression(String) - Static method in class com.consol.citrus.validation.matcher.ValidationMatcherUtils
Checks if expression is a validation matcher expression.
isVariableName(String) - Static method in class com.consol.citrus.variable.VariableUtils
Checks whether a given expression is a variable name.
isXPathExpression(String) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Method to find out whether an expression is of XPath nature or custom dot notation syntax.
Iterate - Class in com.consol.citrus.container
Class executes nested test actions in loops.
Iterate() - Constructor for class com.consol.citrus.container.Iterate
 
iterate(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds iterate container with nested test actions.
IterateDefinition - Class in com.consol.citrus.dsl.definition
 
IterateDefinition(Iterate) - Constructor for class com.consol.citrus.dsl.definition.IterateDefinition
Default constructor using action container.
IterateParser - Class in com.consol.citrus.config.xml
Bean definition parser for assert action in test case.
IterateParser() - Constructor for class com.consol.citrus.config.xml.IterateParser
 

J

java(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new Java action definition from class name.
java(Class<?>) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new Java action definition from Java class.
java(Object) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new Java action definition from Java object instance.
JavaAction - Class in com.consol.citrus.actions
Action to enable class invocation through java reflection
JavaAction() - Constructor for class com.consol.citrus.actions.JavaAction
 
JavaActionDefinition - Class in com.consol.citrus.dsl.definition
Action to enable class invocation through java reflection
JavaActionDefinition(JavaAction) - Constructor for class com.consol.citrus.dsl.definition.JavaActionDefinition
 
JavaActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for java action in test case.
JavaActionParser() - Constructor for class com.consol.citrus.config.xml.JavaActionParser
 
JettyServer - Class in com.consol.citrus.ws
Jetty server implementation wrapping a Server with Citrus server behaviour, so server can be started/stopped by Citrus.
JettyServer() - Constructor for class com.consol.citrus.ws.JettyServer
 
JettyServerParser - Class in com.consol.citrus.ws.config.xml
Parser for jetty-server component in Citrus ws namespace.
JettyServerParser() - Constructor for class com.consol.citrus.ws.config.xml.JettyServerParser
 
JmsConnectingMessageHandler - Class in com.consol.citrus.adapter.handler
Message handler implementation forwarding incoming request to a JMS destination.
JmsConnectingMessageHandler() - Constructor for class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
 
JmsConnectingMessageHandler.JmsMessageCallback - Interface in com.consol.citrus.adapter.handler
Message callback interface for manipulating JMS request messages before sending.
JmsMessageConverter - Class in com.consol.citrus.jms
Basic message converter for converting Spring Integration message implementations to JMS messages and vice versa.
JmsMessageConverter(MessageConverter, JmsHeaderMapper) - Constructor for class com.consol.citrus.jms.JmsMessageConverter
Default constructor using fields.
JmsMessageReceiver - Class in com.consol.citrus.jms
MessageReceiver implementation consumes messages from aJMS destination.
JmsMessageReceiver() - Constructor for class com.consol.citrus.jms.JmsMessageReceiver
 
JmsMessageReceiverParser - Class in com.consol.citrus.config.xml
Bean definition parser for jms-message-receiver configuration.
JmsMessageReceiverParser() - Constructor for class com.consol.citrus.config.xml.JmsMessageReceiverParser
 
JmsMessageSender - Class in com.consol.citrus.jms
MessageSender implementation publishes message to a JMS destination.
JmsMessageSender() - Constructor for class com.consol.citrus.jms.JmsMessageSender
 
JmsMessageSenderParser - Class in com.consol.citrus.config.xml
Bean definition parser for jms-message-sender configuration.
JmsMessageSenderParser() - Constructor for class com.consol.citrus.config.xml.JmsMessageSenderParser
 
JmsReplyDestinationHolder - Interface in com.consol.citrus.jms
Reply destination holder interface for getting reply destinations in synchronous JMS communication.
JmsReplyMessageSender - Class in com.consol.citrus.jms
This JMS message sender is quite similar to Spring's AbstractJmsTemplateBasedAdapter that is already used in asynchronous JMS senders and receivers.
JmsReplyMessageSender() - Constructor for class com.consol.citrus.jms.JmsReplyMessageSender
 
JmsReplyMessageSenderParser - Class in com.consol.citrus.config.xml
Bean definition parser for jms-reply-message-sender configuration.
JmsReplyMessageSenderParser() - Constructor for class com.consol.citrus.config.xml.JmsReplyMessageSenderParser
 
JmsSyncMessageReceiver - Class in com.consol.citrus.jms
Synchronous message receiver implementation for JMS.
JmsSyncMessageReceiver() - Constructor for class com.consol.citrus.jms.JmsSyncMessageReceiver
 
JmsSyncMessageReceiverParser - Class in com.consol.citrus.config.xml
Bean definition parser for jms-sync-message-receiver configuration.
JmsSyncMessageReceiverParser() - Constructor for class com.consol.citrus.config.xml.JmsSyncMessageReceiverParser
 
JmsSyncMessageSender - Class in com.consol.citrus.jms
Synchronous message sender implementation for JMS.
JmsSyncMessageSender() - Constructor for class com.consol.citrus.jms.JmsSyncMessageSender
 
JmsSyncMessageSenderParser - Class in com.consol.citrus.config.xml
Bean definition parser for jms-sync-message-sender configuration.
JmsSyncMessageSenderParser() - Constructor for class com.consol.citrus.config.xml.JmsSyncMessageSenderParser
 
join() - Method in class com.consol.citrus.server.AbstractServer
Join server thread.
JsonTextMessageValidator - Class in com.consol.citrus.validation.json
This message validator implementation is able to validate two JSON text objects.
JsonTextMessageValidator() - Constructor for class com.consol.citrus.validation.json.JsonTextMessageValidator
 
JUnitReporter - Class in com.consol.citrus.report
TestReporter implementation that generates the famous JUnit XML reports.
JUnitReporter() - Constructor for class com.consol.citrus.report.JUnitReporter
 
JUnitTestExecutor - Class in com.consol.citrus.junit
 
JUnitTestExecutor(ApplicationContext, Class<?>, TestListeners) - Constructor for class com.consol.citrus.junit.JUnitTestExecutor
Default constructor using fields.

K

knows(String) - Static method in enum com.consol.citrus.message.MessageType
Check if this message type name is matching a enum value.
knowsFunction(String) - Method in class com.consol.citrus.functions.FunctionLibrary
Does this function library know a function with the given name.
knowsValidationMatcher(String) - Method in class com.consol.citrus.validation.matcher.ValidationMatcherLibrary
Does this library know a validationMatcher with the given name.

L

lastname - Variable in class com.consol.citrus.samples.flightbooking.model.Customer
 
lastUpdated - Variable in class com.consol.citrus.admin.model.TestCaseType
 
lastUpdatedBy - Variable in class com.consol.citrus.admin.model.TestCaseType
 
launchAndContinue(ProcessBuilder, int) - Method in interface com.consol.citrus.admin.launcher.ProcessLauncher
Launches a new process.
launchAndContinue(ProcessBuilder, int) - Method in class com.consol.citrus.admin.launcher.ProcessLauncherImpl
Launches a new process.
launchAndWait(ProcessBuilder, int) - Method in interface com.consol.citrus.admin.launcher.ProcessLauncher
Launches a new process.
launchAndWait(ProcessBuilder, int) - Method in class com.consol.citrus.admin.launcher.ProcessLauncherImpl
Launches a new process.
list(HttpEntity<String>) - Method in class com.consol.citrus.admin.controller.TestCaseController
 
listBooks() - Method in class com.consol.citrus.samples.bookstore.BookStore
List all books in this registry.
ListBooksRequestMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
ListBooksRequestMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.ListBooksRequestMessage
 
ListBooksResponseMessage - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
ListBooksResponseMessage() - Constructor for class com.consol.citrus.samples.bookstore.model.ListBooksResponseMessage
 
ListBooksResponseMessage.Books - Class in com.consol.citrus.samples.bookstore.model
Java class for anonymous complex type.
ListBooksResponseMessage.Books() - Constructor for class com.consol.citrus.samples.bookstore.model.ListBooksResponseMessage.Books
 
listener(BuildListener) - Method in class com.consol.citrus.dsl.definition.AntRunActionDefinition
Adds custom build listener implementation.
load(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new load properties action.
LoadPropertiesAction - Class in com.consol.citrus.actions
Action reads property files and creates test variables for every property entry.
LoadPropertiesAction() - Constructor for class com.consol.citrus.actions.LoadPropertiesAction
 
LoadPropertiesActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for load-properties action in test case.
LoadPropertiesActionParser() - Constructor for class com.consol.citrus.config.xml.LoadPropertiesActionParser
 
loadPropertiesAsVariables() - Method in class com.consol.citrus.variable.GlobalVariablesPropertyLoader
Load the properties as variables.
LocalHostAddressFunction - Class in com.consol.citrus.functions.core
Function gets the local host address.
LocalHostAddressFunction() - Constructor for class com.consol.citrus.functions.core.LocalHostAddressFunction
 
log - Variable in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Logger
log - Variable in class com.consol.citrus.doc.AbstractTestDocGenerator
Logger
log - Variable in class com.consol.citrus.junit.AbstractJUnit38CitrusTest
Deprecated. Logger
log - Variable in class com.consol.citrus.junit.AbstractJUnit4CitrusTest
Logger
log - Variable in class com.consol.citrus.message.AbstractSyncMessageSender
Logger
log - Variable in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Logger
log - Variable in class com.consol.citrus.validation.ControlMessageValidator
Logger
log - Variable in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Logger
logDisabledTestAction(TestAction) - Static method in class com.consol.citrus.util.TestActionExecutionLogger
 
LoggingClientInterceptor - Class in com.consol.citrus.http.interceptor
Simple logging interceptor writes Http request and response messages to the console.
LoggingClientInterceptor() - Constructor for class com.consol.citrus.http.interceptor.LoggingClientInterceptor
 
LoggingClientInterceptor - Class in com.consol.citrus.ws.interceptor
Client interceptor implementation logging SOAP requests and responses as well as SOAP faults with logging framework.
LoggingClientInterceptor() - Constructor for class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
 
LoggingEndpointInterceptor - Class in com.consol.citrus.ws.interceptor
Endpoint interceptor implementation logging incoming WebService requests and respective responses to the logger in their complete nature (e.g.
LoggingEndpointInterceptor() - Constructor for class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
 
LoggingHandlerInterceptor - Class in com.consol.citrus.http.interceptor
Logging interceptor called by Spring MVC for each controller handling a RESTful Http request as a server.
LoggingHandlerInterceptor() - Constructor for class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
 
LoggingInterceptor - Class in com.consol.citrus.demo
 
LoggingInterceptor() - Constructor for class com.consol.citrus.demo.LoggingInterceptor
 
LoggingInterceptorSupport - Class in com.consol.citrus.ws.interceptor
Abstract logging support class offers basic log methods for SOAP messages.
LoggingInterceptorSupport() - Constructor for class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Prevent instantiation.
LoggingListener - Interface in com.consol.citrus.admin.listener
Logging listeners get invoked when console log event was detected.
LoggingReporter - Class in com.consol.citrus.report
Simple logging reporter printing test start and ending to the console/logger.
LoggingReporter() - Constructor for class com.consol.citrus.report.LoggingReporter
 
LoggingWebSocket - Class in com.consol.citrus.admin.websocket
Used for publishing log messages to connected clients via the web socket api.
LoggingWebSocket() - Constructor for class com.consol.citrus.admin.websocket.LoggingWebSocket
Default constructor.
LoggingWebSocketServlet - Class in com.consol.citrus.admin.servlet
Logging WebSocket
LoggingWebSocketServlet() - Constructor for class com.consol.citrus.admin.servlet.LoggingWebSocketServlet
 
logMessage(String) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Performs the final logger call with dynamic message.
logRequest(String, MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Logs request message from message context.
logResponse(String, MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Logs response message from message context if any.
logSoapMessage(String, SoapMessage) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Log SOAP message with transformer instance.
logTestAction(TestAction) - Static method in class com.consol.citrus.util.TestActionExecutionLogger
Print test action information to the console.
logWebServiceMessage(String, WebServiceMessage) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Log WebService message (other than SOAP) with in memory ByteArrayOutputStream
lookupNamespaces(Node) - Static method in class com.consol.citrus.util.XMLUtils
Look up namespace attribute declarations in the specified node and store them in a binding map, where the key is the namespace prefix and the value is the namespace uri.
lookupNamespaces(String) - Static method in class com.consol.citrus.util.XMLUtils
Look up namespace attribute declarations in the XML fragment and store them in a binding map, where the key is the namespace prefix and the value is the namespace uri.
LowerCaseFunction - Class in com.consol.citrus.functions.core
Function returns given string argument in lower case.
LowerCaseFunction() - Constructor for class com.consol.citrus.functions.core.LowerCaseFunction
 
LowerThanValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on on Double < Double.
LowerThanValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.LowerThanValidationMatcher
 
LSResolverImpl - Class in com.consol.citrus.xml
Very basic LSResolver implementation for resolving dtd resources by their systemId.
LSResolverImpl(DOMImplementationLS) - Constructor for class com.consol.citrus.xml.LSResolverImpl
Constructor

M

main(String[]) - Static method in class com.consol.citrus.Citrus
Main CLI method.
main(String[]) - Static method in class com.consol.citrus.doc.ExcelTestDocGenerator
Executable application cli.
main(String[]) - Static method in class com.consol.citrus.doc.HtmlTestDocGenerator
Executable application cli.
main(String[]) - Static method in class com.consol.citrus.util.TestCaseCreator
Main CLI method.
MapValueFunction - Class in com.consol.citrus.functions.core
Function to map the function's argument to a corresponding value configured using a map.
MapValueFunction() - Constructor for class com.consol.citrus.functions.core.MapValueFunction
 
marshal(Calendar) - Method in class org.w3._2001.xmlschema.Adapter1
 
marshal(Calendar) - Method in class org.w3._2001.xmlschema.Adapter2
 
MarshallingValidationCallback<T> - Class in com.consol.citrus.validation
Validation callback automatically unmarshalling message payload so we work with Java objects for validation.
MarshallingValidationCallback() - Constructor for class com.consol.citrus.validation.MarshallingValidationCallback
Default constructor.
MarshallingValidationCallback(Unmarshaller) - Constructor for class com.consol.citrus.validation.MarshallingValidationCallback
Default constructor with unmarshaller.
MatchesValidationMatcher - Class in com.consol.citrus.validation.matcher.core
ValidationMatcher based on String.matches()
MatchesValidationMatcher() - Constructor for class com.consol.citrus.validation.matcher.core.MatchesValidationMatcher
 
MaxFunction - Class in com.consol.citrus.functions.core
Function returns the maximum numeric value in a set of numeric arguments.
MaxFunction() - Constructor for class com.consol.citrus.functions.core.MaxFunction
 
merge(Customer) - Method in interface com.consol.citrus.samples.flightbooking.persistence.CustomerDao
Update a customer.
merge(Flight) - Method in interface com.consol.citrus.samples.flightbooking.persistence.FlightDao
Update a flight.
merge(Customer) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.CustomerDaoImpl
 
merge(Flight) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.FlightDaoImpl
 
message - Variable in class com.consol.citrus.demo.model.FaultType
 
message(String) - Method in class com.consol.citrus.dsl.definition.AssertDefinition
Expect error message in exception.
message(String) - Method in class com.consol.citrus.dsl.definition.InputActionDefinition
Sets the message displayed to the user.
message(Message<?>) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Expect a control message in this receive action.
message(Message<?>) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
message(Message<String>) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Sets the message instance to send.
message(Message<String>) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
MESSAGE_SENDER_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
MESSAGE_SENDER_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
MESSAGE_SENDERS_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
MESSAGE_SENDERS_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
MESSAGE_TYPE - Static variable in class com.consol.citrus.message.CitrusMessageHeaders
Header indicating the message type (e.g.
MessageChannelConnectingMessageHandler - Class in com.consol.citrus.adapter.handler
This message handler will forward incoming requests to a Spring Integration message channel.
MessageChannelConnectingMessageHandler() - Constructor for class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
 
MessageChannelReceiver - Class in com.consol.citrus.channel
Receive messages from com.consol.citrus.message.MessageChannel instance.
MessageChannelReceiver() - Constructor for class com.consol.citrus.channel.MessageChannelReceiver
 
MessageChannelReceiverParser - Class in com.consol.citrus.config.xml
Bean definition parser for message-channel-receiver configuration.
MessageChannelReceiverParser() - Constructor for class com.consol.citrus.config.xml.MessageChannelReceiverParser
 
MessageChannelSender - Class in com.consol.citrus.channel
Publish message to a MessageChannel.
MessageChannelSender() - Constructor for class com.consol.citrus.channel.MessageChannelSender
 
MessageChannelSenderParser - Class in com.consol.citrus.config.xml
Bean definition parser for message-channel-sender configuration.
MessageChannelSenderParser() - Constructor for class com.consol.citrus.config.xml.MessageChannelSenderParser
 
MessageConstructionInterceptor<T> - Interface in com.consol.citrus.validation.interceptor
Implementing classes may intercept the message paload constructing mechanism in order to modify the message content.
MessageContentBuilder<T> - Interface in com.consol.citrus.validation.builder
Interface for classes beeing able to build control messages for validation.
messageFactory(SoapMessageFactory) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Set explicit SOAP message factory implementation.
messageFactory(String) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Set explicit SOAP message factory implementation by bean name.
MessageHandler - Interface in com.consol.citrus.message
MessageHandler processing a request message and returning a proper response message.
MessageHeaderEndpointUriResolver - Class in com.consol.citrus.adapter.common.endpoint
Endpoint uri resolver working on message headers.
MessageHeaderEndpointUriResolver() - Constructor for class com.consol.citrus.adapter.common.endpoint.MessageHeaderEndpointUriResolver
 
MessageHeaderType - Enum in com.consol.citrus.message
Enumeration for supported message header types.
MessageHeaderVariableExtractor - Class in com.consol.citrus.variable
Variable extractor reading message headers and saves them to new test variables.
MessageHeaderVariableExtractor() - Constructor for class com.consol.citrus.variable.MessageHeaderVariableExtractor
 
messageId - Variable in class com.consol.citrus.demo.model.FaultDetail
 
messageId - Variable in class com.consol.citrus.demo.model.HelloRequest
 
messageId - Variable in class com.consol.citrus.demo.model.HelloResponse
 
MessageProcessor - Interface in com.consol.citrus.message
Message processor having 0-n message handlers.
MessageReceiver - Interface in com.consol.citrus.message
Message receiver interface declares message receiving methods.
messageReceivers - Variable in class com.consol.citrus.admin.model.AppContextInfo
 
MessageReceiverType - Class in com.consol.citrus.admin.model
Java class for MessageReceiverType complex type.
MessageReceiverType() - Constructor for class com.consol.citrus.admin.model.MessageReceiverType
 
MessageSelectingQueueChannel - Class in com.consol.citrus.channel
Added selective consumption of messages according to a message selector implementation.
MessageSelectingQueueChannel(BlockingQueue<Message<?>>) - Constructor for class com.consol.citrus.channel.MessageSelectingQueueChannel
Create a channel with the specified queue.
MessageSelectingQueueChannel(int) - Constructor for class com.consol.citrus.channel.MessageSelectingQueueChannel
Create a channel with the specified queue capacity.
MessageSelectingQueueChannel() - Constructor for class com.consol.citrus.channel.MessageSelectingQueueChannel
Default constructor.
MessageSelectingQueueChannelParser - Class in com.consol.citrus.config.xml
Bean definition parser for special message channel configuration which supports message selection.
MessageSelectingQueueChannelParser() - Constructor for class com.consol.citrus.config.xml.MessageSelectingQueueChannelParser
 
MessageSelectorBuilder - Class in com.consol.citrus.message
Constructs message selectors either from string value or from key value maps.
MessageSelectorBuilder(String) - Constructor for class com.consol.citrus.message.MessageSelectorBuilder
Constructor using fields.
messageSender - Variable in class com.consol.citrus.actions.SendMessageAction
The message sender
MessageSender - Interface in com.consol.citrus.message
Basic message sender interface.
MessageSender.ErrorHandlingStrategy - Enum in com.consol.citrus.message
Enumeration representing the different error handling strategies for this reply message handler.
messageSenders - Variable in class com.consol.citrus.admin.model.AppContextInfo
 
MessageSenderType - Class in com.consol.citrus.admin.model
Java class for MessageSenderType complex type.
MessageSenderType() - Constructor for class com.consol.citrus.admin.model.MessageSenderType
 
MessageTracingTestListener - Class in com.consol.citrus.report
Test listener collects all messages sent and received by Citrus during test execution.
MessageTracingTestListener() - Constructor for class com.consol.citrus.report.MessageTracingTestListener
 
messageType(MessageType) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Sets a explicit message type for this receive action.
messageType(MessageType) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
MessageType - Enum in com.consol.citrus.message
Enumeration for message protocol types used in test cases.
MessageUtils - Class in com.consol.citrus.util
Message utility class.
MessageValidator<T extends ValidationContext> - Interface in com.consol.citrus.validation
Message validator interface.
MessageValidatorRegistry - Class in com.consol.citrus.validation
Simple registry holding all available message validator implementations.
MessageValidatorRegistry() - Constructor for class com.consol.citrus.validation.MessageValidatorRegistry
 
method(String) - Method in class com.consol.citrus.dsl.definition.JavaActionDefinition
Method to call via reflection.
methodArgs(Object...) - Method in class com.consol.citrus.dsl.definition.JavaActionDefinition
Setter for method arguments
MinFunction - Class in com.consol.citrus.functions.core
Returns the minimum value in a set of numeric arguments.
MinFunction() - Constructor for class com.consol.citrus.functions.core.MinFunction
 
MissingExpectedMessageException - Exception in com.consol.citrus.exceptions
This exception is thrown when a message receiving action does not specify any expected content.
MissingExpectedMessageException() - Constructor for exception com.consol.citrus.exceptions.MissingExpectedMessageException
Default constructor.
MissingExpectedMessageException(String) - Constructor for exception com.consol.citrus.exceptions.MissingExpectedMessageException
Constructor using fields.
MissingExpectedMessageException(Throwable) - Constructor for exception com.consol.citrus.exceptions.MissingExpectedMessageException
Constructor using fields.
MissingExpectedMessageException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.MissingExpectedMessageException
Constructor using fields.
MultiResourceXsdSchema - Class in com.consol.citrus.xml.schema
Schema combines multiple file resources usually with exactly the same target namespace to one single schema instance.
MultiResourceXsdSchema() - Constructor for class com.consol.citrus.xml.schema.MultiResourceXsdSchema
 

N

name - Variable in class com.consol.citrus.admin.model.MessageReceiverType
 
name - Variable in class com.consol.citrus.admin.model.MessageSenderType
 
name - Variable in class com.consol.citrus.admin.model.ServerInstanceType
 
name - Variable in class com.consol.citrus.admin.model.TestCaseType
 
namespace(String, String) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Adds explicit namespace declaration for later path validation expressions.
NamespaceContextBeanPostProcessor - Class in com.consol.citrus.xml.namespace
Post processing all test actions and injecting central NamespaceContextBuilder into VariableExtractor instances in ReceiveMessageAction.
NamespaceContextBeanPostProcessor() - Constructor for class com.consol.citrus.xml.namespace.NamespaceContextBeanPostProcessor
 
NamespaceContextBuilder - Class in com.consol.citrus.xml.namespace
Builds a namespace context for XPath expression evaluations.
NamespaceContextBuilder() - Constructor for class com.consol.citrus.xml.namespace.NamespaceContextBuilder
 
namespaces(Map<String, String>) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Sets default namespace declarations on this action definition.
NoSuchFunctionException - Exception in com.consol.citrus.exceptions
Unknown functions cause this exception.
NoSuchFunctionException() - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionException
Default constructor.
NoSuchFunctionException(String) - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionException
Constructor using fields.
NoSuchFunctionException(Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionException
Constructor using fields.
NoSuchFunctionException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionException
Constructor using fields.
NoSuchFunctionLibraryException - Exception in com.consol.citrus.exceptions
In case no function library exists for a given prefix this exception is thrown.
NoSuchFunctionLibraryException() - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionLibraryException
Default constructor.
NoSuchFunctionLibraryException(String) - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionLibraryException
Constructor using fields.
NoSuchFunctionLibraryException(Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionLibraryException
Constructor using fields.
NoSuchFunctionLibraryException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchFunctionLibraryException
Constructor using fields.
NoSuchValidationMatcherException - Exception in com.consol.citrus.exceptions
Unknown validation matchers cause this exception.
NoSuchValidationMatcherException() - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherException
Default constructor.
NoSuchValidationMatcherException(String) - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherException
Constructor using fields.
NoSuchValidationMatcherException(Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherException
Constructor using fields.
NoSuchValidationMatcherException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherException
Constructor using fields.
NoSuchValidationMatcherLibraryException - Exception in com.consol.citrus.exceptions
In case no function library exists for a given prefix this exception is thrown.
NoSuchValidationMatcherLibraryException() - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherLibraryException
Default constructor.
NoSuchValidationMatcherLibraryException(String) - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherLibraryException
Constructor using fields.
NoSuchValidationMatcherLibraryException(Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherLibraryException
Constructor using fields.
NoSuchValidationMatcherLibraryException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchValidationMatcherLibraryException
Constructor using fields.
NoSuchVariableException - Exception in com.consol.citrus.exceptions
Throw this exception in case an unknown variable is read from test context.
NoSuchVariableException() - Constructor for exception com.consol.citrus.exceptions.NoSuchVariableException
Default constructor.
NoSuchVariableException(String) - Constructor for exception com.consol.citrus.exceptions.NoSuchVariableException
Constructor using fields.
NoSuchVariableException(Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchVariableException
Constructor using fields.
NoSuchVariableException(String, Throwable) - Constructor for exception com.consol.citrus.exceptions.NoSuchVariableException
Constructor using fields.

O

ObjectFactory - Class in com.consol.citrus.admin.model
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.admin.model package.
ObjectFactory() - Constructor for class com.consol.citrus.admin.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.admin.model
ObjectFactory - Class in com.consol.citrus.demo.model
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.demo.model package.
ObjectFactory() - Constructor for class com.consol.citrus.demo.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.demo.model
ObjectFactory - Class in com.consol.citrus.samples.bookstore.model
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.samples.bookstore.model package.
ObjectFactory() - Constructor for class com.consol.citrus.samples.bookstore.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.samples.bookstore.model
ObjectFactory - Class in com.consol.citrus.samples.flightbooking.model
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.samples.flightbooking.model package.
ObjectFactory() - Constructor for class com.consol.citrus.samples.flightbooking.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.samples.flightbooking.model
ObjectFactory - Class in com.consol.citrus.samples.greeting.model
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.samples.greeting.model package.
ObjectFactory() - Constructor for class com.consol.citrus.samples.greeting.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.samples.greeting.model
onClose(int, String) - Method in class com.consol.citrus.admin.websocket.LoggingWebSocket
onFinish() - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked on test suite finish.
onFinish() - Method in class com.consol.citrus.report.AbstractTestSuiteListener
 
onFinish() - Method in class com.consol.citrus.report.JUnitReporter
 
onFinish() - Method in class com.consol.citrus.report.LoggingReporter
 
onFinish() - Method in interface com.consol.citrus.report.TestSuiteListener
Invoked on test suite finish.
onFinish() - Method in class com.consol.citrus.report.TestSuiteListeners
 
onFinishFailure(Throwable) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked after failed test suite finish.
onFinishFailure(Throwable) - Method in class com.consol.citrus.report.AbstractTestSuiteListener
 
onFinishFailure(Throwable) - Method in class com.consol.citrus.report.JUnitReporter
 
onFinishFailure(Throwable) - Method in class com.consol.citrus.report.LoggingReporter
 
onFinishFailure(Throwable) - Method in interface com.consol.citrus.report.TestSuiteListener
Invoked after failed test suite finish.
onFinishFailure(Throwable) - Method in class com.consol.citrus.report.TestSuiteListeners
 
onFinishSuccess() - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked after successful test suite finish.
onFinishSuccess() - Method in class com.consol.citrus.report.AbstractTestSuiteListener
 
onFinishSuccess() - Method in class com.consol.citrus.report.JUnitReporter
 
onFinishSuccess() - Method in class com.consol.citrus.report.LoggingReporter
 
onFinishSuccess() - Method in interface com.consol.citrus.report.TestSuiteListener
Invoked after successful test suite finish.
onFinishSuccess() - Method in class com.consol.citrus.report.TestSuiteListeners
 
onLoggingMessage(String) - Method in interface com.consol.citrus.admin.listener.LoggingListener
Invoked on logging message event with message data.
onMessage(String) - Method in class com.consol.citrus.admin.websocket.LoggingWebSocket
onOpen(WebSocket.Connection) - Method in class com.consol.citrus.admin.websocket.LoggingWebSocket
onReplyMessage(Message<?>) - Method in interface com.consol.citrus.message.ReplyMessageHandler
Handle reply message.
onReplyMessage(Message<?>, String) - Method in interface com.consol.citrus.message.ReplyMessageHandler
Handle reply message with given correlation key.
onReplyMessage(Message<?>, String) - Method in class com.consol.citrus.message.ReplyMessageReceiver
 
onReplyMessage(Message<?>) - Method in class com.consol.citrus.message.ReplyMessageReceiver
 
onStart() - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked on test suite start.
onStart() - Method in class com.consol.citrus.report.AbstractTestSuiteListener
 
onStart() - Method in class com.consol.citrus.report.JUnitReporter
 
onStart() - Method in class com.consol.citrus.report.LoggingReporter
 
onStart() - Method in interface com.consol.citrus.report.TestSuiteListener
Invoked on test suite start.
onStart() - Method in class com.consol.citrus.report.TestSuiteListeners
 
onStartFailure(Throwable) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked after failed test suite start.
onStartFailure(Throwable) - Method in class com.consol.citrus.report.AbstractTestSuiteListener
 
onStartFailure(Throwable) - Method in class com.consol.citrus.report.JUnitReporter
 
onStartFailure(Throwable) - Method in class com.consol.citrus.report.LoggingReporter
 
onStartFailure(Throwable) - Method in interface com.consol.citrus.report.TestSuiteListener
Invoked after failed test suite start.
onStartFailure(Throwable) - Method in class com.consol.citrus.report.TestSuiteListeners
 
onStartSuccess() - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked after successful test suite start.
onStartSuccess() - Method in class com.consol.citrus.report.AbstractTestSuiteListener
 
onStartSuccess() - Method in class com.consol.citrus.report.JUnitReporter
 
onStartSuccess() - Method in class com.consol.citrus.report.LoggingReporter
 
onStartSuccess() - Method in interface com.consol.citrus.report.TestSuiteListener
Invoked after successful test suite start.
onStartSuccess() - Method in class com.consol.citrus.report.TestSuiteListeners
 
onTestActionFailure(TestAction, Throwable) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test finished with failure
onTestActionFailure(TestAction, Throwable) - Method in class com.consol.citrus.report.AbstractTestActionListener
 
onTestActionFailure(TestAction, Throwable) - Method in interface com.consol.citrus.report.TestActionListener
Invoked when test finished with failure
onTestActionFailure(TestAction, Throwable) - Method in class com.consol.citrus.report.TestActionListeners
 
onTestActionFinish(TestAction) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test gets finished
onTestActionFinish(TestAction) - Method in class com.consol.citrus.report.AbstractTestActionListener
 
onTestActionFinish(TestAction) - Method in interface com.consol.citrus.report.TestActionListener
Invoked when test gets finished
onTestActionFinish(TestAction) - Method in class com.consol.citrus.report.TestActionListeners
 
onTestActionSkipped(TestAction) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test is skipped
onTestActionSkipped(TestAction) - Method in class com.consol.citrus.report.AbstractTestActionListener
 
onTestActionSkipped(TestAction) - Method in interface com.consol.citrus.report.TestActionListener
Invoked when test is skipped
onTestActionSkipped(TestAction) - Method in class com.consol.citrus.report.TestActionListeners
 
onTestActionStart(TestAction) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test gets started
onTestActionStart(TestAction) - Method in class com.consol.citrus.report.AbstractTestActionListener
 
onTestActionStart(TestAction) - Method in interface com.consol.citrus.report.TestActionListener
Invoked when test gets started
onTestActionStart(TestAction) - Method in class com.consol.citrus.report.TestActionListeners
 
onTestActionSuccess(TestAction) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test finished with success
onTestActionSuccess(TestAction) - Method in class com.consol.citrus.report.AbstractTestActionListener
 
onTestActionSuccess(TestAction) - Method in interface com.consol.citrus.report.TestActionListener
Invoked when test finished with success
onTestActionSuccess(TestAction) - Method in class com.consol.citrus.report.TestActionListeners
 
onTestFailure(TestCase, Throwable) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test finished with failure
onTestFailure(TestCase, Throwable) - Method in class com.consol.citrus.report.AbstractTestListener
 
onTestFailure(TestCase, Throwable) - Method in class com.consol.citrus.report.FailureStackTestListener
 
onTestFailure(TestCase, Throwable) - Method in class com.consol.citrus.report.HtmlReporter
 
onTestFailure(TestCase, Throwable) - Method in class com.consol.citrus.report.JUnitReporter
 
onTestFailure(TestCase, Throwable) - Method in class com.consol.citrus.report.LoggingReporter
 
onTestFailure(TestCase, Throwable) - Method in interface com.consol.citrus.report.TestListener
Invoked when test finished with failure
onTestFailure(TestCase, Throwable) - Method in class com.consol.citrus.report.TestListeners
 
onTestFinish(TestCase) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test gets finished
onTestFinish(TestCase) - Method in class com.consol.citrus.report.AbstractTestListener
 
onTestFinish(TestCase) - Method in class com.consol.citrus.report.JUnitReporter
 
onTestFinish(TestCase) - Method in class com.consol.citrus.report.LoggingReporter
 
onTestFinish(TestCase) - Method in class com.consol.citrus.report.MessageTracingTestListener
Invoked when test gets finished
onTestFinish(TestCase) - Method in interface com.consol.citrus.report.TestListener
Invoked when test gets finished
onTestFinish(TestCase) - Method in class com.consol.citrus.report.TestListeners
 
onTestSkipped(TestCase) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test is skipped
onTestSkipped(TestCase) - Method in class com.consol.citrus.report.AbstractTestListener
 
onTestSkipped(TestCase) - Method in class com.consol.citrus.report.HtmlReporter
 
onTestSkipped(TestCase) - Method in class com.consol.citrus.report.JUnitReporter
 
onTestSkipped(TestCase) - Method in class com.consol.citrus.report.LoggingReporter
 
onTestSkipped(TestCase) - Method in interface com.consol.citrus.report.TestListener
Invoked when test is skipped
onTestSkipped(TestCase) - Method in class com.consol.citrus.report.TestListeners
 
onTestStart(TestCase) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test gets started
onTestStart(TestCase) - Method in class com.consol.citrus.report.AbstractTestListener
 
onTestStart(TestCase) - Method in class com.consol.citrus.report.JUnitReporter
 
onTestStart(TestCase) - Method in class com.consol.citrus.report.LoggingReporter
 
onTestStart(TestCase) - Method in class com.consol.citrus.report.MessageTracingTestListener
Invoked when test gets started
onTestStart(TestCase) - Method in interface com.consol.citrus.report.TestListener
Invoked when test gets started
onTestStart(TestCase) - Method in class com.consol.citrus.report.TestListeners
 
onTestSuccess(TestCase) - Method in class com.consol.citrus.admin.listener.TestEventListener
Invoked when test finished with success
onTestSuccess(TestCase) - Method in class com.consol.citrus.report.AbstractTestListener
 
onTestSuccess(TestCase) - Method in class com.consol.citrus.report.HtmlReporter
 
onTestSuccess(TestCase) - Method in class com.consol.citrus.report.JUnitReporter
 
onTestSuccess(TestCase) - Method in class com.consol.citrus.report.LoggingReporter
 
onTestSuccess(TestCase) - Method in interface com.consol.citrus.report.TestListener
Invoked when test finished with success
onTestSuccess(TestCase) - Method in class com.consol.citrus.report.TestListeners
 
operation - Variable in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
 
operation - Variable in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
 
org.w3._2001.xmlschema - package org.w3._2001.xmlschema
 
output(String, String) - Method in interface com.consol.citrus.admin.launcher.ProcessListener
Invoked on output message event with output data from process
output(String, String) - Method in class com.consol.citrus.admin.websocket.LoggingWebSocket
Invoked on output message event with output data from process
outputFile - Variable in class com.consol.citrus.doc.AbstractTestDocGenerator
 

P

packageName - Variable in class com.consol.citrus.admin.model.TestCaseType
 
Parallel - Class in com.consol.citrus.container
Test action will execute nested actions in parallel.
Parallel() - Constructor for class com.consol.citrus.container.Parallel
 
parallel(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds parallel container with nested test actions.
ParallelContainerException - Exception in com.consol.citrus.exceptions
Special exception thrown in case several actions in a parallel container have failed.
ParallelContainerException(List<CitrusRuntimeException>) - Constructor for exception com.consol.citrus.exceptions.ParallelContainerException
 
ParallelParser - Class in com.consol.citrus.config.xml
Bean definition parser for parallel container in test case.
ParallelParser() - Constructor for class com.consol.citrus.config.xml.ParallelParser
 
parameter(String, String) - Method in class com.consol.citrus.dsl.definition.TemplateDefinition
Set parameter before execution.
parameters(Map<String, String>) - Method in class com.consol.citrus.dsl.definition.TemplateDefinition
Set parameter before execution.
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractIterationTestActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AntRunActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AssertParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.CallTemplateParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.CatchParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ConditionalParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.CreateVariablesActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.EchoActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ExecutePLSQLActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.FailActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.GroovyActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.InputActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.JavaActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.LoadPropertiesActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.MessageSelectingQueueChannelParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ParallelParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.PurgeJmsQueuesActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.PurgeMessageChannelActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ReceiveMessageActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ReceiveTimeoutActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.SendMessageActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.SequenceParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.SleepActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.SQLActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.StopTimeActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.TemplateParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.TestActorParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.TestCaseParser
(non-Javadoc)
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.TraceVariablesActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.config.xml.TransformActionParser
 
parse(Resource) - Method in class com.consol.citrus.script.GroovyTestCaseParser
Parse the groovy script.
parse(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.AssertSoapFaultParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.SendSoapFaultActionParser
 
parseAttachment(BeanDefinitionBuilder, Element, ParserContext) - Static method in class com.consol.citrus.ws.config.xml.SoapAttachmentParser
Parse the attachment element with all children and attributes.
parseBeanDefinitions() - Method in class com.consol.citrus.testng.AbstractBeanDefinitionParserTest
Creates the application context with bean definitions parsed.
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractIterationTestActionParser
 
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.IterateParser
 
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ReceiveMessageActionParser
Parse component returning generic bean definition.
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.RepeatOnErrorUntilTrueParser
 
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.RepeatUntilTrueParser
 
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.config.xml.SendMessageActionParser
Parse component returning generic bean definition.
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.ReceiveSoapMessageActionParser
 
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.SendSoapMessageActionParser
 
parseExtra(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.ssh.config.AbstractSshParser
Hook for doing extra initializations to the BeanDefinitionBuilder
parseExtra(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.ssh.config.SshServerParser
Hook for doing extra initializations to the BeanDefinitionBuilder
parseExtractHeaderElements(Element, List<VariableExtractor>) - Method in class com.consol.citrus.config.xml.AbstractMessageActionParser
Parses header extract information.
parseHeaderElements(Element, AbstractMessageContentBuilder<?>) - Method in class com.consol.citrus.config.xml.AbstractMessageActionParser
Parse message header elements in action and add headers to message content builder.
parseHeaderElements(Element, AbstractMessageContentBuilder<?>) - Method in class com.consol.citrus.config.xml.SendMessageActionParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractJmsConfigParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.config.xml.AbstractMessageChannelTemplateAwareParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.config.xml.JmsReplyMessageSenderParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.config.xml.ReplyMessageReceiverParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpMessageSenderParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpServerParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.ssh.config.AbstractSshParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.JettyServerParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.SoapReplyMessageReceiverParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.WebServiceMessageSenderParser
 
parseMessagePayload(Element) - Static method in class com.consol.citrus.config.xml.PayloadElementParser
Static parse method taking care of payload element.
parseMessagePayload(String) - Static method in class com.consol.citrus.util.XMLUtils
Parse message payload with DOM implementation.
payload(String) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Expect this message payload data in received message.
payload(Resource) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Expect this message payload data in received message.
payload(String) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
payload(String) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Adds message payload data to this definition.
payload(Resource) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Adds message payload resource to this definition.
payload(Object, Marshaller) - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Sets payload POJO object with marshaller.
payload(Object, Marshaller) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
payload(Resource) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
payload(String) - Method in class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
 
PayloadElementParser - Class in com.consol.citrus.config.xml
Bean definition parser for payload element used in message elements in send and receive action.
PayloadTemplateMessageBuilder - Class in com.consol.citrus.validation.builder
 
PayloadTemplateMessageBuilder() - Constructor for class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
 
persist(Customer) - Method in interface com.consol.citrus.samples.flightbooking.persistence.CustomerDao
Persist a customer.
persist(Flight) - Method in interface com.consol.citrus.samples.flightbooking.persistence.FlightDao
Persist a flight.
persist(Customer) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.CustomerDaoImpl
 
persist(Flight) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.FlightDaoImpl
 
ping() - Method in class com.consol.citrus.admin.websocket.LoggingWebSocket
Send ping event.
PlainTextMessageValidator - Class in com.consol.citrus.validation.text
Plain text validator using simple String comparison.
PlainTextMessageValidator() - Constructor for class com.consol.citrus.validation.text.PlainTextMessageValidator
 
plsql(DataSource) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new executePLSQL action definition for further configuration.
port - Variable in class com.consol.citrus.admin.model.ServerInstanceType
 
PORT_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
PORT_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
PositionHandle - Class in com.consol.citrus.dsl
Handle saves position of last added test action in list of test actions.
PositionHandle(List<TestAction>) - Constructor for class com.consol.citrus.dsl.PositionHandle
Default constructor using fields.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
postProcessAfterInitialization(Object, String) - Method in class com.consol.citrus.xml.namespace.NamespaceContextBeanPostProcessor
Checks for VariableExtractor instances and injects NamespaceContextBuilder where applicable.
postProcessBeforeInitialization(Object, String) - Method in class com.consol.citrus.xml.namespace.NamespaceContextBeanPostProcessor
Just return the bean instance - do nothing here.
PREFIX - Static variable in class com.consol.citrus.message.CitrusMessageHeaders
Common header name prefix
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.consol.citrus.admin.controller.ProjectSetupInterceptor
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
prepareTest() - Method in class com.consol.citrus.testng.AbstractTestNGUnitTest
Setup test execution.
prepareTestContext(TestContext) - Method in class com.consol.citrus.junit.AbstractJUnit38CitrusTest
Deprecated. Prepares the test context.
prepareTestContext(TestContext) - Method in class com.consol.citrus.junit.AbstractJUnit4CitrusTest
Prepares the test context.
prepareTestContext(TestContext) - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Prepares the test context.
prepareTestInstance(TestContext) - Method in class com.consol.citrus.junit.TestSuiteAwareExecutionListener
 
preSend(Message<?>, MessageChannel) - Method in class com.consol.citrus.demo.LoggingInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class com.consol.citrus.samples.common.xml.validation.XmlSchemaValidatingChannelInterceptor
 
prettyPrint(String) - Static method in class com.consol.citrus.util.XMLUtils
Pretty prints a XML string.
processFlights(List<FlightBookingConfirmationMessage>) - Method in class com.consol.citrus.samples.flightbooking.FlightAggregator
 
ProcessLauncher - Interface in com.consol.citrus.admin.launcher
Launcher for starting a new process.
ProcessLauncherException - Exception in com.consol.citrus.admin.launcher
General exception used for communicating ProcessLauncher related errors.
ProcessLauncherException() - Constructor for exception com.consol.citrus.admin.launcher.ProcessLauncherException
Constructs a new runtime exception with null as its detail message.
ProcessLauncherException(String) - Constructor for exception com.consol.citrus.admin.launcher.ProcessLauncherException
Constructs a new runtime exception with the specified detail message.
ProcessLauncherException(String, Throwable) - Constructor for exception com.consol.citrus.admin.launcher.ProcessLauncherException
Constructs a new runtime exception with the specified detail message and cause.
ProcessLauncherException(Throwable) - Constructor for exception com.consol.citrus.admin.launcher.ProcessLauncherException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProcessLauncherImpl - Class in com.consol.citrus.admin.launcher
 
ProcessLauncherImpl(ProcessMonitor, String) - Constructor for class com.consol.citrus.admin.launcher.ProcessLauncherImpl
Default constructor.
ProcessLaunchingTestExecutor - Class in com.consol.citrus.admin.executor
 
ProcessLaunchingTestExecutor() - Constructor for class com.consol.citrus.admin.executor.ProcessLaunchingTestExecutor
 
ProcessListener - Interface in com.consol.citrus.admin.launcher
Process listener for receiving start, success, fail, stop and output events for processes launched using the ProcessLauncher.
processMessage(Message<?>) - Method in interface com.consol.citrus.message.MessageProcessor
Process the request message.
processMessage(Message<T>) - Method in class com.consol.citrus.samples.common.AbstractMarshallingMessageService
 
processMessage(Message<GreetingRequestMessage>) - Method in class com.consol.citrus.samples.greeting.GreetingService
 
processMessageInternal(Message<?>) - Method in class com.consol.citrus.samples.common.AbstractMarshallingMessageService
 
ProcessMonitor - Interface in com.consol.citrus.admin.launcher
Acts as a activity monitor for interacting and querying active processes.
ProcessMonitorImpl - Class in com.consol.citrus.admin.launcher
ProcessMonitorImpl() - Constructor for class com.consol.citrus.admin.launcher.ProcessMonitorImpl
 
PROJECT_HOME - Static variable in class com.consol.citrus.admin.service.ConfigService
System property name for project home setting
ProjectController - Class in com.consol.citrus.admin.controller
 
ProjectController() - Constructor for class com.consol.citrus.admin.controller.ProjectController
 
ProjectService - Class in com.consol.citrus.admin.service
Project related activities like project home selection and project specific settings.
ProjectService() - Constructor for class com.consol.citrus.admin.service.ProjectService
 
ProjectSetupInterceptor - Class in com.consol.citrus.admin.controller
Handler interceptor checks for project configuration in system.
ProjectSetupInterceptor() - Constructor for class com.consol.citrus.admin.controller.ProjectSetupInterceptor
 
property(String, Object) - Method in class com.consol.citrus.dsl.definition.AntRunActionDefinition
Adds a build property by name and value.
propertyFile(String) - Method in class com.consol.citrus.dsl.definition.AntRunActionDefinition
Adds a build property file reference by file path.
PropertyUtils - Class in com.consol.citrus.util
Utility class supporting property replacement in template files.
provideTestParameters() - Method in class com.consol.citrus.testng.AbstractTestNGCitrusTest
Default data provider automatically adding parameters as variables to test case.
purgeChannels() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new purge message channel action definition for further configuration.
PurgeJmsQueuesAction - Class in com.consol.citrus.actions
Action to purge JMS queue destinations by simply consuming all available messages.
PurgeJmsQueuesAction() - Constructor for class com.consol.citrus.actions.PurgeJmsQueuesAction
 
PurgeJMSQueuesActionDefinition - Class in com.consol.citrus.dsl.definition
Action to purge JMS queue destinations by simply consuming all available messages.
PurgeJMSQueuesActionDefinition(PurgeJmsQueuesAction) - Constructor for class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
 
PurgeJmsQueuesActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for purge-jms-queues action in test case.
PurgeJmsQueuesActionParser() - Constructor for class com.consol.citrus.config.xml.PurgeJmsQueuesActionParser
 
PurgeMessageChannelAction - Class in com.consol.citrus.actions
Action purges all messages from a message channel instance.
PurgeMessageChannelAction() - Constructor for class com.consol.citrus.actions.PurgeMessageChannelAction
 
PurgeMessageChannelActionDefinition - Class in com.consol.citrus.dsl.definition
Action purges all messages from a message channel instance.
PurgeMessageChannelActionDefinition(PurgeMessageChannelAction, ApplicationContext) - Constructor for class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Default constructor using test action and application context
PurgeMessageChannelActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for purge-channel action in test case.
PurgeMessageChannelActionParser() - Constructor for class com.consol.citrus.config.xml.PurgeMessageChannelActionParser
 
purgeQueues(ConnectionFactory) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new purge jms queues action definition for further configuration.
purgeQueues() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Purge queues using default connection factory.

Q

query(DataSource) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates a new executesqlquery action definition for further configuration.
queue(Queue) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
Adds a new queue to the list of queues to purge in this action.
queue(String) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
Adds a queue name to the list of queues to purge in this action.
queueNames(List<String>) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
List of queue names to purge in this action.
queueNames(String...) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
List of queue names to purge in this action.
queues(List<Queue>) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
List of queues to purge in this action.
queues(Queue...) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
List of queues to purge in this action.

R

RandomEnumValueFunction - Class in com.consol.citrus.functions.core
Function to choose one random value from a list of strings.
RandomEnumValueFunction() - Constructor for class com.consol.citrus.functions.core.RandomEnumValueFunction
 
RandomNumberFunction - Class in com.consol.citrus.functions.core
Function returning a random numeric value.
RandomNumberFunction() - Constructor for class com.consol.citrus.functions.core.RandomNumberFunction
 
RandomStringFunction - Class in com.consol.citrus.functions.core
Function generating a random string containing alphabetic characters.
RandomStringFunction() - Constructor for class com.consol.citrus.functions.core.RandomStringFunction
 
RandomUUIDFunction - Class in com.consol.citrus.functions.core
Creates a random Java UUID.
RandomUUIDFunction() - Constructor for class com.consol.citrus.functions.core.RandomUUIDFunction
 
randomValue(List<String>) - Method in class com.consol.citrus.functions.core.RandomEnumValueFunction
Pseudo-randomly choose one of the supplied values and return it.
readToString(Resource) - Static method in class com.consol.citrus.util.FileUtils
Read file resource to string value.
readToString(InputStream) - Static method in class com.consol.citrus.util.FileUtils
Read file input stream to string value.
RebuildProject - Class in com.consol.citrus.admin.launcher.process
ProcessBuilder for launching a single citrus test.
RebuildProject(File) - Constructor for class com.consol.citrus.admin.launcher.process.RebuildProject
 
receive(long) - Method in class com.consol.citrus.channel.MessageChannelReceiver
 
receive(MessageSelector) - Method in class com.consol.citrus.channel.MessageSelectingQueueChannel
Supports selective consumption of messages on the channel.
receive(MessageSelector, long) - Method in class com.consol.citrus.channel.MessageSelectingQueueChannel
Consume messages on the channel via message selector.
receive(long) - Method in class com.consol.citrus.channel.SyncMessageChannelReceiver
 
receive(SoapReplyMessageReceiver) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates special SOAP receive message action definition with message receiver instance.
receive(MessageReceiver) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates receive message action definition with message receiver instance.
receive(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Creates receive message action definition with messsage receiver name.
receive(long) - Method in class com.consol.citrus.jms.JmsMessageReceiver
 
receive() - Method in class com.consol.citrus.jms.JmsMessageReceiver
 
receive(long) - Method in class com.consol.citrus.jms.JmsSyncMessageReceiver
 
receive() - Method in class com.consol.citrus.message.AbstractMessageReceiver
 
receive(long) - Method in class com.consol.citrus.message.AbstractMessageReceiver
 
receive() - Method in interface com.consol.citrus.message.MessageReceiver
Receive message.
receive(long) - Method in interface com.consol.citrus.message.MessageReceiver
Receive message with a given timeout.
receive() - Method in class com.consol.citrus.message.ReplyMessageReceiver
 
receive(long) - Method in class com.consol.citrus.message.ReplyMessageReceiver
 
ReceiveMessageAction - Class in com.consol.citrus.actions
This action receives messages from a service destination.
ReceiveMessageAction() - Constructor for class com.consol.citrus.actions.ReceiveMessageAction
 
ReceiveMessageActionDefinition - Class in com.consol.citrus.dsl.definition
Receive message action definition offers configuration methods for a receive test action.
ReceiveMessageActionDefinition(ReceiveMessageAction, ApplicationContext, PositionHandle) - Constructor for class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Default constructor using test action, basic application context and position handle.
ReceiveMessageActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for receive action in test case.
ReceiveMessageActionParser() - Constructor for class com.consol.citrus.config.xml.ReceiveMessageActionParser
 
receiveSelected(String, long) - Method in class com.consol.citrus.channel.MessageChannelReceiver
 
receiveSelected(String, long) - Method in class com.consol.citrus.channel.SyncMessageChannelReceiver
 
receiveSelected(String, long) - Method in class com.consol.citrus.jms.JmsMessageReceiver
 
receiveSelected(String) - Method in class com.consol.citrus.jms.JmsMessageReceiver
 
receiveSelected(String, long) - Method in class com.consol.citrus.jms.JmsSyncMessageReceiver
 
receiveSelected(String) - Method in class com.consol.citrus.message.AbstractMessageReceiver
 
receiveSelected(String, long) - Method in class com.consol.citrus.message.AbstractMessageReceiver
 
receiveSelected(String) - Method in interface com.consol.citrus.message.MessageReceiver
Receive message with a message selector string.
receiveSelected(String, long) - Method in interface com.consol.citrus.message.MessageReceiver
Receive message with a message selector and a receive timeout.
receiveSelected(String) - Method in class com.consol.citrus.message.ReplyMessageReceiver
 
receiveSelected(String, long) - Method in class com.consol.citrus.message.ReplyMessageReceiver
 
ReceiveSoapMessageAction - Class in com.consol.citrus.ws.actions
Message receiver for SOAP messaging.
ReceiveSoapMessageAction() - Constructor for class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
 
ReceiveSoapMessageActionDefinition - Class in com.consol.citrus.dsl.definition
Special SOAP receive message action definition adds SOAP specific properties.
ReceiveSoapMessageActionDefinition(ReceiveSoapMessageAction, ApplicationContext) - Constructor for class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
Default constructor using action and application context.
ReceiveSoapMessageActionParser - Class in com.consol.citrus.ws.config.xml
Parser for SOAP message receiver component in Citrus ws namespace.
ReceiveSoapMessageActionParser() - Constructor for class com.consol.citrus.ws.config.xml.ReceiveSoapMessageActionParser
 
ReceiveTimeoutAction - Class in com.consol.citrus.actions
Action expecting a timeout on a message destination, this means that no message should arrive on the destination.
ReceiveTimeoutAction() - Constructor for class com.consol.citrus.actions.ReceiveTimeoutAction
 
ReceiveTimeoutActionDefinition - Class in com.consol.citrus.dsl.definition
Action expecting a timeout on a message destination, this means that no message should arrive on the destination.
ReceiveTimeoutActionDefinition(ReceiveTimeoutAction) - Constructor for class com.consol.citrus.dsl.definition.ReceiveTimeoutActionDefinition
 
ReceiveTimeoutActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for receive-timeout action in test case.
ReceiveTimeoutActionParser() - Constructor for class com.consol.citrus.config.xml.ReceiveTimeoutActionParser
 
registerActionParser(String, BeanDefinitionParser) - Static method in class com.consol.citrus.config.TestActionRegistry
Register method to add new action parser.
registrationDate - Variable in class com.consol.citrus.samples.bookstore.model.Book
 
remove(ProcessLauncher) - Method in interface com.consol.citrus.admin.launcher.ProcessMonitor
Removes the process from the process monitor.
remove(ProcessLauncher) - Method in class com.consol.citrus.admin.launcher.ProcessMonitorImpl
Removes the process from the process monitor.
remove(Customer) - Method in interface com.consol.citrus.samples.flightbooking.persistence.CustomerDao
Remove a customer.
remove(Flight) - Method in interface com.consol.citrus.samples.flightbooking.persistence.FlightDao
Remove a flight.
remove(Customer) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.CustomerDaoImpl
 
remove(Flight) - Method in class com.consol.citrus.samples.flightbooking.persistence.impl.FlightDaoImpl
 
removeTypeDefinition(String) - Static method in enum com.consol.citrus.message.MessageHeaderType
Removes the type definition form a typed header value.
repeat(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds repeat until true container with nested test actions.
repeatOnError(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds repeat on error until true container with nested test actions.
RepeatOnErrorUntilTrue - Class in com.consol.citrus.container
Looping test container iterating the nested test actions in case an error occurred in one of them.
RepeatOnErrorUntilTrue() - Constructor for class com.consol.citrus.container.RepeatOnErrorUntilTrue
 
RepeatOnErrorUntilTrueDefinition - Class in com.consol.citrus.dsl.definition
 
RepeatOnErrorUntilTrueDefinition(RepeatOnErrorUntilTrue) - Constructor for class com.consol.citrus.dsl.definition.RepeatOnErrorUntilTrueDefinition
Default constructor using action container.
RepeatOnErrorUntilTrueParser - Class in com.consol.citrus.config.xml
Bean definition parser for repeat-on-error-until-true container in test case.
RepeatOnErrorUntilTrueParser() - Constructor for class com.consol.citrus.config.xml.RepeatOnErrorUntilTrueParser
 
RepeatUntilTrue - Class in com.consol.citrus.container
Typical implementation of repeat iteration loop.
RepeatUntilTrue() - Constructor for class com.consol.citrus.container.RepeatUntilTrue
 
RepeatUntilTrueDefinition - Class in com.consol.citrus.dsl.definition
Typical implementation of repeat iteration loop.
RepeatUntilTrueDefinition(RepeatUntilTrue) - Constructor for class com.consol.citrus.dsl.definition.RepeatUntilTrueDefinition
 
RepeatUntilTrueParser - Class in com.consol.citrus.config.xml
Bean definition parser for repeat-until-true container in test case.
RepeatUntilTrueParser() - Constructor for class com.consol.citrus.config.xml.RepeatUntilTrueParser
 
replaceDynamicContentInString(String) - Method in class com.consol.citrus.context.TestContext
Method replacing variable declarations and place holders as well as function expressions in a string
replaceDynamicContentInString(String, boolean) - Method in class com.consol.citrus.context.TestContext
Method replacing variable declarations and functions in a string, optionally the variable values get surrounded with single quotes.
replaceDynamicNamespaces(String, Map<String, String>) - Static method in class com.consol.citrus.xml.xpath.XPathUtils
Replaces all dynamic namespaces in a XPath expression with respective prefixes in namespace map.
replaceFunctionsInString(String, TestContext) - Static method in class com.consol.citrus.functions.FunctionUtils
Search for functions in string and replace with respective function result.
replaceFunctionsInString(String, TestContext, boolean) - Static method in class com.consol.citrus.functions.FunctionUtils
Search for functions in string and replace with respective function result.
replacePropertiesInString(String, Resource) - Static method in class com.consol.citrus.util.PropertyUtils
Replaces properties in string.
replacePropertiesInString(String, Properties) - Static method in class com.consol.citrus.util.PropertyUtils
Replaces properties in string.
replaceVariablesInString(String, TestContext, boolean) - Static method in class com.consol.citrus.variable.VariableUtils
Replace all variable expression in a string with its respective value.
REPLY_CORRELATOR_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
REPLY_CORRELATOR_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
REPLY_HANDLER_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
REPLY_HANDLER_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
ReplyMessageChannelHolder - Interface in com.consol.citrus.channel
Interface defines methods for reply message holders to return message channels for synchronous communication.
ReplyMessageChannelSender - Class in com.consol.citrus.channel
Send reply messages to channel destinations.
ReplyMessageChannelSender() - Constructor for class com.consol.citrus.channel.ReplyMessageChannelSender
 
ReplyMessageChannelSenderParser - Class in com.consol.citrus.config.xml
Bean definition parser for message-channel-reply-sender configuration.
ReplyMessageChannelSenderParser() - Constructor for class com.consol.citrus.config.xml.ReplyMessageChannelSenderParser
 
ReplyMessageCorrelator - Interface in com.consol.citrus.message
Message correlator interface for synchronous reply messages.
replyMessageHandler - Variable in class com.consol.citrus.message.AbstractSyncMessageSender
The reply message handler
ReplyMessageHandler - Interface in com.consol.citrus.message
Message handler is invoked when a reply message is received.
ReplyMessageReceiver - Class in com.consol.citrus.message
Generic implementation for reply message receiver implementations.
ReplyMessageReceiver() - Constructor for class com.consol.citrus.message.ReplyMessageReceiver
 
ReplyMessageReceiverParser - Class in com.consol.citrus.config.xml
Generic bean definition parser for all reply-message-handler configurations.
ReplyMessageReceiverParser() - Constructor for class com.consol.citrus.config.xml.ReplyMessageReceiverParser
 
REQUEST_URL_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
REQUEST_URL_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
RequestCachingServletFilter - Class in com.consol.citrus.http.servlet
Servlet filter introduces a caching mechanism for request message data.
RequestCachingServletFilter() - Constructor for class com.consol.citrus.http.servlet.RequestCachingServletFilter
 
resetFileCounter() - Static method in class com.consol.citrus.aop.StoreMessageInterceptorAspect
Deprecated. Resets the file counter.
resolveChannelName(String) - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Resolve the channel by name.
resolveChannelName(String) - Method in class com.consol.citrus.channel.MessageChannelReceiver
Resolve the channel by name.
resolveChannelName(String) - Method in class com.consol.citrus.channel.MessageChannelSender
Resolve the channel by name.
resolveDynamicValue(String) - Method in class com.consol.citrus.context.TestContext
Checks wether the given expression is a variable or function and resolves the value accordingly
resolveDynamicValuesInList(List<String>) - Method in class com.consol.citrus.context.TestContext
Replaces variables and functions in a list with respective values and returns the new list representation.
resolveDynamicValuesInMap(Map<String, ?>) - Method in class com.consol.citrus.context.TestContext
Replaces variables and functions inside a map with respective values and returns a new map representation.
resolveEndpointUri(Message<?>) - Method in interface com.consol.citrus.adapter.common.endpoint.EndpointUriResolver
Get the dedicated message endpoint uri for this message.
resolveEndpointUri(Message<?>, String) - Method in interface com.consol.citrus.adapter.common.endpoint.EndpointUriResolver
Get the dedicated message endpoint uri for this message.
resolveEndpointUri(Message<?>) - Method in class com.consol.citrus.adapter.common.endpoint.MessageHeaderEndpointUriResolver
Get the endpoint uri according to message header entry.
resolveEndpointUri(Message<?>, String) - Method in class com.consol.citrus.adapter.common.endpoint.MessageHeaderEndpointUriResolver
Get the endpoint uri according to message header entry with fallback default uri.
resolveFunction(String, TestContext) - Static method in class com.consol.citrus.functions.FunctionUtils
This method resolves a custom function to its respective result.
resolveResource(String, String, String, String, String) - Method in class com.consol.citrus.xml.LSResolverImpl
 
resolveValidationMatcher(String, String, String, TestContext) - Static method in class com.consol.citrus.validation.matcher.ValidationMatcherUtils
This method resolves a custom validationMatcher to its respective result.
RESOURCE_BASE_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
RESOURCE_BASE_PROPERTY - Static variable in class com.consol.citrus.ws.config.xml.WSParserConstants
 
result(String) - Method in class com.consol.citrus.dsl.definition.InputActionDefinition
Stores the result to a test variable.
result(String) - Method in class com.consol.citrus.dsl.definition.TransformActionDefinition
Set the target variable for the result
ROOT_DIRECTORY - Static variable in class com.consol.citrus.admin.service.ConfigService
 
ROOT_QNAME_SELECTOR_ELEMENT - Static variable in class com.consol.citrus.channel.selector.RootQNameMessageSelector
Special selector element name identifying this message selector implementation
RootQNameMessageSelector - Class in com.consol.citrus.channel.selector
Message selector accepts XML messages according to specified root element QName.
RootQNameMessageSelector(String) - Constructor for class com.consol.citrus.channel.selector.RootQNameMessageSelector
Default constructor using fields.
RootQNameSchemaMappingStrategy - Class in com.consol.citrus.xml.schema
Mapping strategy uses the root element local name to find matching schema instance.
RootQNameSchemaMappingStrategy() - Constructor for class com.consol.citrus.xml.schema.RootQNameSchemaMappingStrategy
 
RoundFunction - Class in com.consol.citrus.functions.core
Function returns the closest integer value to a decimal argument.
RoundFunction() - Constructor for class com.consol.citrus.functions.core.RoundFunction
 
run() - Method in class com.consol.citrus.Citrus
Runs all tests using TestNG.
run() - Method in class com.consol.citrus.demo.HelloJmsDemo
 
run() - Method in class com.consol.citrus.server.AbstractServer
Subclasses may overwrite this method in order to add special execution logic.
run() - Method in class com.consol.citrus.server.ServerShutdownThread
 
run() - Method in class com.consol.citrus.ssh.SshCommand

S

sayHello(Message<HelloRequest>) - Method in class com.consol.citrus.demo.AbstractMarshallingHelloService
 
sayHello(Message<HelloRequest>) - Method in interface com.consol.citrus.demo.HelloService
Handles hello request responding with proper hello response.
sayHello(Message<HelloRequest>) - Method in class com.consol.citrus.demo.HelloServiceImpl
 
sayHelloInternal(Message<String>) - Method in class com.consol.citrus.demo.AbstractMarshallingHelloService
 
scheduledArrival - Variable in class com.consol.citrus.samples.flightbooking.model.Flight
 
scheduledDeparture - Variable in class com.consol.citrus.samples.flightbooking.model.Flight
 
SchemaMappingStrategyChain - Class in com.consol.citrus.xml.schema
Special schema mapping strategy delegating to several other strategies in a mapping chain.
SchemaMappingStrategyChain() - Constructor for class com.consol.citrus.xml.schema.SchemaMappingStrategyChain
 
schemaValidation(boolean) - Method in class com.consol.citrus.dsl.definition.AssertSoapFaultDefinition
Sets schema validation enabled/disabled for this SOAP fault assertion.
schemaValidation(boolean) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Sets schema validation enabled/disabled for this message.
ScriptTypes - Class in com.consol.citrus.script
Script type constants representing possible script languages used in test cases.
ScriptValidationContext - Class in com.consol.citrus.validation.script
Basic script validation context providing the validation code either from file resource or from direct script string.
ScriptValidationContext() - Constructor for class com.consol.citrus.validation.script.ScriptValidationContext
Default constructor.
ScriptValidationContext(String) - Constructor for class com.consol.citrus.validation.script.ScriptValidationContext
Constructor using type field.
SEARCH_WILDCARD - Static variable in class com.consol.citrus.CitrusConstants
Search wildcard
searchProjectHome(String) - Method in class com.consol.citrus.admin.controller.ProjectController
 
SecurityHandlerFactory - Class in com.consol.citrus.http.security
Factory bean constructs a security handler for usage in Jetty servlet container.
SecurityHandlerFactory() - Constructor for class com.consol.citrus.http.security.SecurityHandlerFactory
 
SecurityHandlerFactory - Class in com.consol.citrus.ws.security
Factory bean constructs a security handler for usage in Jetty servlet container.
SecurityHandlerFactory() - Constructor for class com.consol.citrus.ws.security.SecurityHandlerFactory
 
selector(MessageSelector) - Method in class com.consol.citrus.dsl.definition.PurgeMessageChannelActionDefinition
Sets the messageSelector.
selector(String) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Sets message selector string.
selector(Map<String, String>) - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Sets message selector elements.
selector(Map<String, String>) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
selector(String) - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
selector(String) - Method in class com.consol.citrus.dsl.definition.ReceiveTimeoutActionDefinition
Adds message selector string for selective consumer.
send(Message<?>) - Method in class com.consol.citrus.channel.MessageChannelSender
 
send(Message<?>) - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
 
send(Message<?>) - Method in class com.consol.citrus.channel.SyncMessageChannelSender
 
send(WebServiceMessageSender) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Create special SOAP send message action definition with message sender instance.
send(MessageSender) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Create send message action definition with message sender instance.
send(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Create send message action definition with message sender name.
send(Message<?>) - Method in class com.consol.citrus.http.message.HttpMessageSender
 
send(Message<?>) - Method in class com.consol.citrus.jms.JmsMessageSender
 
send(Message<?>) - Method in class com.consol.citrus.jms.JmsReplyMessageSender
 
send(Message<?>) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
 
send(Message<?>) - Method in interface com.consol.citrus.message.MessageSender
Sends the message.
send(Message<?>) - Method in class com.consol.citrus.ssh.CitrusSshClient
Send a message as SSH request.
send(Message<?>) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
 
send(Message<?>, Attachment) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Send message with SOAP attachment.
SendMessageAction - Class in com.consol.citrus.actions
This action sends a messages to a specified message endpoint.
SendMessageAction() - Constructor for class com.consol.citrus.actions.SendMessageAction
 
SendMessageActionDefinition - Class in com.consol.citrus.dsl.definition
Action definition creates a send message action with several message payload and header constructing build methods.
SendMessageActionDefinition(SendMessageAction, PositionHandle) - Constructor for class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Default constructor with test action.
SendMessageActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for send action in test case.
SendMessageActionParser() - Constructor for class com.consol.citrus.config.xml.SendMessageActionParser
 
sendSoapFault(String) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Create SOAP fault send message action definition with message sender name.
SendSoapFaultActionDefinition - Class in com.consol.citrus.dsl.definition
Action definition creates a send message action with several message payload and header constructing build methods.
SendSoapFaultActionDefinition(SendMessageAction, PositionHandle) - Constructor for class com.consol.citrus.dsl.definition.SendSoapFaultActionDefinition
Default constructor with test action.
SendSoapFaultActionParser - Class in com.consol.citrus.ws.config.xml
Bean definition parser for send soap fault action in test case.
SendSoapFaultActionParser() - Constructor for class com.consol.citrus.ws.config.xml.SendSoapFaultActionParser
 
SendSoapMessageAction - Class in com.consol.citrus.ws.actions
Message sender implementation sending SOAP messages.
SendSoapMessageAction() - Constructor for class com.consol.citrus.ws.actions.SendSoapMessageAction
 
SendSoapMessageActionDefinition - Class in com.consol.citrus.dsl.definition
Send action definition adding SOAP specific properties like SOAP attachment and fork mode.
SendSoapMessageActionDefinition(SendSoapMessageAction) - Constructor for class com.consol.citrus.dsl.definition.SendSoapMessageActionDefinition
Default constructor using action.
SendSoapMessageActionParser - Class in com.consol.citrus.ws.config.xml
Parser for SOAP message sender component in Citrus ws namespace.
SendSoapMessageActionParser() - Constructor for class com.consol.citrus.ws.config.xml.SendSoapMessageActionParser
 
Sequence - Class in com.consol.citrus.container
Sequence container executing a set of nested test actions in simple sequence.
Sequence() - Constructor for class com.consol.citrus.container.Sequence
 
SequenceAfterSuite - Class in com.consol.citrus.container
 
SequenceAfterSuite() - Constructor for class com.consol.citrus.container.SequenceAfterSuite
 
SequenceBeforeSuite - Class in com.consol.citrus.container
 
SequenceBeforeSuite() - Constructor for class com.consol.citrus.container.SequenceBeforeSuite
 
SequenceBeforeTest - Class in com.consol.citrus.container
 
SequenceBeforeTest() - Constructor for class com.consol.citrus.container.SequenceBeforeTest
 
SequenceParser - Class in com.consol.citrus.config.xml
Bean definition parser for sequential container in test case.
SequenceParser() - Constructor for class com.consol.citrus.config.xml.SequenceParser
 
sequential(TestAction...) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Adds sequential container with nested test actions.
serialize(Document) - Static method in class com.consol.citrus.util.XMLUtils
Serializes a DOM document
Server - Interface in com.consol.citrus.server
Server interface in Citrus.
serverInstances - Variable in class com.consol.citrus.admin.model.AppContextInfo
 
ServerInstanceType - Class in com.consol.citrus.admin.model
Java class for ServerInstanceType complex type.
ServerInstanceType() - Constructor for class com.consol.citrus.admin.model.ServerInstanceType
 
ServerShutdownThread - Class in com.consol.citrus.server
Class representing shutdown hook thread for server implementations to stop on JVM shutdown.
ServerShutdownThread(Server) - Constructor for class com.consol.citrus.server.ServerShutdownThread
Default Constructor using fields
ServerShutdownThread(List<Server>) - Constructor for class com.consol.citrus.server.ServerShutdownThread
Default Constructor using fields
setAcceptedHeaders(List<String>) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
 
setAction(TestAction) - Method in class com.consol.citrus.container.Assert
Set the nested test action.
setAction(TestAction) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Set the nested test action.
setAction(URI) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the action.
setAction(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the action from uri string.
setActions(List<TestAction>) - Method in class com.consol.citrus.container.AbstractActionContainer
 
setActions(List<TestAction>) - Method in class com.consol.citrus.container.Assert
 
setActions(List<TestAction>) - Method in class com.consol.citrus.container.Template
Set nested test actions.
setActions(List<TestAction>) - Method in interface com.consol.citrus.container.TestActionContainer
Sets the embedded test actions to execute within this container.
setActions(List<TestAction>) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
setActor(TestActor) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.actions.AbstractTestAction
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.channel.MessageChannelSender
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.message.AbstractMessageReceiver
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.message.AbstractSyncMessageSender
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.message.ReplyMessageReceiver
Sets the actor.
setActor(TestActor) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Sets the actor.
setAddressingHeaders(WsAddressingHeaders) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Sets the ws addressing headers for this message sender.
setAfterSuiteActions(SequenceAfterSuite) - Method in class com.consol.citrus.container.SequenceBeforeSuite
Sets the afterSuiteActions.
setAirline(String) - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
setAirline(String) - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Sets the value of the airline property.
setAirlineMappings(Map<String, MessageChannel>) - Method in class com.consol.citrus.samples.flightbooking.FlightRouter
 
setAllowedKeyPath(String) - Method in class com.consol.citrus.ssh.CitrusSshServer
Sets the allowedKeyPath.
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.http.HttpServer
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.script.GroovyTestCaseParser
 
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.validation.AbstractValidationCallback
Sets the applicationContext.
setApplicationContext(ApplicationContext) - Method in interface com.consol.citrus.validation.callback.ValidationCallback
Set optional application context instance on this callback.
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.validation.MarshallingValidationCallback
Sets the applicationContext.
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.validation.xml.DomXmlMessageValidator
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.ws.JettyServer
setAttachmentData(String) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Set the attachment data as string value.
setAttachmentData(String) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Set the attachment data as string value.
setAttachmentResourcePath(String) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Set the attachment data from external file resource.
setAttachmentResourcePath(String) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Set the Attachment data file resource.
setAttachmentValidator(SoapAttachmentValidator) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Set the attachment validator.
setAuthenticator(Authenticator) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the authenticator.
setAuthenticator(Authenticator) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the authenticator.
setAuthor(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the author property.
setAuthor(String) - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
setAuthor(String) - Method in class com.consol.citrus.samples.bookstore.model.Book
Sets the value of the author property.
setAuthor(String) - Method in class com.consol.citrus.TestCaseMetaInfo
Set the test author.
setAuthor(String) - Method in class com.consol.citrus.util.TestCaseCreator
Set the test author.
setAuthScope(AuthScope) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the authScope.
setAuthScope(AuthScope) - Method in class com.consol.citrus.http.client.UserCredentialsClientHttpRequestFactory
Deprecated. Sets the authScope.
setAutoSleep(long) - Method in class com.consol.citrus.container.RepeatOnErrorUntilTrue
Setter for auto sleep time (in seconds).
setAutoStart(boolean) - Method in class com.consol.citrus.server.AbstractServer
Enable/disable server auto start
setBeanFactory(BeanFactory) - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Sets the bean factory for channel resolver.
setBeanFactory(BeanFactory) - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
 
setBeanFactory(BeanFactory) - Method in class com.consol.citrus.channel.MessageChannelReceiver
Sets the bean factory for channel resolver.
setBeanFactory(BeanFactory) - Method in class com.consol.citrus.channel.MessageChannelSender
Sets the bean factory for channel resolver.
setBeanName(String) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
 
setBeanName(String) - Method in class com.consol.citrus.server.AbstractServer
 
setBeanName(String) - Method in class com.consol.citrus.TestCase
 
setBeanName(String) - Method in class com.consol.citrus.xml.XsdSchemaRepository
setBook(Book) - Method in class com.consol.citrus.samples.bookstore.model.AddBookRequestMessage
Sets the value of the book property.
setBook(Book) - Method in class com.consol.citrus.samples.bookstore.model.GetBookAbstractResponseMessage
Sets the value of the book property.
setBook(Book) - Method in class com.consol.citrus.samples.bookstore.model.GetBookDetailsResponseMessage
Sets the value of the book property.
setBookAbstractInboundGateway(Object) - Method in class com.consol.citrus.samples.bookstore.endpoint.interceptor.BookAbstractAttachmentEndpointInterceptor
 
setBookingId(String) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Sets the value of the bookingId property.
setBookingId(String) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Sets the value of the bookingId property.
setBooks(ListBooksResponseMessage.Books) - Method in class com.consol.citrus.samples.bookstore.model.ListBooksResponseMessage
Sets the value of the books property.
setBrokerURL(String) - Method in class com.consol.citrus.server.activemq.ActiveMQServer
Set the broker url.
setBuildFilePath(String) - Method in class com.consol.citrus.actions.AntRunAction
Sets the buildFilePath.
setBuildListener(BuildListener) - Method in class com.consol.citrus.actions.AntRunAction
Sets the buildListener.
setCause(Throwable) - Method in class com.consol.citrus.report.TestResult
Setter for the failure cause.
setChannel(MessageChannel) - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
Set the message channel.
setChannel(PollableChannel) - Method in class com.consol.citrus.channel.MessageChannelReceiver
Set the target channel to receive message from.
setChannel(MessageChannel) - Method in class com.consol.citrus.channel.MessageChannelSender
Set the message channel.
setChannelName(String) - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
Set the message channel name.
setChannelName(String) - Method in class com.consol.citrus.channel.MessageChannelReceiver
Sets the destination channel name.
setChannelName(String) - Method in class com.consol.citrus.channel.MessageChannelSender
Sets the destination channel name.
setChannelNames(List<String>) - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Sets the channelNames.
setChannelResolver(ChannelResolver) - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Sets the channelResolver.
setChannelResolver(ChannelResolver) - Method in class com.consol.citrus.channel.MessageChannelReceiver
Set the channel resolver.
setChannelResolver(ChannelResolver) - Method in class com.consol.citrus.channel.MessageChannelSender
Set the channel resolver.
setChannels(List<MessageChannel>) - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Sets the channels.
setCharset(String) - Method in class com.consol.citrus.http.controller.HttpMessageController
Sets the charset.
setCharset(String) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the charset.
setCharsetName(String) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Set the charset name, delegates to control attachment.
setCharsetName(String) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Set the charset name, delegates to soap attachment.
setCharsetName(String) - Method in class com.consol.citrus.ws.SoapAttachment
Set the charset name.
setClassName(String) - Method in class com.consol.citrus.actions.JavaAction
Setter for class name
setCode(String) - Method in class com.consol.citrus.demo.model.FaultType
Sets the value of the code property.
setCommandTimeout(long) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setCompany(String) - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
setCondition(String) - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Aborting condition.
setConnectionFactory(ConnectionFactory) - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Connection factory.
setConnectionFactory(ConnectionFactory) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the JMS connection factory.
setConnectionFactory(ConnectionFactory) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the connection factory.
setConnectionFactory(ConnectionFactory) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the connection factory.
setConnectionTimeout(int) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setConnector(Connector) - Method in class com.consol.citrus.http.HttpServer
Sets the connector.
setConnector(Connector) - Method in class com.consol.citrus.ws.JettyServer
Sets the connector.
setConnectors(Connector[]) - Method in class com.consol.citrus.http.HttpServer
Sets the connectors.
setConnectors(Connector[]) - Method in class com.consol.citrus.ws.JettyServer
Sets the connectors.
setConstraints(Map<String, Constraint>) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the constraints.
setConstraints(Map<String, Constraint>) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the constraints.
setConstructorArgs(List<Object>) - Method in class com.consol.citrus.actions.JavaAction
Setter for constructor args
setConstructorArgValue(BeanDefinitionBuilder, String) - Static method in class com.consol.citrus.config.util.BeanDefinitionParserUtils
Sets the property value on bean definition as constructor argument in case value is not null.
setContent(String) - Method in class com.consol.citrus.ws.SoapAttachment
Set the content body.
setContentId(String) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Set the content id, delegates to control attachment.
setContentId(String) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Set the content id, delegates to soap attachment.
setContentId(String) - Method in class com.consol.citrus.ws.SoapAttachment
Set the content id.
setContentType(String) - Method in class com.consol.citrus.http.controller.HttpMessageController
Sets the contentType.
setContentType(String) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the contentType.
setContentType(String) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Set the content type, delegates to control attachment.
setContentType(String) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Set the content type, delegates to soap attachment.
setContentType(String) - Method in class com.consol.citrus.ws.SoapAttachment
Set the content type.
setContextConfigLocation(String) - Method in class com.consol.citrus.http.HttpServer
Sets the contextConfigLocation.
setContextConfigLocation(String) - Method in class com.consol.citrus.ws.JettyServer
Sets the contextConfigLocation.
setContextPath(String) - Method in class com.consol.citrus.http.HttpServer
Sets the contextPath.
setContextPath(String) - Method in class com.consol.citrus.ws.JettyServer
Sets the contextPath.
setControlMessage(Message<?>) - Method in class com.consol.citrus.validation.ControlMessageValidationContext
Sets a static control message for this validation context.
setControlNamespaces(Map<String, String>) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Set the control namespace elements.
setControlResultSet(Map<String, List<String>>) - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
Set expected control result set.
setCorrelationId(String) - Method in class com.consol.citrus.demo.model.FaultDetail
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.demo.model.HelloRequest
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.demo.model.HelloResponse
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Sets the value of the correlationId property.
setCorrelationId(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Sets the value of the correlationId property.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Set the message correlator.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.channel.SyncMessageChannelReceiver
Set the reply message correlator.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.channel.SyncMessageChannelSender
Set the reply message correlator.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.jms.JmsReplyMessageSender
Set the message correlator.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.jms.JmsSyncMessageReceiver
Set the reply message correlator.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the reply message correlator.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.message.AbstractSyncMessageSender
Set the reply message correlator.
setCorrelator(ReplyMessageCorrelator) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Set reply message correlator.
setCreationDate(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the creationDate property.
setCreationDate(Date) - Method in class com.consol.citrus.TestCaseMetaInfo
Set the creation date.
setCredentials(Credentials) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the credentials.
setCredentials(Credentials) - Method in class com.consol.citrus.http.client.UserCredentialsClientHttpRequestFactory
Deprecated. Sets the credentials.
setCustomer(Customer) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Sets the value of the customer property.
setCustomer(Customer) - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
Sets the value of the customer property.
setCustomerDao(CustomerDao) - Method in class com.consol.citrus.samples.flightbooking.BookingSplitter
 
setDebugDirectory(Resource) - Method in class com.consol.citrus.aop.StoreMessageInterceptorAspect
Deprecated. Sets the target directory on the file system.
setDefaultEndpointUri(String) - Method in class com.consol.citrus.adapter.common.endpoint.MessageHeaderEndpointUriResolver
Sets the default fallback endpoint uri.
setDefaultMessageHandler(MessageHandler) - Method in interface com.consol.citrus.message.MessageProcessor
Sets the default message handler.
setDefaultNamespaceUri(String) - Method in class com.consol.citrus.ws.WebServiceEndpoint
Set the default namespace used in SOAP response headers.
setDefaultPrefix(String) - Method in class com.consol.citrus.ws.WebServiceEndpoint
Set the default namespace prefix used in SOAP response headers.
setDelay(String) - Method in class com.consol.citrus.actions.SleepAction
Setter for delay
setDescription(String) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Sets this test action's description.
setDescription(String) - Method in class com.consol.citrus.actions.AbstractTestAction
 
setDescription(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the description property.
setDescription(String) - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
Description setter.
setDescription(String) - Method in interface com.consol.citrus.TestAction
Description setter.
setDescription(String) - Method in class com.consol.citrus.util.TestCaseCreator
Set the test description.
setDestination(Destination) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the forwarding destination.
setDestination(Destination) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the destination.
setDestination(Destination) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the send destination.
setDestinationName(String) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Get the destination name.
setDestinationName(String) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the destination name.
setDestinationName(String) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the send destination name.
setDestinationResolver(DestinationResolver) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Gets the destination resolver.
setDisabled(boolean) - Method in class com.consol.citrus.TestActor
Sets the disabled.
setDTDResource(Resource) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Set dtd resource.
setEndpointResolver(EndpointUriResolver) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Sets the endpoint uri resolver.
setEndpointUriResolver(EndpointUriResolver) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the endpoint uri resolver.
setErrorCode(String) - Method in class com.consol.citrus.demo.model.FaultDetail
Sets the value of the errorCode property.
setErrorHandlingStrategy(MessageSender.ErrorHandlingStrategy) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the errorHandlingStrategy.
setErrorHandlingStrategy(MessageSender.ErrorHandlingStrategy) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Sets the errorHandlingStrategy.
setErrorStream(OutputStream) - Method in class com.consol.citrus.ssh.SshCommand
setException(Class<? extends Throwable>) - Method in class com.consol.citrus.container.Assert
Sets the exception.
setException(String) - Method in class com.consol.citrus.container.Catch
Set the exception that is caught.
setExcludes(String[]) - Method in class com.consol.citrus.admin.controller.ProjectSetupInterceptor
Sets the excludes.
setExitCallback(ExitCallback) - Method in class com.consol.citrus.ssh.SshCommand
setExpression(String) - Method in class com.consol.citrus.container.Conditional
Condition which allows execution if true.
setExtractVariables(Map<String, String>) - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
User can extract column values to test variables.
setFailureStack(String) - Method in class com.consol.citrus.admin.model.TestResult
Sets the value of the failureStack property.
setFailureStack(List<FailureStackElement>) - Method in exception com.consol.citrus.exceptions.CitrusRuntimeException
Sets the custom failure stack holding line number information inside test case.
setFallbackMessageHandlerDelegate(MessageHandler) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the fallback message handler.
setFallbackMessageHandlerDelegate(MessageHandler) - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
Set the fallback message handler.
setFault(FaultType) - Method in class com.consol.citrus.demo.model.HelloResponse
Sets the value of the fault property.
setFaultActor(String) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Sets the faultActor.
setFaultActor(String) - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Sets the faultActor.
setFaultActor(String) - Method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Sets the fault actor on the SOAP fault definition.
setFaultCode(String) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Set the fault code.
setFaultCode(String) - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Set the fault code QName string.
setFaultCode(String) - Method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Sets fault code from String representation.
setFaultDetails(List<String>) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Sets the faultDetails.
setFaultDetails(List<String>) - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Sets the faultDetails.
setFaultString(String) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Set the fault string.
setFaultString(String) - Method in class com.consol.citrus.ws.message.builder.SoapFaultAwareMessageBuilder
Set the fault reason string describing the fault.
setFaultStringOrReason(String) - Method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Set fault reason string.
setFaultTo(EndpointReference) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the fault to endpoint reference.
setFaultTo(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the fault to endpoint reference by string.
setFile(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the file property.
setFilePath(String) - Method in class com.consol.citrus.actions.LoadPropertiesAction
File path setter.
setFinallyChain(List<TestAction>) - Method in class com.consol.citrus.config.TestCaseFactory
Setter for finally chain.
setFinallyChain(List<TestAction>) - Method in class com.consol.citrus.TestCase
Setter for finally chain.
setFirstname(String) - Method in class com.consol.citrus.samples.flightbooking.entity.CustomerEntity
 
setFirstname(String) - Method in class com.consol.citrus.samples.flightbooking.model.Customer
Sets the value of the firstname property.
setFlight(Flight) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Sets the value of the flight property.
setFlight(Flight) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingRequestMessage
Sets the value of the flight property.
setFlightDao(FlightDao) - Method in class com.consol.citrus.samples.flightbooking.BookingSplitter
 
setFlightId(String) - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
setFlightId(String) - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Sets the value of the flightId property.
setFlights(TravelBookingRequestMessage.Flights) - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingRequestMessage
Sets the value of the flights property.
setFlights(TravelBookingResponseMessage.Flights) - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
Sets the value of the flights property.
setForkMode(boolean) - Method in class com.consol.citrus.actions.SendMessageAction
Enables fork mode for this message sender.
setFramework(TestCaseCreator.UnitFramework) - Method in class com.consol.citrus.util.TestCaseCreator
Set the unit test framework.
setFrom(EndpointReference) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the from endpoint reference.
setFrom(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the from endpoint reference by string.
setFromAirport(String) - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
setFromAirport(String) - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Sets the value of the fromAirport property.
setFunctionLibraries(List<FunctionLibrary>) - Method in class com.consol.citrus.functions.FunctionRegistry
 
setFunctionRegistry(FunctionRegistry) - Method in class com.consol.citrus.context.TestContext
Set the function registry.
setFunctionRegistry(FunctionRegistry) - Method in class com.consol.citrus.context.TestContextFactoryBean
 
setFunctionRegistry(FunctionRegistry) - Method in class com.consol.citrus.variable.GlobalVariablesPropertyLoader
Set the function registry.
setGlobalContext(boolean) - Method in class com.consol.citrus.container.Template
Boolean flag marking the template variables should also affect variables in test case.
setGlobalVariables(GlobalVariables) - Method in class com.consol.citrus.context.TestContext
Get global variables.
setGlobalVariables(GlobalVariables) - Method in class com.consol.citrus.context.TestContextFactoryBean
 
setGlobalVariables(GlobalVariables) - Method in class com.consol.citrus.variable.GlobalVariablesPropertyLoader
Set the global variables.
setGroups(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the groups property.
setHandleMimeHeaders(boolean) - Method in class com.consol.citrus.ws.WebServiceEndpoint
Enable mime headers in request message which is passed to message handler.
setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class com.consol.citrus.http.controller.HttpMessageController
Sets the headerMapper.
setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the headerMapper.
setHeaderMapper(JmsHeaderMapper) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the JMS header mapper.
setHeaderMappings(Map<String, String>) - Method in class com.consol.citrus.variable.MessageHeaderVariableExtractor
Set the header mappings.
setHost(String) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setHostKeyPath(String) - Method in class com.consol.citrus.ssh.CitrusSshServer
Sets the hostKeyPath.
setHttpClient(HttpClient) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the httpClient.
setId(String) - Method in class com.consol.citrus.actions.StopTimeAction
Setter for timeline id.
setId(Long) - Method in class com.consol.citrus.samples.bookstore.model.Book
Sets the value of the id property.
setId(String) - Method in class com.consol.citrus.samples.flightbooking.entity.CustomerEntity
 
setId(String) - Method in class com.consol.citrus.samples.flightbooking.model.Customer
Sets the value of the id property.
setIgnoreAllWhitespaces(boolean) - Method in class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
 
setIgnoreErrors(boolean) - Method in class com.consol.citrus.actions.ExecutePLSQLAction
Ignore errors during execution.
setIgnoreErrors(boolean) - Method in class com.consol.citrus.actions.ExecuteSQLAction
Ignore errors during execution.
setIgnoreExpressions(Set<String>) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Set ignored message elements.
setIndex(int) - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Setter for looping index.
setIndexName(String) - Method in class com.consol.citrus.container.AbstractIteratingTestAction
Name of index variable.
setInputStream(InputStream) - Method in class com.consol.citrus.ssh.SshCommand
setInstance(Object) - Method in class com.consol.citrus.actions.JavaAction
Setter for object instance
setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the interceptors on this implementation's rest template.
setIsbn(String) - Method in class com.consol.citrus.samples.bookstore.model.Book
Sets the value of the isbn property.
setIsbn(String) - Method in class com.consol.citrus.samples.bookstore.model.GetBookAbstractRequestMessage
Sets the value of the isbn property.
setIsbn(String) - Method in class com.consol.citrus.samples.bookstore.model.GetBookDetailsRequestMessage
Sets the value of the isbn property.
setJmsTemplate(JmsTemplate) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the JMS template.
setKnownHosts(String) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setLastExecutedAction(TestAction) - Method in class com.consol.citrus.container.AbstractActionContainer
 
setLastExecutedAction(TestAction) - Method in interface com.consol.citrus.container.TestActionContainer
Sets the last executed action.
setLastname(String) - Method in class com.consol.citrus.samples.flightbooking.entity.CustomerEntity
 
setLastname(String) - Method in class com.consol.citrus.samples.flightbooking.model.Customer
Sets the value of the lastname property.
setLastUpdated(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the lastUpdated property.
setLastUpdatedBy(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the lastUpdatedBy property.
setLastUpdatedBy(String) - Method in class com.consol.citrus.TestCaseMetaInfo
Set the author that recently updated this test case.
setLastUpdatedOn(Date) - Method in class com.consol.citrus.TestCaseMetaInfo
Set last updating date.
setLineNumberEnd(Long) - Method in class com.consol.citrus.report.FailureStackElement
Sets the line number where failing action ends.
setLocale(String) - Method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Sets the locale from String.
setLocations(List<String>) - Method in class com.consol.citrus.xml.XsdSchemaRepository
Sets the locations.
setLoginService(MappedLoginService) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the loginService.
setLoginService(MappedLoginService) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the loginService.
setLogo(Resource) - Method in class com.consol.citrus.report.HtmlReporter
Sets the logo.
setMap(Map<String, String>) - Method in class com.consol.citrus.functions.core.MapValueFunction
Sets the mappings for this function.
setMappings(Map<String, XsdSchema>) - Method in class com.consol.citrus.xml.schema.RootQNameSchemaMappingStrategy
Sets the mappings.
setMatchElement(String) - Method in interface com.consol.citrus.message.MessageProcessor
Sets the dispathing message element.
setMembers(Map<String, Function>) - Method in class com.consol.citrus.functions.FunctionLibrary
Set the function library content.
setMembers(Map<String, ValidationMatcher>) - Method in class com.consol.citrus.validation.matcher.ValidationMatcherLibrary
Set the validationMatcher library content.
setMessage(String) - Method in class com.consol.citrus.actions.EchoAction
Setter for message
setMessage(String) - Method in class com.consol.citrus.actions.FailAction
Setter for user defined cause message.
setMessage(String) - Method in class com.consol.citrus.actions.InputAction
Sets the message.
setMessage(String) - Method in class com.consol.citrus.container.Assert
Set the message to send.
setMessage(String) - Method in class com.consol.citrus.demo.model.FaultType
Sets the value of the message property.
setMessageBuilder(MessageContentBuilder<?>) - Method in class com.consol.citrus.actions.SendMessageAction
Sets the message builder implementation.
setMessageBuilder(MessageContentBuilder<?>) - Method in class com.consol.citrus.validation.ControlMessageValidationContext
Sets the control message builder.
setMessageCallback(JmsConnectingMessageHandler.JmsMessageCallback) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the message callback.
setMessageConverter(MessageConverter) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets the JMS message converter.
setMessageFactory(SoapMessageFactory) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
setMessageHandler(MessageHandler) - Method in class com.consol.citrus.http.controller.HttpMessageController
Sets the messageHandler.
setMessageHandler(List<MessageHandler>) - Method in interface com.consol.citrus.message.MessageProcessor
Sets the message handler list.
setMessageHandler(MessageHandler) - Method in class com.consol.citrus.ssh.CitrusSshServer
Sets the messageHandler.
setMessageHandler(MessageHandler) - Method in class com.consol.citrus.ws.WebServiceEndpoint
Set the message handler.
setMessageHandlerContext(String) - Method in class com.consol.citrus.adapter.handler.XpathDispatchingMessageHandler
Set the message handler context.
setMessageHeader(Map<String, Object>) - Method in class com.consol.citrus.adapter.handler.StaticResponseProducingMessageHandler
Set the response message header.
setMessageHeaderData(String) - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
Sets the message header data.
setMessageHeaderResourcePath(String) - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
Sets the message header resource.
setMessageHeaders(Map<String, Object>) - Method in class com.consol.citrus.validation.builder.AbstractMessageContentBuilder
Sets the message headers for this control message.
setMessageId(String) - Method in class com.consol.citrus.demo.model.FaultDetail
Sets the value of the messageId property.
setMessageId(String) - Method in class com.consol.citrus.demo.model.HelloRequest
Sets the value of the messageId property.
setMessageId(String) - Method in class com.consol.citrus.demo.model.HelloResponse
Sets the value of the messageId property.
setMessageId(URI) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the message id.
setMessageId(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the message id from uri string.
setMessageInterceptors(List<MessageConstructionInterceptor<String>>) - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Sets the messageInterceptors.
setMessagePayload(String) - Method in class com.consol.citrus.adapter.handler.StaticResponseProducingMessageHandler
Set the response message payload.
setMessageReceiver(MessageReceiver) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Set message receiver instance.
setMessageReceiver(MessageReceiver) - Method in class com.consol.citrus.actions.ReceiveTimeoutAction
Set the message receiver instance.
setMessageSelector(MessageSelector) - Method in class com.consol.citrus.actions.PurgeMessageChannelAction
Sets the messageSelector.
setMessageSelector(Map<String, String>) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Setter for messageSelector.
setMessageSelector(String) - Method in class com.consol.citrus.actions.ReceiveTimeoutAction
Set message selector string.
setMessageSelectorString(String) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Set message selector string.
setMessageSender(MessageSender) - Method in class com.consol.citrus.actions.SendMessageAction
Set the message sender instance.
setMessageType(String) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Sets the expected message type for this receive action.
setMessageValidator(MessageValidator<XmlMessageValidationContext>) - Method in class com.consol.citrus.ws.validation.XmlSoapFaultValidator
Sets the message validator capable of validating the Soap fault detail.
setMessageValidatorRegistry(MessageValidatorRegistry) - Method in class com.consol.citrus.context.TestContext
Set the message validator registry.
setMessageValidators(List<MessageValidator<? extends ValidationContext>>) - Method in class com.consol.citrus.validation.MessageValidatorRegistry
Sets available message validator implementations.
setMessagingTemplate(MessagingTemplate) - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
Set the messaging template.
setMessagingTemplate(MessagingTemplate) - Method in class com.consol.citrus.channel.MessageChannelReceiver
Set the messaging template.
setMessagingTemplate(MessagingTemplate) - Method in class com.consol.citrus.channel.MessageChannelSender
Sets the messaging template.
setMessagingTemplate(MessagingTemplate) - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Set the messaging template.
setMetaInfo(TestCaseMetaInfo) - Method in class com.consol.citrus.TestCase
Set the test case meta information.
setMethodArgs(List<Object>) - Method in class com.consol.citrus.actions.JavaAction
Setter for method args
setMethodName(String) - Method in class com.consol.citrus.actions.JavaAction
Setter for method name
setName(String) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Sets this test action's name.
setName(String) - Method in class com.consol.citrus.actions.AbstractTestAction
(non-Javadoc)
setName(String) - Method in class com.consol.citrus.admin.model.MessageReceiverType
Sets the value of the name property.
setName(String) - Method in class com.consol.citrus.admin.model.MessageSenderType
Sets the value of the name property.
setName(String) - Method in class com.consol.citrus.admin.model.ServerInstanceType
Sets the value of the name property.
setName(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the name property.
setName(String) - Method in class com.consol.citrus.dsl.definition.AbstractActionDefinition
Name of test action injected as Spring bean name
setName(String) - Method in class com.consol.citrus.functions.FunctionLibrary
Get the name of the function library.
setName(String) - Method in class com.consol.citrus.http.security.User
Sets the name.
setName(String) - Method in class com.consol.citrus.server.AbstractServer
Sets the name.
setName(String) - Method in interface com.consol.citrus.TestAction
Name of test action injected as Spring bean name
setName(String) - Method in class com.consol.citrus.TestActor
Sets the name.
setName(String) - Method in class com.consol.citrus.util.TestCaseCreator
Set the test name.
setName(String) - Method in class com.consol.citrus.validation.matcher.ValidationMatcherLibrary
Get the name of the validationMatcher library.
setName(String) - Method in class com.consol.citrus.ws.security.User
Sets the name.
setNamespaceBindings(Map<String, String>) - Method in class com.consol.citrus.adapter.handler.XpathDispatchingMessageHandler
Set the namespace bindings for XPath expression evaluation.
setNamespaceContextBuilder(NamespaceContextBuilder) - Method in class com.consol.citrus.variable.XpathPayloadVariableExtractor
Sets the namespace context builder.
setNamespaceMappings(Map<String, String>) - Method in class com.consol.citrus.xml.namespace.NamespaceContextBuilder
Sets the default mappings for this namespace context builder.
setNamespaces(Map<String, String>) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Set the namespace definitions.
setNamespaces(Map<String, String>) - Method in class com.consol.citrus.variable.XpathPayloadVariableExtractor
List of expected namespaces.
setNonceValidity(Long) - Method in class com.consol.citrus.functions.core.DigestAuthHeaderFunction
Sets the nonceValidity.
setOperation(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Sets the value of the operation property.
setOperation(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Sets the value of the operation property.
setOutputDirectory(Resource) - Method in class com.consol.citrus.report.MessageTracingTestListener
Sets the outputDirectory.
setOutputFile(String) - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
 
setOutputFile(Resource) - Method in class com.consol.citrus.report.JUnitReporter
Set the target output time.
setOutputStream(OutputStream) - Method in class com.consol.citrus.ssh.SshCommand
setPackage(String) - Method in class com.consol.citrus.util.TestCaseCreator
Set the test package.
setPackageName(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the packageName property.
setPackageName(String) - Method in class com.consol.citrus.TestCase
Set the package name
setPageTitle(String) - Method in class com.consol.citrus.doc.ExcelTestDocGenerator
 
setPageTitle(String) - Method in class com.consol.citrus.doc.HtmlTestDocGenerator
 
setParameter(Map<String, String>) - Method in class com.consol.citrus.container.Template
Set parameter before execution.
setParameters(String[]) - Method in class com.consol.citrus.report.TestResult
Sets the parameters.
setParameters(String[]) - Method in class com.consol.citrus.TestCase
Sets the parameters.
setParams(Map<String, Object>) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the params.
setPassword(String) - Method in class com.consol.citrus.http.security.User
Sets the password.
setPassword(String) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setPassword(String) - Method in class com.consol.citrus.ssh.CitrusSshServer
Sets the password.
setPassword(String) - Method in class com.consol.citrus.ws.security.User
Sets the password.
setPathValidationExpressions(Map<String, String>) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Set the control message elements explicitly validated XPath expression validation.
setPayloadData(String) - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Set message payload as direct string data.
setPayloadResourcePath(String) - Method in class com.consol.citrus.validation.builder.PayloadTemplateMessageBuilder
Set the message payload as external file resource.
setPersistent(boolean) - Method in class com.consol.citrus.server.activemq.ActiveMQServer
Setter for persistent mode.
setPollingInterval(long) - Method in class com.consol.citrus.channel.MessageSelectingQueueChannel
Sets the pollingInterval.
setPollingInterval(long) - Method in class com.consol.citrus.message.ReplyMessageReceiver
Sets the pollingInterval.
setPort(BigInteger) - Method in class com.consol.citrus.admin.model.ServerInstanceType
Sets the value of the port property.
setPort(int) - Method in class com.consol.citrus.http.HttpServer
Sets the port.
setPort(int) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setPort(int) - Method in class com.consol.citrus.ssh.CitrusSshServer
Sets the port.
setPort(int) - Method in class com.consol.citrus.ws.JettyServer
Sets the port.
setPrefix(String) - Method in class com.consol.citrus.functions.FunctionLibrary
Set the library prefix.
setPrefix(String) - Method in class com.consol.citrus.validation.matcher.ValidationMatcherLibrary
Set the library prefix.
setPrivateKeyPassword(String) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setPrivateKeyPath(String) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setProjectHome(String) - Method in class com.consol.citrus.admin.controller.ProjectController
 
setProjectHome(String) - Method in class com.consol.citrus.admin.service.ConfigService
Sets new project home path.
setProperties(Properties) - Method in class com.consol.citrus.actions.AntRunAction
Sets the properties.
setPropertyFilePath(String) - Method in class com.consol.citrus.actions.AntRunAction
Sets the propertyFilePath.
setPropertyFiles(List<String>) - Method in class com.consol.citrus.variable.GlobalVariablesPropertyLoader
Set list of property files to be loaded
setPropertyReference(BeanDefinitionBuilder, String, String) - Static method in class com.consol.citrus.config.util.BeanDefinitionParserUtils
Sets the property reference on bean definition in case reference is set properly.
setPropertyReference(BeanDefinitionBuilder, String, String, String) - Static method in class com.consol.citrus.config.util.BeanDefinitionParserUtils
Sets the property reference on bean definition.
setPropertyValue(BeanDefinitionBuilder, String, String) - Static method in class com.consol.citrus.config.util.BeanDefinitionParserUtils
Sets the property value on bean definition in case value is set properly.
setPubSubDomain(boolean) - Method in class com.consol.citrus.jms.AbstractJmsAdapter
Sets if domain uses topics instead of queues.
setPubSubDomain(boolean) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set whether to use JMS topics instead of JMS queues.
setQueueNames(List<String>) - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
List of queue names to purge.
setQueues(List<Queue>) - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
List of queues.
setRealm(String) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the realm.
setRealm(String) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the realm.
setReceiveTimeout(long) - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Receive timeout for reading message from a destination.
setReceiveTimeout(long) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Set the receive timeout.
setReceiveTimeout(long) - Method in class com.consol.citrus.jms.JmsMessageReceiver
Sets the receive timeout.
setReceiveTimeout(long) - Method in class com.consol.citrus.message.AbstractMessageReceiver
Setter for receive timeout.
setRedirect(String) - Method in class com.consol.citrus.admin.controller.ProjectSetupInterceptor
Sets the redirect.
setRegistrationDate(Calendar) - Method in class com.consol.citrus.samples.bookstore.model.Book
Sets the value of the registrationDate property.
setReplyDestination(Destination) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the reply destination.
setReplyDestination(Destination) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the reply destination.
setReplyDestinationHolder(JmsReplyDestinationHolder) - Method in class com.consol.citrus.jms.JmsReplyMessageSender
Set the reply destination.
setReplyDestinationName(String) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the reply destination name.
setReplyDestinationName(String) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the reply destination name.
setReplyMessageChannelHolder(ReplyMessageChannelHolder) - Method in class com.consol.citrus.channel.ReplyMessageChannelSender
Set the reply message holder.
setReplyMessageHandler(ReplyMessageHandler) - Method in class com.consol.citrus.channel.SyncMessageChannelSender
Set the reply message handler
setReplyMessageHandler(ReplyMessageHandler) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the reply message handler.
setReplyMessageHandler(ReplyMessageHandler) - Method in class com.consol.citrus.message.AbstractSyncMessageSender
Set the reply message handler.
setReplyMessageHandler(ReplyMessageHandler) - Method in class com.consol.citrus.ws.message.WebServiceMessageSender
Set the reply message handler.
setReplyTimeout(long) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the reply timeout.
setReplyTimeout(long) - Method in class com.consol.citrus.adapter.handler.MessageChannelConnectingMessageHandler
Set the reply timeout.
setReplyTimeout(long) - Method in class com.consol.citrus.channel.SyncMessageChannelSender
Set the reply timeout.
setReplyTimeout(long) - Method in class com.consol.citrus.jms.JmsSyncMessageSender
Set the reply message timeout.
setReplyTo(EndpointReference) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the reply to endpoint reference.
setReplyTo(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the reply to endpoint reference by string.
setRequestMethod(HttpMethod) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the requestMethod.
setRequestUrl(String) - Method in class com.consol.citrus.http.message.HttpMessageSender
Set the complete request URL.
setResourceBase(String) - Method in class com.consol.citrus.http.HttpServer
Sets the resourceBase.
setResourceBase(String) - Method in class com.consol.citrus.ws.JettyServer
Sets the resourceBase.
setRestTemplate(RestTemplate) - Method in class com.consol.citrus.http.message.HttpMessageSender
Sets the restTemplate.
setResult(TestResult.RESULT) - Method in class com.consol.citrus.report.TestResult
Setter for the test result.
setRoles(String[]) - Method in class com.consol.citrus.http.security.User
Sets the roles.
setRoles(String[]) - Method in class com.consol.citrus.ws.security.User
Sets the roles.
setRunning(boolean) - Method in class com.consol.citrus.server.AbstractServer
Sets the running.
setScheduledArrival(String) - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
setScheduledArrival(Calendar) - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Sets the value of the scheduledArrival property.
setScheduledDeparture(String) - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
setScheduledDeparture(Calendar) - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Sets the value of the scheduledDeparture property.
setSchema(String) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Sets the schema.
setSchemaMappingStrategy(XsdSchemaMappingStrategy) - Method in class com.consol.citrus.xml.XsdSchemaRepository
Set the schema mapping strategy.
setSchemaRepository(String) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Sets the schemaRepository.
setSchemas(Resource[]) - Method in class com.consol.citrus.xml.schema.MultiResourceXsdSchema
 
setSchemas(List<XsdSchema>) - Method in class com.consol.citrus.xml.XsdSchemaRepository
Set the list of known schemas.
setSchemaValidation(boolean) - Method in class com.consol.citrus.validation.xml.XmlMessageValidationContext
Enable/disable schema validation.
setScript(String) - Method in class com.consol.citrus.actions.ExecutePLSQLAction
Setter for inline script.
setScript(String) - Method in class com.consol.citrus.script.GroovyAction
Set the groovy script code.
setScriptData(String) - Method in class com.consol.citrus.validation.script.GroovyScriptMessageBuilder
Set message payload data as inline Groovy MarkupBuilder script.
setScriptResourcePath(String) - Method in class com.consol.citrus.script.GroovyAction
Set file resource.
setScriptResourcePath(String) - Method in class com.consol.citrus.validation.script.GroovyScriptMessageBuilder
Message payload as external Groovy MarkupBuilder script file resource.
setScriptTemplatePath(String) - Method in class com.consol.citrus.script.GroovyAction
Set the script template resource.
setScriptType(String) - Method in class com.consol.citrus.validation.script.ScriptValidationContext
Sets the scriptType.
setScriptValidationContext(ScriptValidationContext) - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
Sets the script validation context.
setSecurityHandler(SecurityHandler) - Method in class com.consol.citrus.http.HttpServer
Sets the securityHandler.
setSecurityHandler(SecurityHandler) - Method in class com.consol.citrus.ws.JettyServer
Sets the securityHandler.
setSendDestination(String) - Method in class com.consol.citrus.adapter.handler.JmsConnectingMessageHandler
Set the forwarding send destination name.
setServer(Server) - Method in class com.consol.citrus.actions.StartServerAction
 
setServer(Server) - Method in class com.consol.citrus.actions.StopServerAction
 
setServerList(List<Server>) - Method in class com.consol.citrus.actions.StartServerAction
 
setServerList(List<Server>) - Method in class com.consol.citrus.actions.StopServerAction
 
setServletContext(ServletContext) - Method in class com.consol.citrus.admin.listener.TestEventListener
setServletHandler(ServletHandler) - Method in class com.consol.citrus.http.HttpServer
Sets the servletHandler.
setServletHandler(ServletHandler) - Method in class com.consol.citrus.ws.JettyServer
Sets the servletHandler.
setServletMappingPath(String) - Method in class com.consol.citrus.http.HttpServer
Sets the servletMappingPath.
setServletMappingPath(String) - Method in class com.consol.citrus.ws.JettyServer
Sets the servletMappingPath.
setServletName(String) - Method in class com.consol.citrus.http.HttpServer
Sets the servletName.
setServletName(String) - Method in class com.consol.citrus.ws.JettyServer
Sets the servletName.
setSleepTime(long) - Method in class com.consol.citrus.actions.PurgeJmsQueuesAction
Sets the sleepTime.
setSoapFaultDefinition(SoapFaultDefinition) - Method in class com.consol.citrus.ws.util.SoapFaultDefinitionHolder
Sets the soapFaultDefinition.
setSqlResourcePath(String) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
Setter for external file resource containing the SQL statements to execute.
setStackTrace(String) - Method in class com.consol.citrus.admin.model.TestResult
Sets the value of the stackTrace property.
setStatements(List<String>) - Method in class com.consol.citrus.actions.AbstractDatabaseConnectingTestAction
List of statements to execute.
setStatus(String) - Method in class com.consol.citrus.admin.model.TestCaseType
Sets the value of the status property.
setStatus(TestCaseMetaInfo.Status) - Method in class com.consol.citrus.TestCaseMetaInfo
Set the status the this test case.
setStep(int) - Method in class com.consol.citrus.container.Iterate
Step o increment.
setStrategies(List<XsdSchemaMappingStrategy>) - Method in class com.consol.citrus.xml.schema.SchemaMappingStrategyChain
Sets the strategies.
setStrictHostChecking(boolean) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setSuccess(boolean) - Method in class com.consol.citrus.admin.model.TestResult
Sets the value of the success property.
setSuccess(boolean) - Method in class com.consol.citrus.samples.bookstore.model.AddBookResponseMessage
Sets the value of the success property.
setSuccess(boolean) - Method in class com.consol.citrus.samples.flightbooking.model.FlightBookingConfirmationMessage
Sets the value of the success property.
setSuccess(boolean) - Method in class com.consol.citrus.samples.flightbooking.model.TravelBookingResponseMessage
Sets the value of the success property.
setTarget(String) - Method in class com.consol.citrus.actions.AntRunAction
Sets the target.
setTargetPackage(String) - Method in class com.consol.citrus.util.TestCaseCreator
Set the target package.
setTargetRequestFactory(CommonsClientHttpRequestFactory) - Method in class com.consol.citrus.http.client.UserCredentialsClientHttpRequestFactory
Deprecated. Sets the targetRequestFactory.
setTargets(String) - Method in class com.consol.citrus.actions.AntRunAction
Sets the targets.
setTargetVariable(String) - Method in class com.consol.citrus.actions.TransformAction
Set the target variable for the result
setTestCase(TestCaseType) - Method in class com.consol.citrus.admin.model.TestResult
Sets the value of the testCase property.
setTestCase(TestCase) - Method in class com.consol.citrus.config.TestCaseFactory
Set the test case object.
setTestChain(List<TestAction>) - Method in class com.consol.citrus.config.TestCaseFactory
Set the test action chain.
setTestContext(TestContext) - Method in class com.consol.citrus.TestCase
Set the test context.
setTestDirectory(String) - Method in class com.consol.citrus.doc.AbstractTestDocGenerator
 
setTestName(String) - Method in class com.consol.citrus.report.TestResult
Setter for the test name.
setTestNG(TestNG) - Method in class com.consol.citrus.Citrus
Sets the testng.
setTestSuiteListener(TestSuiteListeners) - Method in class com.consol.citrus.container.SequenceAfterSuite
Sets the testSuiteListener.
setTestSuiteListener(TestSuiteListeners) - Method in class com.consol.citrus.container.SequenceBeforeSuite
Sets the testSuiteListener.
setText(String) - Method in class com.consol.citrus.demo.model.FaultDetail
Sets the value of the text property.
setText(String) - Method in class com.consol.citrus.demo.model.HelloRequest
Sets the value of the text property.
setText(String) - Method in class com.consol.citrus.demo.model.HelloResponse
Sets the value of the text property.
setText(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Sets the value of the text property.
setText(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Sets the value of the text property.
setTidyConfiguration(Resource) - Method in class com.consol.citrus.validation.xhtml.XhtmlMessageValidator
Sets the tidyConfiguration.
setTidyInstance(Tidy) - Method in class com.consol.citrus.validation.xhtml.XhtmlMessageValidator
Sets the tidyInstance.
setTimeout(long) - Method in class com.consol.citrus.actions.ReceiveTimeoutAction
Setter for receive timeout.
setTitle(String) - Method in class com.consol.citrus.samples.bookstore.model.Book
Sets the value of the title property.
setTo(URI) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the to uri.
setTo(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the to uri by string.
setToAirport(String) - Method in class com.consol.citrus.samples.flightbooking.entity.FlightEntity
 
setToAirport(String) - Method in class com.consol.citrus.samples.flightbooking.model.Flight
Sets the value of the toAirport property.
setUp() - Method in class com.consol.citrus.junit.AbstractJUnit38CitrusTest
Deprecated. Run tasks before each test case.
setUser(String) - Method in class com.consol.citrus.demo.model.HelloRequest
Sets the value of the user property.
setUser(String) - Method in class com.consol.citrus.demo.model.HelloResponse
Sets the value of the user property.
setUser(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingRequestMessage
Sets the value of the user property.
setUser(String) - Method in class com.consol.citrus.samples.greeting.model.GreetingResponseMessage
Sets the value of the user property.
setUser(String) - Method in class com.consol.citrus.ssh.CitrusSshClient
 
setUser(String) - Method in class com.consol.citrus.ssh.CitrusSshServer
Sets the user.
setUseRootContextAsParent(boolean) - Method in class com.consol.citrus.http.HttpServer
Sets the useRootContextAsParent.
setUseRootContextAsParent(boolean) - Method in class com.consol.citrus.ws.JettyServer
Sets the useRootContextAsParent.
setUsers(List<User>) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the users.
setUsers(List<User>) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the users.
setUseScriptTemplate(boolean) - Method in class com.consol.citrus.script.GroovyAction
Prevent script template usage if false.
setValidAnswers(String) - Method in class com.consol.citrus.actions.InputAction
Sets the valid answers.
setValidationCallback(ValidationCallback) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Sets the validationCallback.
setValidationContext(ValidationContext) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Sets the validationContext.
setValidationContexts(List<ValidationContext>) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Sets the list of available validation contexts for this action.
setValidationContexts(List<ValidationContext>) - Method in class com.consol.citrus.ws.validation.SoapFaultDetailValidationContext
Sets the validationContexts.
setValidationMatcherLibraries(List<ValidationMatcherLibrary>) - Method in class com.consol.citrus.validation.matcher.ValidationMatcherRegistry
 
setValidationMatcherRegistry(ValidationMatcherRegistry) - Method in class com.consol.citrus.context.TestContext
Set the validation matcher registry
setValidationMatcherRegistry(ValidationMatcherRegistry) - Method in class com.consol.citrus.context.TestContextFactoryBean
 
setValidationScript(String) - Method in class com.consol.citrus.validation.script.ScriptValidationContext
Sets the validationScript.
setValidationScriptResourcePath(String) - Method in class com.consol.citrus.validation.script.ScriptValidationContext
Sets the validationScriptResource.
setValidator(SqlResultSetScriptValidator) - Method in class com.consol.citrus.actions.ExecuteSQLQueryAction
Sets the validator.
setValidator(MessageValidator<? extends ValidationContext>) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Set single message validator.
setValidator(SoapFaultValidator) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
setValues(List<String>) - Method in class com.consol.citrus.functions.core.RandomEnumValueFunction
 
setVariable(String) - Method in class com.consol.citrus.actions.InputAction
Sets the variable.
setVariable(String, Object) - Method in class com.consol.citrus.context.TestContext
Creates a new variable in this test context with the respective value.
setVariableDefinitions(Map<String, ?>) - Method in class com.consol.citrus.TestCase
Setter for variables.
setVariableExtractors(List<VariableExtractor>) - Method in class com.consol.citrus.actions.ReceiveMessageAction
Set the list of variable extractors.
setVariableExtractors(List<VariableExtractor>) - Method in class com.consol.citrus.actions.SendMessageAction
The variable extractors for this message sending action.
setVariableNames(List<String>) - Method in class com.consol.citrus.actions.TraceVariablesAction
Setter for info values list
setVariables(Map<String, String>) - Method in class com.consol.citrus.actions.CreateVariablesAction
Setter for variables
setVariables(Map<String, Object>) - Method in class com.consol.citrus.context.TestContext
Setter for test variables in this context.
setVariables(Map<String, Object>) - Method in class com.consol.citrus.variable.GlobalVariables
Set the global variables.
setVersion(WsAddressingVersion) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the adressing version.
setWorkingDirectory(String) - Method in class com.consol.citrus.server.activemq.ActiveMQServer
Set the working directory.
setWsdl(Resource) - Method in class com.consol.citrus.xml.schema.WsdlXsdSchema
Sets the wsdl.
setXmlData(String) - Method in class com.consol.citrus.actions.TransformAction
Set the XML document
setXmlResourcePath(String) - Method in class com.consol.citrus.actions.TransformAction
Set the XML document as resource
setxPathExpressions(Map<String, String>) - Method in class com.consol.citrus.validation.interceptor.XpathMessageConstructionInterceptor
 
setxPathExpressions(Map<String, String>) - Method in class com.consol.citrus.variable.XpathPayloadVariableExtractor
Set the xPath expressions to identify the message elements and variable names.
setXpathMappingExpression(String) - Method in class com.consol.citrus.adapter.handler.XpathDispatchingMessageHandler
Set the XPath mapping expression.
setXsltData(String) - Method in class com.consol.citrus.actions.TransformAction
Set the XSLT document
setXsltResourcePath(String) - Method in class com.consol.citrus.actions.TransformAction
Set the XSLT document as resource
setYear(int) - Method in class com.consol.citrus.samples.bookstore.model.Book
Sets the value of the year property.
shutdown() - Method in class com.consol.citrus.http.HttpServer
 
shutdown() - Method in class com.consol.citrus.server.AbstractServer
Subclasses must implement this method called on server shutdown.
shutdown() - Method in class com.consol.citrus.server.activemq.ActiveMQServer
Shutdown method for server.
shutdown() - Method in class com.consol.citrus.ssh.CitrusSshServer
 
shutdown() - Method in class com.consol.citrus.ws.JettyServer
 
SimpleSoapAttachmentValidator - Class in com.consol.citrus.ws.validation
Simple implementation of a AbstractSoapAttachmentValidator.
SimpleSoapAttachmentValidator() - Constructor for class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
 
SimpleSoapFaultValidator - Class in com.consol.citrus.ws.validation
Simple soap fault validator implementation just performing String equals on soap fault detail as validation algorithm.
SimpleSoapFaultValidator() - Constructor for class com.consol.citrus.ws.validation.SimpleSoapFaultValidator
 
skipTemplate() - Method in class com.consol.citrus.dsl.definition.GroovyActionDefinition
Prevent script template usage.
sleep(long) - Method in class com.consol.citrus.dsl.definition.PurgeJMSQueuesActionDefinition
Sets the sleepTime.
sleep() - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Add sleep action with default delay time.
sleep(long) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Add sleep action with time in milliseconds.
sleep(double) - Method in class com.consol.citrus.dsl.TestNGCitrusTestBuilder
Add sleep action with time in seconds.
SleepAction - Class in com.consol.citrus.actions
Stop the test execution for a given amount of time.
SleepAction() - Constructor for class com.consol.citrus.actions.SleepAction
 
SleepActionParser - Class in com.consol.citrus.config.xml
Bean definition parser for sleep action in test case.
SleepActionParser() - Constructor for class com.consol.citrus.config.xml.SleepActionParser
 
soap() - Method in class com.consol.citrus.dsl.definition.ReceiveMessageActionDefinition
Enable SOAP specific properties on this receiving message action.
soap() - Method in class com.consol.citrus.dsl.definition.ReceiveSoapMessageActionDefinition
 
soap() - Method in class com.consol.citrus.dsl.definition.SendMessageActionDefinition
Enable SOAP specific properties on this message sending action.
soap() - Method in class com.consol.citrus.dsl.definition.SendSoapMessa