org.apache.axis2.format
Class ManagedDataSourceFactory

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

public class ManagedDataSourceFactory
extends java.lang.Object

Utility class to create ManagedDataSource objects.


Constructor Summary
ManagedDataSourceFactory()
           
 
Method Summary
static ManagedDataSource create(javax.activation.DataSource ds)
          Create a ManagedDataSource proxy for an existing data source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedDataSourceFactory

public ManagedDataSourceFactory()
Method Detail

create

public static ManagedDataSource create(javax.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


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.