org.mule.transport.jms
Interface ConnectionFactoryDecorator

All Known Implementing Classes:
AbstractConnectionFactoryDecorator, CompositeConnectionFactoryDecorator, DefaultConnectionFactoryDecorator

public interface ConnectionFactoryDecorator

Decorator for the jms ConnectionFactory. Used as mechanism to hook to connection creations or session creations in order to customize behavior.


Method Summary
 boolean appliesTo(ConnectionFactory connectionFactory, MuleContext muleContext)
           
 ConnectionFactory decorate(ConnectionFactory connectionFactory, JmsConnector jmsConnector, MuleContext mulecontext)
           
 

Method Detail

decorate

ConnectionFactory decorate(ConnectionFactory connectionFactory,
                           JmsConnector jmsConnector,
                           MuleContext mulecontext)

appliesTo

boolean appliesTo(ConnectionFactory connectionFactory,
                  MuleContext muleContext)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.