com.sap.netweaver.bc.serialize

Interface IDeserializer

All Superinterfaces:
ContentHandler, ErrorHandler
All Known Implementing Classes:
CollaborationTransportImport

public interface IDeserializer
extends ContentHandler, ErrorHandler

this interface must be returned by all ISerializer implementations upon their deserialize methods. After the xml-parsing has finished, this means, after the endDocumentmethod has been called, the finish method will be called.

Copyright 2004 SAP AG


Method Summary
 Result finish()
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning
 

Method Detail

finish

Result finish()
Returns:
a new Result instance, that wraps the result of the deserialization process. Must not return null. It will not be called, if one of the previously called methods raised an Exception.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice