Skip navigation links
A B C D E G H I J L M N O P Q R S T V 

A

ack(JmsConnection, String) - Method in class org.mule.extensions.jms.api.operation.JmsAck
Allows the user to perform an ACK when the AckMode.MANUAL mode is elected while consuming the Message.
AckMode - Enum in org.mule.extensions.jms.api.config
Declares the kind of Acknowledgement mode supported.
ActiveMQConnectionFactoryConfiguration - Class in org.mule.extensions.jms.api.connection.factory.activemq
Contains the parameters required to configure an ActiveMQConnectionFactory
ActiveMQConnectionFactoryConfiguration() - Constructor for class org.mule.extensions.jms.api.connection.factory.activemq.ActiveMQConnectionFactoryConfiguration
 
ActiveMQConnectionFactoryProvider - Class in org.mule.extensions.jms.internal.connection.provider.activemq
An ActiveMQConnectionFactory provider.
ActiveMQConnectionFactoryProvider() - Constructor for class org.mule.extensions.jms.internal.connection.provider.activemq.ActiveMQConnectionFactoryProvider
 
ActiveMQConnectionProvider - Class in org.mule.extensions.jms.internal.connection.provider.activemq
A ConnectionProvider that contains custom logic to handle ActiveMQ connections in particular
ActiveMQConnectionProvider() - Constructor for class org.mule.extensions.jms.internal.connection.provider.activemq.ActiveMQConnectionProvider
 
ActiveMQException - Exception in org.mule.extensions.jms.internal.connection.exception
Generic JmsExtensionException thrown by the ActiveMQConnectionProvider when an error occurs related to an ActiveMQConnectionFactory
ActiveMQException(String) - Constructor for exception org.mule.extensions.jms.internal.connection.exception.ActiveMQException
 
ActiveMQException(String, Exception) - Constructor for exception org.mule.extensions.jms.internal.connection.exception.ActiveMQException
 
appliesTo(ConnectionFactory) - Method in interface org.mule.extensions.jms.api.connection.caching.CachingStrategy
We only wrap connection factories that: - aren't instances of XAConnectionFactory - haven't already been wrapped - aren't already a caching factory
appliesTo(ConnectionFactory) - Method in class org.mule.extensions.jms.api.connection.caching.DefaultCachingStrategy
We only wrap connection factories that: - aren't instances of XAConnectionFactory - haven't already been wrapped - aren't already a caching factory
appliesTo(ConnectionFactory) - Method in class org.mule.extensions.jms.api.connection.caching.NoCachingConfiguration
We only wrap connection factories that: - aren't instances of XAConnectionFactory - haven't already been wrapped - aren't already a caching factory
asMap() - Method in interface org.mule.extensions.jms.api.message.JmsMessageProperties
 
asMap() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
asMap() - Method in class org.mule.extensions.jms.internal.message.DefaultJmsProperties
 

B

BaseConnectionProvider - Class in org.mule.extensions.jms.internal.connection.provider
Base implementation of a PoolingConnectionProvider for JmsConnections
BaseConnectionProvider() - Constructor for class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
BODY_CONTENT_TYPE_JMS_PROPERTY - Static variable in class org.mule.extensions.jms.api.message.MessageBuilder
 
BODY_ENCODING_JMS_PROPERTY - Static variable in class org.mule.extensions.jms.api.message.MessageBuilder
 
build(JmsSupport, Session, JmsConfig) - Method in class org.mule.extensions.jms.api.message.MessageBuilder
Creates a Message based on the provided configurations

C

cache - Variable in class org.mule.extensions.jms.api.connection.factory.jndi.CachedJndiNameResolver
 
CachedJndiNameResolver - Class in org.mule.extensions.jms.api.connection.factory.jndi
Defines a JndiNameResolver that uses a cache in order to store the already resolved names.
CachedJndiNameResolver() - Constructor for class org.mule.extensions.jms.api.connection.factory.jndi.CachedJndiNameResolver
 
CachingConfiguration - Interface in org.mule.extensions.jms.api.connection.caching
Provides the configuration elements required to configure a JmsCachingConnectionFactory
CachingStrategy - Interface in org.mule.extensions.jms.api.connection.caching
Defines the strategy to be used for caching of Sessions and Connections
close() - Method in class org.mule.extensions.jms.api.connection.JmsSession
 
close() - Method in class org.mule.extensions.jms.internal.consume.JmsMessageConsumer
 
close() - Method in class org.mule.extensions.jms.internal.publish.JmsMessageProducer
 
connect() - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
consume(JmsConnection, JmsConfig, String, ConsumerType, AckMode, String, String, String, Long, TimeUnit) - Method in class org.mule.extensions.jms.api.operation.JmsConsume
Operation that allows the user to consume a single Message from a given Destination.
consume(Long) - Method in class org.mule.extensions.jms.internal.consume.JmsMessageConsumer
 
ConsumerType - Interface in org.mule.extensions.jms.api.destination
Implementations of this interface provide a way to configure custom properties for a consumer based on the destination kind from which consumption will occurr
createConnection(String, String) - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
createConnection(ConnectionFactory, String, String) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Creates a new Connection with custom user/password authentication
createConnection(ConnectionFactory) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Creates a new Connection
createConnection(ConnectionFactory, String, String) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Creates a new Connection with custom user/password authentication
createConnection(ConnectionFactory) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Creates a new Connection
createConnection(ConnectionFactory) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Creates a new Connection
createConnection(ConnectionFactory, String, String) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Creates a new Connection with custom user/password authentication
createConsumer(Session, Destination, String, ConsumerType) - Method in class org.mule.extensions.jms.api.connection.JmsConnection
Creates a new JMS MessageConsumer using the given Session
createConsumer(Session, Destination, String, ConsumerType) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Creates a new JMS MessageConsumer using the given Session
createConsumer(Session, Destination, String, ConsumerType) - Method in class org.mule.extensions.jms.internal.support.Jms11Support
Creates a new JMS MessageConsumer using the given Session
createConsumer(Session, Destination, String, ConsumerType) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Creates a new JMS MessageConsumer using the given Session
createConsumer(Session, Destination, String, ConsumerType) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Creates a new JMS MessageConsumer using the given Session
createContext() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
createContext(String, String) - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
createContext(String, String, int) - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
createContext(int) - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
createContext() - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
createContext(String, String) - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
createContext(String, String, int) - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
createContext(int) - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
createDestination(Session, String, boolean) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Creates a new JMS Destination with the given name.
createDestination(Session, String, boolean) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Creates a new JMS Destination with the given name.
createDestination(Session, String, boolean) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Creates a new JMS Destination with the given name.
createDestinationFromJndi(String) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
 
createEmptyResult() - Method in class org.mule.extensions.jms.internal.message.JmsResultFactory
Creates an empty Result
createJmsSupport() - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
A jmsConnectionFactory method to create various JmsSupport class versions.
createJmsSupport() - Method in class org.mule.extensions.jms.internal.connection.provider.GenericConnectionProvider
A factory method to create various JmsSupport class versions.
createProducer(Session, Destination, boolean) - Method in class org.mule.extensions.jms.api.connection.JmsConnection
Creates a new JMS MessageProducer using the given Session
createProducer(Session, Destination, boolean) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Creates a new JMS MessageProducer using the given Session
createProducer(Session, Destination, boolean) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Creates a new JMS MessageProducer using the given Session
createProducer(Session, Destination, boolean) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Creates a new JMS MessageProducer using the given Session
createQueueConnection(String, String) - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
createResult(Message, JmsSpecification, String, String, Optional<String>) - Method in class org.mule.extensions.jms.internal.message.JmsResultFactory
Creates a Result from a JMS Message based on the current configurations
createSession(AckMode, boolean) - Method in class org.mule.extensions.jms.api.connection.JmsConnection
Creates a new JMS Session using the current Connection
createSession(Connection, boolean, boolean, int) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Creates a new Session for the given Connection
createSession(Connection, boolean, boolean, int) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Creates a new Session for the given Connection
createSession(Connection, boolean, boolean, int) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Creates a new Session for the given Connection
createTemporaryDestination(Session) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Creates an anonymous temporary Queue Destination
createTemporaryDestination(Session) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Creates an anonymous temporary Queue Destination
createTemporaryDestination(Session) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Creates an anonymous temporary Queue Destination
createTopicConnection(String, String) - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 

D

DefaultCachingStrategy - Class in org.mule.extensions.jms.api.connection.caching
Default implementation of CachingConfiguration that not only enables caching but also provides default values for all the configurable parameters
DefaultCachingStrategy() - Constructor for class org.mule.extensions.jms.api.connection.caching.DefaultCachingStrategy
 
DefaultJmsProperties - Class in org.mule.extensions.jms.internal.message
 
DefaultJmsProperties(Map<String, Object>) - Constructor for class org.mule.extensions.jms.internal.message.DefaultJmsProperties
 
DestinationNotFoundException - Exception in org.mule.extensions.jms.api.exception
Custom Exception thrown when the extension was not able to create a given Destination
DestinationNotFoundException(String) - Constructor for exception org.mule.extensions.jms.api.exception.DestinationNotFoundException
 
DestinationType - Enum in org.mule.extensions.jms.api.destination
Type identifier for a Destination.
disconnect(JmsConnection) - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
dispose() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
dispose() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.SimpleJndiNameResolver
 
dispose() - Method in class org.mule.extensions.jms.api.connection.JmsConnection
 
dispose() - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
dispose() - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
doAck(String) - Method in class org.mule.extensions.jms.api.connection.JmsConnection
Executes the Message.acknowledge() on the latest Message associated to the Session identified by the ackId
doClose(JmsConnection) - Method in class org.mule.extensions.jms.internal.connection.provider.activemq.ActiveMQConnectionProvider
 
doClose(JmsConnection) - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
doCreateConnection() - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
doStop(JmsConnection) - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 

E

encodeKey(String) - Static method in class org.mule.extensions.jms.internal.message.JmsMessageUtils
Encode a String so that is is a valid JMS header name
enrichException(Exception) - Method in class org.mule.extensions.jms.api.exception.JmsExceptionHandler
 
equals(Object) - Method in class org.mule.extensions.jms.internal.message.DefaultJmsProperties
 
evaluateMessageAck(JmsConnection, AckMode, JmsSession, Message) - Static method in class org.mule.extensions.jms.internal.common.JmsOperationCommons
 

G

GenericConnectionParameters - Class in org.mule.extensions.jms.internal.connection.param
Common connection parameters for the BaseConnectionProvider
GenericConnectionParameters() - Constructor for class org.mule.extensions.jms.internal.connection.param.GenericConnectionParameters
 
GenericConnectionProvider - Class in org.mule.extensions.jms.internal.connection.provider
Generic implementation of a JMS ConnectionProvider.
GenericConnectionProvider() - Constructor for class org.mule.extensions.jms.internal.connection.provider.GenericConnectionProvider
 
get() - Method in class org.mule.extensions.jms.api.connection.JmsConnection
 
get() - Method in class org.mule.extensions.jms.api.connection.JmsSession
 
getAckId() - Method in class org.mule.extensions.jms.api.connection.JmsSession
 
getAckId() - Method in interface org.mule.extensions.jms.api.message.JmsAttributes
 
getAckMode() - Method in enum org.mule.extensions.jms.api.config.AckMode
 
getAckMode() - Method in class org.mule.extensions.jms.api.config.JmsConsumerConfig
 
getBody() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getBrokerUrl() - Method in class org.mule.extensions.jms.api.connection.factory.activemq.ActiveMQConnectionFactoryConfiguration
 
getCategoryName() - Method in class org.mule.extensions.jms.internal.metadata.JmsOutputResolver
 
getClientId() - Method in class org.mule.extensions.jms.internal.connection.param.GenericConnectionParameters
 
getConnectionFactory() - Method in class org.mule.extensions.jms.internal.connection.provider.activemq.ActiveMQConnectionFactoryProvider
 
getConnectionFactory() - Method in class org.mule.extensions.jms.internal.connection.provider.activemq.ActiveMQConnectionProvider
 
getConnectionFactory() - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
Template method for obtaining the ConnectionFactory to be used for creating the JmsConnections
getConnectionFactory() - Method in class org.mule.extensions.jms.internal.connection.provider.GenericConnectionProvider
 
getConnectionFactoryJndiName() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
getConnectionFactoryProvider() - Method in class org.mule.extensions.jms.internal.connection.provider.activemq.ActiveMQConnectionProvider
 
getConnectionParameters() - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
getConsumerConfig() - Method in class org.mule.extensions.jms.api.config.JmsConfig
 
getConsumerType() - Method in class org.mule.extensions.jms.api.config.JmsConsumerConfig
 
getContentType() - Method in class org.mule.extensions.jms.api.config.JmsConfig
 
getContentType() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getCorrelationId() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getCustomJndiNameResolver() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolverProvider
 
getDeliveryDelay() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
getDeliveryDelay() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
getDeliveryDelayUnit() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
getDeliveryDelayUnit() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
getDestination() - Method in class org.mule.extensions.jms.api.destination.JmsDestination
 
getDestinationType() - Method in class org.mule.extensions.jms.api.destination.JmsDestination
 
getEncoding() - Method in class org.mule.extensions.jms.api.config.JmsConfig
 
getEncoding() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getErrorTypes() - Method in class org.mule.extensions.jms.api.exception.JmsAckErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.extensions.jms.api.exception.JmsConsumeErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.extensions.jms.api.exception.JmsPublishConsumeErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.extensions.jms.api.exception.JmsPublisherErrorTypeProvider
 
getHeaders() - Method in interface org.mule.extensions.jms.api.message.JmsAttributes
 
getInitialRedeliveryDelay() - Method in class org.mule.extensions.jms.api.connection.factory.activemq.ActiveMQConnectionFactoryConfiguration
 
getJMSCorrelationID() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
Used to link one message with another.
getJMSDeliveryMode() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
 
getJMSDeliveryTime() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
Present only in JMS 2.0 Messages
getJMSDestination() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
 
getJMSExpiration() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
JMS provider calculates its expiration time by adding the timeToLive value specified on the send method to the time the message was sent (for transacted sends, this is the time the client sends the message, not the time the transaction is committed)
getJMSMessageID() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
 
getJMSPriority() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
JMS defines a ten level priority value with 0 as the lowest priority and 9 as the highest.
getJmsProperties() - Method in interface org.mule.extensions.jms.api.message.JmsMessageProperties
 
getJmsProperties() - Method in class org.mule.extensions.jms.internal.message.DefaultJmsProperties
 
getJMSRedelivered() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
If true, it is likely, but not guaranteed, that this message was delivered but not acknowledged in the past.
getJMSReplyTo() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
 
getJmsSupport() - Method in class org.mule.extensions.jms.api.connection.JmsConnection
 
getJmsSupport() - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
getJMSTimestamp() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
 
getJmsType() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
getJMSType() - Method in interface org.mule.extensions.jms.api.message.JmsHeaders
 
getJmsType() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getJMSXAppID() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJMSXConsumerTXID() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJMSXDeliveryCount() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJMSXGroupID() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJMSXGroupSeq() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJMSXProducerTXID() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJmsxProperties() - Method in interface org.mule.extensions.jms.api.message.JmsMessageProperties
 
getJmsxProperties() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getJmsxProperties() - Method in class org.mule.extensions.jms.internal.message.DefaultJmsProperties
 
getJMSXRcvTimestamp() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJMSXUserID() - Method in class org.mule.extensions.jms.api.message.JmsxProperties
 
getJndiDestination(String) - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
getJndiDestination(String) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
 
getJndiInitialContextFactory() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolverProperties
 
getJndiProviderUrl() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolverProperties
 
getLookupDestination() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
getLookupJndiDestination() - Method in class org.mule.extensions.jms.internal.support.Jms20Support
 
getMaxRedelivery() - Method in class org.mule.extensions.jms.api.config.JmsConsumerConfig
 
getMaxRedelivery() - Method in class org.mule.extensions.jms.api.connection.factory.activemq.ActiveMQConnectionFactoryConfiguration
 
getMessageBuilder() - Method in class org.mule.extensions.jms.api.source.JmsListenerResponseBuilder
 
getName() - Method in enum org.mule.extensions.jms.api.connection.JmsSpecification
 
getNameResolverBuilder() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolverProvider
 
getNameResolverProvider() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
getOutputType(MetadataContext, Object) - Method in class org.mule.extensions.jms.internal.metadata.JmsOutputResolver
 
getOverrides() - Method in class org.mule.extensions.jms.api.source.JmsListenerResponseBuilder
 
getParent() - Method in enum org.mule.extensions.jms.api.exception.JmsErrors
 
getPassword() - Method in class org.mule.extensions.jms.internal.connection.param.GenericConnectionParameters
 
getPriority() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
getPriority() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
getProducerConfig() - Method in class org.mule.extensions.jms.api.config.JmsConfig
 
getProperties() - Method in interface org.mule.extensions.jms.api.message.JmsAttributes
 
getProperties() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getProviderProperties() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolverProperties
 
getRedeliveryDelay() - Method in class org.mule.extensions.jms.api.connection.factory.activemq.ActiveMQConnectionFactoryConfiguration
 
getReplyTo() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
getSelector() - Method in class org.mule.extensions.jms.api.config.JmsConsumerConfig
 
getSessionCacheSize() - Method in interface org.mule.extensions.jms.api.connection.caching.CachingConfiguration
 
getSessionCacheSize() - Method in class org.mule.extensions.jms.api.connection.caching.DefaultCachingStrategy
 
getSpecification() - Method in class org.mule.extensions.jms.internal.connection.param.GenericConnectionParameters
 
getSpecification() - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
getSpecification() - Method in class org.mule.extensions.jms.internal.support.Jms11Support
getSpecification() - Method in class org.mule.extensions.jms.internal.support.Jms20Support
getSpecification() - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
 
getSubscriptionName() - Method in class org.mule.extensions.jms.api.destination.TopicConsumer
 
getTimeToLive() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
getTimeToLive() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
getTimeToLiveUnit() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
getTimeToLiveUnit() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
getUsername() - Method in class org.mule.extensions.jms.internal.connection.param.GenericConnectionParameters
 
getUserProperties() - Method in interface org.mule.extensions.jms.api.message.JmsMessageProperties
 
getUserProperties() - Method in class org.mule.extensions.jms.internal.message.DefaultJmsProperties
 

H

hashCode() - Method in class org.mule.extensions.jms.internal.message.DefaultJmsProperties
 

I

initialise() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.CachedJndiNameResolver
 
initialise() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
initialise() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.SimpleJndiNameResolver
 
initialise() - Method in class org.mule.extensions.jms.api.destination.TopicConsumer
 
initialise() - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
isConsumersCache() - Method in interface org.mule.extensions.jms.api.connection.caching.CachingConfiguration
 
isConsumersCache() - Method in class org.mule.extensions.jms.api.connection.caching.DefaultCachingStrategy
 
isDisableMessageId() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
isDisableMessageId() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
isDisableMessageTimestamp() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
isDisableMessageTimestamp() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
isDurable() - Method in class org.mule.extensions.jms.api.destination.TopicConsumer
 
isEnableXA() - Method in class org.mule.extensions.jms.api.connection.factory.activemq.ActiveMQConnectionFactoryConfiguration
 
isNoLocal() - Method in class org.mule.extensions.jms.api.destination.TopicConsumer
 
isPersistentDelivery() - Method in class org.mule.extensions.jms.api.config.JmsProducerConfig
 
isPersistentDelivery() - Method in class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
isProducersCache() - Method in interface org.mule.extensions.jms.api.connection.caching.CachingConfiguration
 
isProducersCache() - Method in class org.mule.extensions.jms.api.connection.caching.DefaultCachingStrategy
 
isSendContentType() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
isSendEncoding() - Method in class org.mule.extensions.jms.api.message.MessageBuilder
 
isShared() - Method in class org.mule.extensions.jms.api.destination.TopicConsumer
 
isTopic() - Method in interface org.mule.extensions.jms.api.destination.ConsumerType
 
isTopic() - Method in enum org.mule.extensions.jms.api.destination.DestinationType
 
isTopic() - Method in class org.mule.extensions.jms.api.destination.QueueConsumer
isTopic() - Method in class org.mule.extensions.jms.api.destination.TopicConsumer

J

Jms102bSupport - Class in org.mule.extensions.jms.internal.support
Jms102bSupport is a template class to provide an abstraction to to the Jms 1.0.2b api specification.
Jms102bSupport() - Constructor for class org.mule.extensions.jms.internal.support.Jms102bSupport
 
Jms102bSupport(LookupJndiDestination, Function<String, Optional<Destination>>) - Constructor for class org.mule.extensions.jms.internal.support.Jms102bSupport
 
Jms11Support - Class in org.mule.extensions.jms.internal.support
Jms11Support is a template class to provide an abstraction to to the JMS 1.1 API specification.
Jms11Support() - Constructor for class org.mule.extensions.jms.internal.support.Jms11Support
 
Jms11Support(LookupJndiDestination, Function<String, Optional<Destination>>) - Constructor for class org.mule.extensions.jms.internal.support.Jms11Support
 
Jms20Support - Class in org.mule.extensions.jms.internal.support
Jms20Support is a template class to provide an abstraction to to the JMS 2.0 API specification.
Jms20Support() - Constructor for class org.mule.extensions.jms.internal.support.Jms20Support
 
Jms20Support(LookupJndiDestination, Function<String, Optional<Destination>>) - Constructor for class org.mule.extensions.jms.internal.support.Jms20Support
 
JmsAck - Class in org.mule.extensions.jms.api.operation
Operation that allows the user to perform an ACK over a Message produced by the current JmsSession
JmsAck() - Constructor for class org.mule.extensions.jms.api.operation.JmsAck
 
JmsAckErrorTypeProvider - Class in org.mule.extensions.jms.api.exception
Errors that can be thrown in the JmsAck.ack(JmsConnection, String) operation.
JmsAckErrorTypeProvider() - Constructor for class org.mule.extensions.jms.api.exception.JmsAckErrorTypeProvider
 
JmsAckException - Exception in org.mule.extensions.jms.api.exception
ModuleException to be thrown in the cases in which acking a message fails
JmsAckException(String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsAckException
Creates a new instance with the specified detail message
JmsAckException(String, Exception) - Constructor for exception org.mule.extensions.jms.api.exception.JmsAckException
Creates a new instance with the specified detail message
JmsAttributes - Interface in org.mule.extensions.jms.api.message
Contains all the metadata of a JMS Message, it carries information such as the Headers, the Properties and the required ID for performing an ACK on the Message.
JmsCachingConnectionFactory - Class in org.mule.extensions.jms.internal.connection
Decorates the JMS ConnectionFactory in order to ensure JMS session instances are reused.
JmsCachingConnectionFactory(ConnectionFactory, String, String, String, CachingConfiguration, JmsSupport, ExceptionListener) - Constructor for class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
JmsCallbackConnectionException - Exception in org.mule.extensions.jms.api.exception
Custom MuleRuntimeException to be used in a JMS Connection ExceptionListener
JmsCallbackConnectionException(JMSException) - Constructor for exception org.mule.extensions.jms.api.exception.JmsCallbackConnectionException
 
JmsConfig - Class in org.mule.extensions.jms.api.config
Base configuration for JmsExtension
JmsConfig() - Constructor for class org.mule.extensions.jms.api.config.JmsConfig
 
JmsConnection - Class in org.mule.extensions.jms.api.connection
A Connection for the JmsExtension
JmsConnection(JmsSupport, Connection) - Constructor for class org.mule.extensions.jms.api.connection.JmsConnection
 
JmsConsume - Class in org.mule.extensions.jms.api.operation
Operation that allows the user to consume a single Message from a given Destination
JmsConsume() - Constructor for class org.mule.extensions.jms.api.operation.JmsConsume
 
JmsConsumeErrorTypeProvider - Class in org.mule.extensions.jms.api.exception
JmsConsumeErrorTypeProvider() - Constructor for class org.mule.extensions.jms.api.exception.JmsConsumeErrorTypeProvider
 
JmsConsumeException - Exception in org.mule.extensions.jms.api.exception
ModuleException to be thrown in the cases in which the received content to be written is invalid.
JmsConsumeException(String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumeException(String, Exception) - Constructor for exception org.mule.extensions.jms.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumeException(String, JmsErrors) - Constructor for exception org.mule.extensions.jms.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumeException(String, JmsErrors, Exception) - Constructor for exception org.mule.extensions.jms.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumerConfig - Class in org.mule.extensions.jms.api.config
Configuration parameters for consuming messages from a JMS Queue or Topics
JmsConsumerConfig() - Constructor for class org.mule.extensions.jms.api.config.JmsConsumerConfig
 
JmsDestination - Class in org.mule.extensions.jms.api.destination
Representation of a Destination that contains it's identifier name and kind of Destination
JmsDestination() - Constructor for class org.mule.extensions.jms.api.destination.JmsDestination
 
JmsDestination(String, DestinationType) - Constructor for class org.mule.extensions.jms.api.destination.JmsDestination
 
JmsErrors - Enum in org.mule.extensions.jms.api.exception
Errors for the JMS extension
JmsExceptionHandler - Class in org.mule.extensions.jms.api.exception
ExceptionHandler for the JMS extension.
JmsExceptionHandler() - Constructor for class org.mule.extensions.jms.api.exception.JmsExceptionHandler
 
JmsExtension - Class in org.mule.extensions.jms
JmsExtension is a JMS 1.0.2b, 1.1 and 2.0 compliant MuleSoft Extension, used to consume and produce JMS Messages.
JmsExtension() - Constructor for class org.mule.extensions.jms.JmsExtension
 
JmsExtensionException - Exception in org.mule.extensions.jms.api.exception
Custom generic exception for JmsExtension thrown errors
JmsExtensionException(String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsExtensionException
JmsExtensionException(Exception, String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsExtensionException
JmsExtensionException(String, JmsErrors) - Constructor for exception org.mule.extensions.jms.api.exception.JmsExtensionException
Creates a new instance with the specified detail message
JmsExtensionException(Exception, JmsErrors, String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsExtensionException
Creates a new instance with the specified detail message
JmsHeaders - Interface in org.mule.extensions.jms.api.message
JMS header fields contain values used by both clients and providers to identify and route messages.
JmsIllegalBodyException - Exception in org.mule.extensions.jms.api.exception
ModuleException to be thrown in the cases in which a message body invalid or cannot be converted to a supported type
JmsIllegalBodyException(String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsIllegalBodyException
Creates a new instance with the specified detail message
JmsIllegalBodyException(String, Exception) - Constructor for exception org.mule.extensions.jms.api.exception.JmsIllegalBodyException
Creates a new instance with the specified detail message
JmsListener - Class in org.mule.extensions.jms.api.source
JMS Subscriber for Destinations, allows to listen for incoming Messages
JmsListener() - Constructor for class org.mule.extensions.jms.api.source.JmsListener
 
JmsListenerResponseBuilder - Class in org.mule.extensions.jms.api.source
Component that allows to configure JMS response.
JmsListenerResponseBuilder() - Constructor for class org.mule.extensions.jms.api.source.JmsListenerResponseBuilder
 
JmsMessageConsumer - Class in org.mule.extensions.jms.internal.consume
Wrapper implementation of a JMS MessageConsumer
JmsMessageConsumer(MessageConsumer) - Constructor for class org.mule.extensions.jms.internal.consume.JmsMessageConsumer
 
JmsMessageProducer - Class in org.mule.extensions.jms.internal.publish
Wrapper implementation of a JMS MessageProducer
JmsMessageProducer(JmsSupport, MessageProducer, boolean) - Constructor for class org.mule.extensions.jms.internal.publish.JmsMessageProducer
 
JmsMessageProperties - Interface in org.mule.extensions.jms.api.message
Container element for all the properties present in a JMS Message.
JmsMessageUtils - Class in org.mule.extensions.jms.internal.message
JmsMessageUtils contains helper method for dealing with JMS messages in Mule.
JmsMessageUtils() - Constructor for class org.mule.extensions.jms.internal.message.JmsMessageUtils
 
JmsOperationCommons - Class in org.mule.extensions.jms.internal.common
Utility class for Jms Operations
JmsOperationCommons() - Constructor for class org.mule.extensions.jms.internal.common.JmsOperationCommons
 
JmsOutputResolver - Class in org.mule.extensions.jms.internal.metadata
An OutputTypeResolver for JMS operations
JmsOutputResolver() - Constructor for class org.mule.extensions.jms.internal.metadata.JmsOutputResolver
 
JmsProducerConfig - Class in org.mule.extensions.jms.api.config
Configuration parameters for sending messages to a JMS Queue or Topic
JmsProducerConfig() - Constructor for class org.mule.extensions.jms.api.config.JmsProducerConfig
 
JmsPublish - Class in org.mule.extensions.jms.api.operation
Operation that allows the user to send a message to a JMS Destination
JmsPublish() - Constructor for class org.mule.extensions.jms.api.operation.JmsPublish
 
JmsPublishConsume - Class in org.mule.extensions.jms.api.operation
Operation that allows the user to send a message to a JMS Destination and waits for a response either to the provided ReplyTo destination or to a temporary Destination created dynamically
JmsPublishConsume() - Constructor for class org.mule.extensions.jms.api.operation.JmsPublishConsume
 
JmsPublishConsumeErrorTypeProvider - Class in org.mule.extensions.jms.api.exception
JmsPublishConsumeErrorTypeProvider() - Constructor for class org.mule.extensions.jms.api.exception.JmsPublishConsumeErrorTypeProvider
 
JmsPublisherErrorTypeProvider - Class in org.mule.extensions.jms.api.exception
JmsPublisherErrorTypeProvider() - Constructor for class org.mule.extensions.jms.api.exception.JmsPublisherErrorTypeProvider
 
JmsPublishException - Exception in org.mule.extensions.jms.api.exception
ModuleException to be thrown in the cases in which the received content to be written is invalid.
JmsPublishException(String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishException(String, Exception) - Constructor for exception org.mule.extensions.jms.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishException(String, JmsErrors) - Constructor for exception org.mule.extensions.jms.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishException(String, JmsErrors, Exception) - Constructor for exception org.mule.extensions.jms.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishParameters - Class in org.mule.extensions.jms.internal.publish
Contains the parameters that can override the default values for publishing a Message
JmsPublishParameters() - Constructor for class org.mule.extensions.jms.internal.publish.JmsPublishParameters
 
JmsResultFactory - Class in org.mule.extensions.jms.internal.message
Factory class for creating an Operation Result based on a JMS Message
JmsResultFactory() - Constructor for class org.mule.extensions.jms.internal.message.JmsResultFactory
 
JmsSession - Class in org.mule.extensions.jms.api.connection
Wrapper element for a JMS Session that relates the session with its AckID
JmsSession(Session) - Constructor for class org.mule.extensions.jms.api.connection.JmsSession
 
JmsSession(Session, String) - Constructor for class org.mule.extensions.jms.api.connection.JmsSession
 
JmsSpecification - Enum in org.mule.extensions.jms.api.connection
Versions of the JMS Spec supported by the JmsExtension
JmsSupport - Interface in org.mule.extensions.jms.internal.support
JmsSupport is an interface that provides a polymorphic facade to the JMS 1.0.2b, 1.1 and 2.0 API specifications.
JmsTimeoutException - Exception in org.mule.extensions.jms.api.exception
ModuleException that represents an error when consuming a Message but a timeout is reached before the Message arrives
JmsTimeoutException(String) - Constructor for exception org.mule.extensions.jms.api.exception.JmsTimeoutException
Creates a new instance with the specified detail message
JMSX_NAMES - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXAppID - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXConsumerTXID - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXDefinedPropertiesNames - Class in org.mule.extensions.jms.internal.message
Declaration of the predefined names for JMSX properties, according to JMS spec.
JMSXDefinedPropertiesNames() - Constructor for class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXDeliveryCount - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXGroupID - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXGroupSeq - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXProducerTXID - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JmsxProperties - Class in org.mule.extensions.jms.api.message
JMS reserves the 'JMSX' property name prefix for JMS defined properties.
JmsxProperties() - Constructor for class org.mule.extensions.jms.api.message.JmsxProperties
 
JmsxProperties(String, String, Integer, String, Integer, String, String, Long) - Constructor for class org.mule.extensions.jms.api.message.JmsxProperties
 
JMSXRcvTimestamp - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JMSXUserID - Static variable in class org.mule.extensions.jms.internal.message.JMSXDefinedPropertiesNames
 
JndiConnectionFactory - Class in org.mule.extensions.jms.api.connection.factory.jndi
A ConnectionFactory that wraps a delegate that is discovered using a JndiNameResolver
JndiConnectionFactory() - Constructor for class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
JndiNameResolver - Interface in org.mule.extensions.jms.api.connection.factory.jndi
Defines a strategy for lookup objects by name using JNDI.
JndiNameResolverProperties - Class in org.mule.extensions.jms.api.connection.factory.jndi
Declares the properties required to create a JndiNameResolver
JndiNameResolverProperties() - Constructor for class org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolverProperties
 
JndiNameResolverProvider - Class in org.mule.extensions.jms.api.connection.factory.jndi
Provides a JndiNameResolver or the set of properties required to create one, represented by JndiNameResolverProperties
JndiNameResolverProvider() - Constructor for class org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolverProvider
 

L

listen(MessageListener) - Method in class org.mule.extensions.jms.internal.consume.JmsMessageConsumer
 
lookup(String) - Method in class org.mule.extensions.jms.api.connection.factory.jndi.CachedJndiNameResolver
 
lookup(String) - Method in interface org.mule.extensions.jms.api.connection.factory.jndi.JndiNameResolver
Looks up an object by name.
lookup(String) - Method in class org.mule.extensions.jms.api.connection.factory.jndi.SimpleJndiNameResolver
 
LookupJndiDestination - Enum in org.mule.extensions.jms.api.connection
Defines the behaviours that are supported when looking for a destination based on its name while using a JNDI name resolver.

M

MessageBuilder - Class in org.mule.extensions.jms.api.message
Enables the creation of an outgoing Message.
MessageBuilder() - Constructor for class org.mule.extensions.jms.api.message.MessageBuilder
 

N

NoCachingConfiguration - Class in org.mule.extensions.jms.api.connection.caching
Implementation of CachingConfiguration that disables session caching This CachingConfiguration is the recommended only if an external CachingConnectionFactory is already being parametrized or if this extension is being used in the context of a Java EE web or EJB application.
NoCachingConfiguration() - Constructor for class org.mule.extensions.jms.api.connection.caching.NoCachingConfiguration
 

O

onError(Error, SourceCallbackContext) - Method in class org.mule.extensions.jms.api.source.JmsListener
 
onReturn(JmsConnection) - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
onStart(SourceCallback<Object, JmsAttributes>) - Method in class org.mule.extensions.jms.api.source.JmsListener
 
onStop() - Method in class org.mule.extensions.jms.api.source.JmsListener
 
onSuccess(JmsListenerResponseBuilder, SourceCallbackContext) - Method in class org.mule.extensions.jms.api.source.JmsListener
 
org.mule.extensions.jms - package org.mule.extensions.jms
 
org.mule.extensions.jms.api.config - package org.mule.extensions.jms.api.config
 
org.mule.extensions.jms.api.connection - package org.mule.extensions.jms.api.connection
 
org.mule.extensions.jms.api.connection.caching - package org.mule.extensions.jms.api.connection.caching
 
org.mule.extensions.jms.api.connection.factory.activemq - package org.mule.extensions.jms.api.connection.factory.activemq
 
org.mule.extensions.jms.api.connection.factory.jndi - package org.mule.extensions.jms.api.connection.factory.jndi
 
org.mule.extensions.jms.api.destination - package org.mule.extensions.jms.api.destination
 
org.mule.extensions.jms.api.exception - package org.mule.extensions.jms.api.exception
 
org.mule.extensions.jms.api.message - package org.mule.extensions.jms.api.message
 
org.mule.extensions.jms.api.operation - package org.mule.extensions.jms.api.operation
 
org.mule.extensions.jms.api.source - package org.mule.extensions.jms.api.source
 
org.mule.extensions.jms.internal.common - package org.mule.extensions.jms.internal.common
 
org.mule.extensions.jms.internal.connection - package org.mule.extensions.jms.internal.connection
 
org.mule.extensions.jms.internal.connection.exception - package org.mule.extensions.jms.internal.connection.exception
 
org.mule.extensions.jms.internal.connection.param - package org.mule.extensions.jms.internal.connection.param
 
org.mule.extensions.jms.internal.connection.provider - package org.mule.extensions.jms.internal.connection.provider
 
org.mule.extensions.jms.internal.connection.provider.activemq - package org.mule.extensions.jms.internal.connection.provider.activemq
 
org.mule.extensions.jms.internal.consume - package org.mule.extensions.jms.internal.consume
 
org.mule.extensions.jms.internal.message - package org.mule.extensions.jms.internal.message
 
org.mule.extensions.jms.internal.metadata - package org.mule.extensions.jms.internal.metadata
 
org.mule.extensions.jms.internal.publish - package org.mule.extensions.jms.internal.publish
 
org.mule.extensions.jms.internal.support - package org.mule.extensions.jms.internal.support
 

P

publish(JmsConfig, JmsConnection, String, DestinationType, MessageBuilder, JmsPublishParameters) - Method in class org.mule.extensions.jms.api.operation.JmsPublish
Operation that allows the user to send a Message to a JMS {@link Destination
publish(Message, JmsProducerConfig, JmsPublishParameters) - Method in class org.mule.extensions.jms.internal.publish.JmsMessageProducer
 
publishConsume(JmsConfig, JmsConnection, String, MessageBuilder, AckMode, long, TimeUnit, JmsPublishParameters) - Method in class org.mule.extensions.jms.api.operation.JmsPublishConsume
Operation that allows the user to send a message to a JMS Destination and waits for a response either to the provided ReplyTo destination or to a temporary Destination created dynamically

Q

QueueConsumer - Class in org.mule.extensions.jms.api.destination
Implementation of ConsumerType that marks the consumed Destination as a Queue.
QueueConsumer() - Constructor for class org.mule.extensions.jms.api.destination.QueueConsumer
 

R

registerMessageForAck(String, Message) - Method in class org.mule.extensions.jms.api.connection.JmsConnection
Registers the Message to the Session using the ackId in order to being able later to perform a AckMode.MANUAL ACK
releaseResources() - Method in class org.mule.extensions.jms.api.connection.JmsConnection
Release the resources related to the Session, Producers and Consumers that may have been allocated by this Connection.
resolveMessageContentType(Message, String) - Static method in class org.mule.extensions.jms.internal.common.JmsOperationCommons
 
resolveOverride(T, T) - Static method in class org.mule.extensions.jms.internal.common.JmsOperationCommons
 

S

send(MessageProducer, Message, boolean, int, long, boolean) - Method in class org.mule.extensions.jms.internal.support.Jms102bSupport
Sends the given Message to the indicated Destination using the parametrized configurations
send(MessageProducer, Message, boolean, int, long, boolean) - Method in class org.mule.extensions.jms.internal.support.Jms20Support
Sends the given Message to the indicated Destination using the parametrized configurations
send(MessageProducer, Message, boolean, int, long, boolean) - Method in interface org.mule.extensions.jms.internal.support.JmsSupport
Sends the given Message to the indicated Destination using the parametrized configurations
setJmsSupport(JmsSupport) - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
SimpleJndiNameResolver - Class in org.mule.extensions.jms.api.connection.factory.jndi
Defines a simple JndiNameResolver that maintains a Context instance opened all the time and always relies on the context to do the look ups.
SimpleJndiNameResolver() - Constructor for class org.mule.extensions.jms.api.connection.factory.jndi.SimpleJndiNameResolver
 
start() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
stop() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.CachedJndiNameResolver

Cleans up the cache.

stop() - Method in class org.mule.extensions.jms.api.connection.factory.jndi.JndiConnectionFactory
 
stop() - Method in class org.mule.extensions.jms.api.connection.JmsConnection
Temporarily stops a connection's delivery of incoming messages.
stop() - Method in class org.mule.extensions.jms.internal.connection.JmsCachingConnectionFactory
 
strategyConfiguration() - Method in interface org.mule.extensions.jms.api.connection.caching.CachingStrategy
 
strategyConfiguration() - Method in class org.mule.extensions.jms.api.connection.caching.DefaultCachingStrategy
strategyConfiguration() - Method in class org.mule.extensions.jms.api.connection.caching.NoCachingConfiguration

T

toMessage(Object, Session) - Static method in class org.mule.extensions.jms.internal.message.JmsMessageUtils
 
TopicConsumer - Class in org.mule.extensions.jms.api.destination
Implementation of ConsumerType that marks the consumed Destination as a Topic and provides a way to configure topic-specific consumer parameters
TopicConsumer() - Constructor for class org.mule.extensions.jms.api.destination.TopicConsumer
 

V

validate(JmsConnection) - Method in class org.mule.extensions.jms.internal.connection.provider.BaseConnectionProvider
 
valueOf(String) - Static method in enum org.mule.extensions.jms.api.config.AckMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.extensions.jms.api.connection.JmsSpecification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.extensions.jms.api.connection.LookupJndiDestination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.extensions.jms.api.destination.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.extensions.jms.api.exception.JmsErrors
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.extensions.jms.api.config.AckMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.extensions.jms.api.connection.JmsSpecification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.extensions.jms.api.connection.LookupJndiDestination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.extensions.jms.api.destination.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.extensions.jms.api.exception.JmsErrors
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I J L M N O P Q R S T V 
Skip navigation links

Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.