Milyn-Smooks Version 0.4

org.milyn.delivery.assemble
Class AbstractAssemblyUnit

java.lang.Object
  extended byorg.milyn.delivery.assemble.AbstractAssemblyUnit
All Implemented Interfaces:
AssemblyUnit, ContentDeliveryUnit, ElementVisitor

public abstract class AbstractAssemblyUnit
extends java.lang.Object
implements AssemblyUnit

Abstract AssemblyUnit implementation.

Author:
tfennelly

Constructor Summary
AbstractAssemblyUnit(CDRDef unitDef)
          Public constructor.
 
Method Summary
 boolean visitBefore()
          By default we visit Assembly Units before Smooks iterates over the elements child content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.milyn.delivery.ElementVisitor
visit
 
Methods inherited from interface org.milyn.delivery.ContentDeliveryUnit
getDetailDescription, getShortDescription
 

Constructor Detail

AbstractAssemblyUnit

public AbstractAssemblyUnit(CDRDef unitDef)
Public constructor.

Parameters:
unitDef - Unit CDRDef.
Method Detail

visitBefore

public boolean visitBefore()
By default we visit Assembly Units before Smooks iterates over the elements child content.

Specified by:
visitBefore in interface ElementVisitor
Returns:
True. Override to change this default behaviour.

Milyn-Smooks Version 0.4