Milyn-Smooks Version 0.4

org.milyn.delivery.serialize
Class AbstractSerializationUnit

java.lang.Object
  extended byorg.milyn.delivery.serialize.AbstractSerializationUnit
All Implemented Interfaces:
ContentDeliveryUnit, SerializationUnit
Direct Known Subclasses:
DefaultSerializationUnit

public abstract class AbstractSerializationUnit
extends java.lang.Object
implements SerializationUnit

Abstract SerializationUnit implementation.

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

Author:
tfennelly

Constructor Summary
AbstractSerializationUnit(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.serialize.SerializationUnit
writeChildElements, writeElementCDATA, writeElementComment, writeElementEnd, writeElementEntityRef, writeElementNode, writeElementStart, writeElementText
 
Methods inherited from interface org.milyn.delivery.ContentDeliveryUnit
getDetailDescription, getShortDescription
 

Constructor Detail

AbstractSerializationUnit

public AbstractSerializationUnit(CDRDef unitDef)
Public constructor.

Parameters:
unitDef - Unit CDRDef.

Milyn-Smooks Version 0.4