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 TypeMethodDescriptionvoidcatalogsToXML(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- TheOutputStreamobject.- Throws:
IOException- if an I/O error occurs. In particular, anIOExceptionmay be thrown if the output stream has been closed.
-