Package com.axemble.vdoc.sdk.interfaces
Interface ICatalogViewTransformer
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ProcessCatalogViewTransformer
The catalog view transformer interface.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
catalogsToXML
(IContext context, int view, OutputStream outputStream) Converts a view of catalogs to an XML document.
-
Method Details
-
catalogsToXML
Converts a view of catalogs to an XML document.- Parameters:
context
- The execution context.view
- The view identifier.outputStream
- TheOutputStream
object.- Throws:
IOException
- if an I/O error occurs. In particular, anIOException
may be thrown if the output stream has been closed.
-