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 SummaryModifier and TypeMethodDescriptionvoidcatalogsToXML(IContext context, int view, OutputStream outputStream) Converts a view of catalogs to an XML document.
- 
Method Details- 
catalogsToXMLConverts a view of catalogs to an XML document.- Parameters:
- context- The execution context.
- view- The view identifier.
- outputStream- The- OutputStreamobject.
- Throws:
- IOException- if an I/O error occurs. In particular, an- IOExceptionmay be thrown if the output stream has been closed.
 
 
-