Interface ICatalogViewTransformer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ProcessCatalogViewTransformer

public interface ICatalogViewTransformer extends Serializable
The catalog view transformer interface.
Since:
1.0, 15/04/2008
Author:
vlygeros
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    catalogsToXML(IContext context, int view, OutputStream outputStream)
    Converts a view of catalogs to an XML document.
  • Method Details

    • catalogsToXML

      void catalogsToXML(IContext context, int view, OutputStream outputStream) throws IOException
      Converts a view of catalogs to an XML document.
      Parameters:
      context - The execution context.
      view - The view identifier.
      outputStream - The OutputStream object.
      Throws:
      IOException - if an I/O error occurs. In particular, an IOException may be thrown if the output stream has been closed.