Package net.officefloor.jdbc.decorate
Interface ConnectionDecoratorServiceFactory
-
- All Superinterfaces:
ServiceFactory<ConnectionDecorator>
- All Known Implementing Classes:
ValidateConnectionDecorator
public interface ConnectionDecoratorServiceFactory extends ServiceFactory<ConnectionDecorator>
ServiceFactory
for theConnectionDecorator
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-