Package org.smooks.api.delivery
Interface ContentDeliveryRuntimeFactory
-
- All Known Implementing Classes:
DefaultContentDeliveryRuntimeFactory
@ThreadSafe public interface ContentDeliveryRuntimeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentDeliveryRuntime
create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
-
-
-
Method Detail
-
create
ContentDeliveryRuntime create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
-
-