Package org.smooks.engine.delivery
Class DefaultContentDeliveryRuntimeFactory
- java.lang.Object
-
- org.smooks.engine.delivery.DefaultContentDeliveryRuntimeFactory
-
- All Implemented Interfaces:
ContentDeliveryRuntimeFactory
public class DefaultContentDeliveryRuntimeFactory extends Object implements ContentDeliveryRuntimeFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultContentDeliveryRuntimeFactory(Registry registry, ReaderPoolFactory readerPoolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentDeliveryRuntime
create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
-
-
-
Constructor Detail
-
DefaultContentDeliveryRuntimeFactory
public DefaultContentDeliveryRuntimeFactory(Registry registry, ReaderPoolFactory readerPoolFactory)
-
-
Method Detail
-
create
public ContentDeliveryRuntime create(ProfileSet profileSet, List<ContentHandlerBinding<Visitor>> extendedContentHandlerBindings)
- Specified by:
create
in interfaceContentDeliveryRuntimeFactory
-
-