Interface PartComponentXmlWriter

  • All Known Implementing Classes:
    AbstractPartComponentXmlWriter, PartComponentsXmlWriter

    public interface PartComponentXmlWriter
    A component writer is responsible for producing a XML representation of component instances.

    Its function is inverse to the one of XmlDigesterConfigurer, which transforms XML fragments into object instances.

    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)