Milyn-Smooks Version 0.4

org.milyn.delivery.trans
Class AbstractTransUnit

java.lang.Object
  extended byorg.milyn.delivery.trans.AbstractTransUnit
All Implemented Interfaces:
ContentDeliveryUnit, ElementVisitor, TransUnit

public abstract class AbstractTransUnit
extends java.lang.Object
implements TransUnit

Abstract TransUnit implementation.

Really just defines the required public constructor that takes the CDRDef param.

Author:
tfennelly

Constructor Summary
AbstractTransUnit(CDRDef unitDef)
          Public constructor.
 
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, visitBefore
 
Methods inherited from interface org.milyn.delivery.ContentDeliveryUnit
getDetailDescription, getShortDescription
 

Constructor Detail

AbstractTransUnit

public AbstractTransUnit(CDRDef unitDef)
Public constructor.

Parameters:
unitDef - Unit CDRDef.

Milyn-Smooks Version 0.4