public static class DataSourceLinkFactory.DataSourceHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Simple wrapper class that will allow a user to configure a ResourceLink for a data source
so that when DataSource.getConnection() is called, it will invoke
DataSource.getConnection(String, String) with the preconfigured username and password.