org.milyn.delivery.sax
Class SAXContentDeliveryConfig
java.lang.Object
org.milyn.delivery.AbstractContentDeliveryConfig
org.milyn.delivery.sax.SAXContentDeliveryConfig
- All Implemented Interfaces:
- ContentDeliveryConfig
public class SAXContentDeliveryConfig
- extends AbstractContentDeliveryConfig
SAX specific ContentDeliveryConfig implementation.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXContentDeliveryConfig
public SAXContentDeliveryConfig()
getVisitBefores
public ContentHandlerConfigMapTable<SAXVisitBefore> getVisitBefores()
setVisitBefores
public void setVisitBefores(ContentHandlerConfigMapTable<SAXVisitBefore> visitBefores)
getChildVisitors
public ContentHandlerConfigMapTable<SAXVisitChildren> getChildVisitors()
getVisitAfters
public ContentHandlerConfigMapTable<SAXVisitAfter> getVisitAfters()
setVisitAfters
public void setVisitAfters(ContentHandlerConfigMapTable<SAXVisitAfter> visitAfters)
getVisitCleanables
public ContentHandlerConfigMapTable<VisitLifecycleCleanable> getVisitCleanables()
setVisitCleanables
public void setVisitCleanables(ContentHandlerConfigMapTable<VisitLifecycleCleanable> visitCleanables)
getExecCleanables
public ContentHandlerConfigMapTable<ExecutionLifecycleCleanable> getExecCleanables()
setExecCleanables
public void setExecCleanables(ContentHandlerConfigMapTable<ExecutionLifecycleCleanable> execCleanables)
getOptimizedVisitorConfig
public Map<String,SAXElementVisitorMap> getOptimizedVisitorConfig()
newFilter
public Filter newFilter(ExecutionContext executionContext)
- Description copied from interface:
ContentDeliveryConfig
- Get a new stream filter for the content delivery configuration.
- Parameters:
executionContext - Execution context.
- Returns:
- The stream filter.
sort
public void sort()
throws SmooksConfigurationException
- Description copied from interface:
ContentDeliveryConfig
- Sort the Visitors, targeted at each selector, based on the
what the Visitors
produce and consume.
- Throws:
SmooksConfigurationException - Sort failure.- See Also:
ContentDeliveryConfig.SMOOKS_VISITORS_SORT
optimizeConfig
public void optimizeConfig()
getCombinedOptimizedConfig
public SAXElementVisitorMap getCombinedOptimizedConfig(String[] elementNames)
Copyright © 2009. All Rights Reserved.