Class CustomOrder2XML

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class CustomOrder2XML
    extends GeneratedCustomOrder2XML
    This is a sample implementation for the abstract class ItemFormatter. An AbstractOrder is transformend into xml data in a special style (see extension quotation). This xml data can be transformed with the stylesheet 'quotation.xsl' to a xml-fo format which is needed by the FOPFormatter to generate a pdf file.

    The method format(Item) gets an AbstractOrder item (all other types will return null)
    See Also:
    Serialized Form