Package org.smooks.api.delivery
Interface ContentHandlerBinding<T extends ContentHandler>
-
- All Known Implementing Classes:
DefaultContentHandlerBinding
public interface ContentHandlerBinding<T extends ContentHandler>Mapping between a resource configuration and its corresponding resource configuration. Obviously this class is only relevant when the resource configuration refers to aContentHandler.- Author:
- tfennelly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetContentHandler()ResourceConfiggetResourceConfig()
-
-
-
Method Detail
-
getContentHandler
T getContentHandler()
-
getResourceConfig
ResourceConfig getResourceConfig()
-
-