org.milyn.delivery.dom
Class DOMContentDeliveryConfig
java.lang.Object
org.milyn.delivery.AbstractContentDeliveryConfig
org.milyn.delivery.dom.DOMContentDeliveryConfig
- All Implemented Interfaces:
- ContentDeliveryConfig
- Direct Known Subclasses:
- MockContentDeliveryConfig
public class DOMContentDeliveryConfig
- extends AbstractContentDeliveryConfig
DOM 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 |
DOMContentDeliveryConfig
public DOMContentDeliveryConfig()
getAssemblyVisitBefores
public ContentHandlerConfigMapTable<DOMVisitBefore> getAssemblyVisitBefores()
setAssemblyVisitBefores
public void setAssemblyVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> assemblyVisitBefores)
getAssemblyVisitAfters
public ContentHandlerConfigMapTable<DOMVisitAfter> getAssemblyVisitAfters()
setAssemblyVisitAfters
public void setAssemblyVisitAfters(ContentHandlerConfigMapTable<DOMVisitAfter> assemblyVisitAfters)
getProcessingVisitBefores
public ContentHandlerConfigMapTable<DOMVisitBefore> getProcessingVisitBefores()
setProcessingVisitBefores
public void setProcessingVisitBefores(ContentHandlerConfigMapTable<DOMVisitBefore> processingVisitBefores)
getProcessingVisitAfters
public ContentHandlerConfigMapTable<DOMVisitAfter> getProcessingVisitAfters()
setProcessingVisitAfters
public void setProcessingVisitAfters(ContentHandlerConfigMapTable<DOMVisitAfter> processingVisitAfters)
getSerailizationVisitors
public ContentHandlerConfigMapTable<SerializationUnit> getSerailizationVisitors()
setSerailizationVisitors
public void setSerailizationVisitors(ContentHandlerConfigMapTable<SerializationUnit> serailizationVisitors)
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.
Copyright © 2008. All Rights Reserved.