org.mule.transport.jdbc.xa
Class CompositeDataSourceDecorator

java.lang.Object
  extended by org.mule.transport.jdbc.xa.CompositeDataSourceDecorator
All Implemented Interfaces:
DataSourceDecorator

public class CompositeDataSourceDecorator
extends Object
implements DataSourceDecorator


Constructor Summary
CompositeDataSourceDecorator()
           
 
Method Summary
 boolean appliesTo(DataSource dataSource, MuleContext muleContext)
           
 DataSource decorate(DataSource dataSource, String dataSourceName, MuleContext muleContext)
           
 void init(MuleContext muleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeDataSourceDecorator

public CompositeDataSourceDecorator()
Method Detail

decorate

public DataSource decorate(DataSource dataSource,
                           String dataSourceName,
                           MuleContext muleContext)
Specified by:
decorate in interface DataSourceDecorator

appliesTo

public boolean appliesTo(DataSource dataSource,
                         MuleContext muleContext)
Specified by:
appliesTo in interface DataSourceDecorator

init

public void init(MuleContext muleContext)


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