public abstract class DaoFactory extends Object
Constructor and Description |
---|
DaoFactory() |
Modifier and Type | Method and Description |
---|---|
abstract EndpointAddressProtocolDao |
createEndpointAddressProtocolDao() |
static DaoFactory |
createInstance(String path) |
abstract ServiceProtocolDao |
createServiceProtocolDao() |
abstract DaoContext |
getDaoContext() |
public abstract DaoContext getDaoContext()
public abstract ServiceProtocolDao createServiceProtocolDao() throws DaoException
DaoException
public abstract EndpointAddressProtocolDao createEndpointAddressProtocolDao() throws DaoException
DaoException
public static DaoFactory createInstance(String path) throws DaoException
DaoException