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