Class ManagedDataSourceFactory

java.lang.Object
org.apache.axis2.format.ManagedDataSourceFactory

public class ManagedDataSourceFactory extends Object
Utility class to create ManagedDataSource objects.
  • Constructor Details

    • ManagedDataSourceFactory

      public ManagedDataSourceFactory()
  • Method Details

    • create

      public static ManagedDataSource create(jakarta.activation.DataSource ds)
      Create a ManagedDataSource 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