|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.format.ManagedDataSourceFactory
public class ManagedDataSourceFactory
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 |
---|
public ManagedDataSourceFactory()
Method Detail |
---|
public static ManagedDataSource create(javax.activation.DataSource ds)
ManagedDataSource
proxy for an existing data source.
This will create a dynamic proxy implementing the same interfaces as
the original data source.
ds
- the original data source
ManagedDataSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |