org.mule.transport.jdbc.xa
Class DefaultDataSourceDecorator

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

public class DefaultDataSourceDecorator
extends Object
implements DataSourceDecorator


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

Constructor Detail

DefaultDataSourceDecorator

public DefaultDataSourceDecorator()
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


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