- getConnectionFactory() - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
Gets the connectionFactory.
- getConnectionFactory() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the connection factory.
- getCorrelationId() - Method in class com.consol.citrus.jms.message.JmsMessage
-
Gets the JMS correlationId header.
- getCorrelationManager() - Method in class com.consol.citrus.jms.endpoint.JmsSyncConsumer
-
Gets the correlation manager.
- getCorrelationManager() - Method in class com.consol.citrus.jms.endpoint.JmsSyncProducer
-
Gets the correlation manager.
- getCorrelator() - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Gets the correlator.
- getDefaultDestinationName() - Method in class com.consol.citrus.jms.endpoint.resolver.DynamicDestinationNameResolver
-
Gets the defaultDestinationName.
- getDestination() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the destination.
- getDestinationName(Destination) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Get the destination name (either a queue name or a topic name).
- getDestinationName() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the destination name.
- getDestinationNameResolver() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the destinationNameResolver.
- getDestinationResolver() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the destination resolver.
- getDurableSubscriberName() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the durableSubscriberName.
- getEndpoint() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointAdapter
-
- getEndpoint() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointBuilder
-
- getEndpoint() - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointBuilder
-
- getEndpointClass() - Method in class com.consol.citrus.jms.config.xml.JmsEndpointParser
-
- getEndpointClass() - Method in class com.consol.citrus.jms.config.xml.JmsSyncEndpointParser
-
- getEndpointConfiguration() - Method in class com.consol.citrus.jms.endpoint.JmsEndpoint
-
- getEndpointConfiguration() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointAdapter
-
- getEndpointConfiguration() - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpoint
-
- getEndpointConfigurationClass() - Method in class com.consol.citrus.jms.config.xml.JmsEndpointParser
-
- getEndpointConfigurationClass() - Method in class com.consol.citrus.jms.config.xml.JmsSyncEndpointParser
-
- getHeaderMapper() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the JMS header mapper.
- getJmsSoapActionHeader() - Method in class com.consol.citrus.jms.message.SoapJmsMessageConverter
-
Gets the value of the jmsSoapActionHeader property.
- getJmsTemplate() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the JMS template.
- getMessageConverter() - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the message converter.
- getMessageId() - Method in class com.consol.citrus.jms.message.JmsMessage
-
Gets the JMS messageId header.
- getName() - Method in class com.consol.citrus.jms.endpoint.JmsProducer
-
- getPollingInterval() - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Gets the pollingInterval.
- getQueueNames() - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
- getQueues() - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
Gets the queues.
- getReceiveTimeout() - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
Gets the receiveTimeout.
- getRedelivered() - Method in class com.consol.citrus.jms.message.JmsMessage
-
Gets the JMS redelivered header.
- getReplyDestination() - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Gets the replyDestination.
- getReplyDestinationName() - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Gets the replyDestinationName.
- getReplyTo() - Method in class com.consol.citrus.jms.message.JmsMessage
-
Gets the JMS reply to header.
- getSleepTime() - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
Gets the sleepTime.
- getSoapMessageFactory() - Method in class com.consol.citrus.jms.message.SoapJmsMessageConverter
-
Gets the soapMessageFactory.
- getSubscriberName() - Method in class com.consol.citrus.jms.endpoint.JmsEndpoint
-
Gets the endpoints consumer name.
- getTimestamp() - Method in class com.consol.citrus.jms.message.JmsMessage
-
Gets the JMS timestamp header.
- getType() - Method in class com.consol.citrus.jms.message.JmsMessage
-
Gets the JMS type header.
- JMS_PREFIX - Static variable in class com.consol.citrus.jms.message.JmsMessageHeaders
-
- JmsConsumer - Class in com.consol.citrus.jms.endpoint
-
- JmsConsumer(String, JmsEndpointConfiguration) - Constructor for class com.consol.citrus.jms.endpoint.JmsConsumer
-
Default constructor using endpoint.
- JmsEndpoint - Class in com.consol.citrus.jms.endpoint
-
Jms message endpoint capable of sending/receiving messages from Jms message destination.
- JmsEndpoint() - Constructor for class com.consol.citrus.jms.endpoint.JmsEndpoint
-
Default constructor initializing endpoint configuration.
- JmsEndpoint(JmsEndpointConfiguration) - Constructor for class com.consol.citrus.jms.endpoint.JmsEndpoint
-
Constructor with endpoint configuration.
- JmsEndpointAdapter - Class in com.consol.citrus.jms.endpoint
-
Endpoint adapter forwards incoming requests to jms destination and waits for response
on reply destination.
- JmsEndpointAdapter(JmsSyncEndpointConfiguration) - Constructor for class com.consol.citrus.jms.endpoint.JmsEndpointAdapter
-
Default constructor using endpoint configuration.
- JmsEndpointAdapterParser - Class in com.consol.citrus.jms.config.xml
-
Bean definition parser creates JMS endpoint adapter component.
- JmsEndpointAdapterParser() - Constructor for class com.consol.citrus.jms.config.xml.JmsEndpointAdapterParser
-
- JmsEndpointBuilder - Class in com.consol.citrus.jms.endpoint
-
- JmsEndpointBuilder() - Constructor for class com.consol.citrus.jms.endpoint.JmsEndpointBuilder
-
- JmsEndpointComponent - Class in com.consol.citrus.jms.endpoint
-
Jms endpoint component is able to create jms endpoint from endpoint uri with parameters.
- JmsEndpointComponent() - Constructor for class com.consol.citrus.jms.endpoint.JmsEndpointComponent
-
- JmsEndpointConfig - Annotation Type in com.consol.citrus.jms.config.annotation
-
- JmsEndpointConfigParser - Class in com.consol.citrus.jms.config.annotation
-
- JmsEndpointConfigParser(ReferenceResolver) - Constructor for class com.consol.citrus.jms.config.annotation.JmsEndpointConfigParser
-
Constructor matching super.
- JmsEndpointConfiguration - Class in com.consol.citrus.jms.endpoint
-
- JmsEndpointConfiguration() - Constructor for class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
- JmsEndpointParser - Class in com.consol.citrus.jms.config.xml
-
Bean definition parser for JMS endpoint component.
- JmsEndpointParser() - Constructor for class com.consol.citrus.jms.config.xml.JmsEndpointParser
-
- JmsMessage - Class in com.consol.citrus.jms.message
-
- JmsMessage() - Constructor for class com.consol.citrus.jms.message.JmsMessage
-
Empty constructor initializing with empty message payload.
- JmsMessage(Message) - Constructor for class com.consol.citrus.jms.message.JmsMessage
-
Constructs copy of given message.
- JmsMessage(Object) - Constructor for class com.consol.citrus.jms.message.JmsMessage
-
Default constructor using message payload.
- JmsMessageConverter - Class in com.consol.citrus.jms.message
-
Basic message converter for converting Spring Integration message implementations to JMS
messages and vice versa.
- JmsMessageConverter() - Constructor for class com.consol.citrus.jms.message.JmsMessageConverter
-
- JmsMessageHeaderMapper - Class in com.consol.citrus.jms.message
-
Citrus JMS header mapper translates internal message headers to Spring integration message headers and
vice versa.
- JmsMessageHeaderMapper() - Constructor for class com.consol.citrus.jms.message.JmsMessageHeaderMapper
-
- JmsMessageHeaders - Class in com.consol.citrus.jms.message
-
- JmsProducer - Class in com.consol.citrus.jms.endpoint
-
- JmsProducer(String, JmsEndpointConfiguration) - Constructor for class com.consol.citrus.jms.endpoint.JmsProducer
-
Default constructor using endpoint configuration.
- JmsSyncConsumer - Class in com.consol.citrus.jms.endpoint
-
- JmsSyncConsumer(String, JmsSyncEndpointConfiguration) - Constructor for class com.consol.citrus.jms.endpoint.JmsSyncConsumer
-
Default constructor using endpoint configuration.
- JmsSyncEndpoint - Class in com.consol.citrus.jms.endpoint
-
Synchronous Jms message endpoint.
- JmsSyncEndpoint() - Constructor for class com.consol.citrus.jms.endpoint.JmsSyncEndpoint
-
Default constructor initializing endpoint.
- JmsSyncEndpoint(JmsSyncEndpointConfiguration) - Constructor for class com.consol.citrus.jms.endpoint.JmsSyncEndpoint
-
Constructor using endpoint configuration.
- JmsSyncEndpointBuilder - Class in com.consol.citrus.jms.endpoint
-
- JmsSyncEndpointBuilder() - Constructor for class com.consol.citrus.jms.endpoint.JmsSyncEndpointBuilder
-
- JmsSyncEndpointConfig - Annotation Type in com.consol.citrus.jms.config.annotation
-
- JmsSyncEndpointConfigParser - Class in com.consol.citrus.jms.config.annotation
-
- JmsSyncEndpointConfigParser(ReferenceResolver) - Constructor for class com.consol.citrus.jms.config.annotation.JmsSyncEndpointConfigParser
-
Constructor matching super.
- JmsSyncEndpointConfiguration - Class in com.consol.citrus.jms.endpoint
-
Endpoint configuration sets additional synchronous message handling properties such as
reply destination and message correlator.
- JmsSyncEndpointConfiguration() - Constructor for class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
- JmsSyncEndpointParser - Class in com.consol.citrus.jms.config.xml
-
Bean definition parser for synchronous JMS endpoint components.
- JmsSyncEndpointParser() - Constructor for class com.consol.citrus.jms.config.xml.JmsSyncEndpointParser
-
- JmsSyncProducer - Class in com.consol.citrus.jms.endpoint
-
- JmsSyncProducer(String, JmsSyncEndpointConfiguration) - Constructor for class com.consol.citrus.jms.endpoint.JmsSyncProducer
-
Default constructor using endpoint configuration.
- jmsTemplate(JmsTemplate) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointBuilder
-
Sets the jmsTemplate property.
- jmsTemplate(JmsTemplate) - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointBuilder
-
Sets the jmsTemplate property.
- JmsTopicSubscriber - Class in com.consol.citrus.jms.endpoint
-
- JmsTopicSubscriber(String, JmsEndpointConfiguration, TestContextFactory) - Constructor for class com.consol.citrus.jms.endpoint.JmsTopicSubscriber
-
Default constructor using endpoint.
- saveReplyDestination(JmsMessage, TestContext) - Method in class com.consol.citrus.jms.endpoint.JmsSyncConsumer
-
Store the reply destination either straight forward or with a given
message correlation key.
- send(Message, TestContext) - Method in class com.consol.citrus.jms.endpoint.JmsProducer
-
- send(Message, TestContext) - Method in class com.consol.citrus.jms.endpoint.JmsSyncConsumer
-
- send(Message, TestContext) - Method in class com.consol.citrus.jms.endpoint.JmsSyncProducer
-
- setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.jms.endpoint.JmsEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.jms.message.SoapJmsMessageConverter
-
- setAutoStart(boolean) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the autoStart.
- setConnectionFactory(ConnectionFactory) - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
Connection factory.
- setConnectionFactory(ConnectionFactory) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the connection factory.
- setCorrelationManager(CorrelationManager<Destination>) - Method in class com.consol.citrus.jms.endpoint.JmsSyncConsumer
-
Sets the correlation manager.
- setCorrelationManager(CorrelationManager<Message>) - Method in class com.consol.citrus.jms.endpoint.JmsSyncProducer
-
Sets the correlation manager.
- setCorrelator(MessageCorrelator) - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Set the reply message correlator.
- setDefaultDestinationName(String) - Method in class com.consol.citrus.jms.endpoint.resolver.DynamicDestinationNameResolver
-
Sets the defaultDestinationName.
- setDestination(Destination) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the destination.
- setDestinationName(String) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the destination name.
- setDestinationNameResolver(EndpointUriResolver) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the destinationNameResolver.
- setDestinationResolver(DestinationResolver) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Gets the destination resolver.
- setDurableSubscriberName(String) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the durableSubscriberName.
- setDurableSubscription(boolean) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the durableSubscription.
- setHeaderMapper(JmsHeaderMapper) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the JMS header mapper.
- setJmsSoapActionHeader(String) - Method in class com.consol.citrus.jms.message.SoapJmsMessageConverter
-
Sets the jmsSoapActionHeader property.
- setJmsTemplate(JmsTemplate) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the JMS template.
- setMessageConverter(JmsMessageConverter) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets the message converter.
- setPollingInterval(long) - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Sets the pollingInterval.
- setPubSubDomain(boolean) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
Sets if domain uses topics instead of queues.
- setQueueNames(List<String>) - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
List of queue names to purge.
- setQueues(List<Queue>) - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
List of queues.
- setReceiveTimeout(long) - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
Receive timeout for reading message from a destination.
- setReplyDestination(Destination) - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Set the reply destination.
- setReplyDestinationName(String) - Method in class com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Set the reply destination name.
- setSleepTime(long) - Method in class com.consol.citrus.jms.actions.PurgeJmsQueuesAction
-
Sets the sleepTime.
- setSoapMessageFactory(SoapMessageFactory) - Method in class com.consol.citrus.jms.message.SoapJmsMessageConverter
-
Sets the soapMessageFactory.
- setUseObjectMessages(boolean) - Method in class com.consol.citrus.jms.endpoint.JmsEndpointConfiguration
-
- SoapJmsMessageConverter - Class in com.consol.citrus.jms.message
-
Special message converter automatically adds SOAP envelope with proper SOAP header and body elements.
- SoapJmsMessageConverter() - Constructor for class com.consol.citrus.jms.message.SoapJmsMessageConverter
-
- start() - Method in class com.consol.citrus.jms.endpoint.JmsTopicSubscriber
-
- stop() - Method in class com.consol.citrus.jms.endpoint.JmsTopicSubscriber
-