Package org.apache.axis2.format
Class ManagedDataSourceFactory
- java.lang.Object
-
- org.apache.axis2.format.ManagedDataSourceFactory
-
public class ManagedDataSourceFactory extends Object
Utility class to createManagedDataSource
objects.
-
-
Constructor Summary
Constructors Constructor Description ManagedDataSourceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ManagedDataSource
create(DataSource ds)
Create aManagedDataSource
proxy for an existing data source.
-
-
-
Method Detail
-
create
public static ManagedDataSource create(DataSource ds)
Create aManagedDataSource
proxy for an existing data source. This will create a dynamic proxy implementing the same interfaces as the original data source.- Parameters:
ds
- the original data source- Returns:
- a data source proxy implementing
ManagedDataSource
-
-