com.sap.netweaver.bc.serialize

Interface IExternalFileRequester


public interface IExternalFileRequester

allows ISerializer implementations to stream data into an additional file that is parallel to the xml-data they are writing. This file can only be retrieved by the serializer implementation that reads the xml-data at import-time.
The method at import-time used for this is retrieveRequest in the interface ISerializer.IImportParameters. Note that the implementing classes are free to encode and decode the given data so that read access without these implementing classes might fail.

Copyright 2004 SAP AG


Nested Class Summary
static class IExternalFileRequester.Request
           
 
Method Summary
 IExternalFileRequester.Request getRequest(ISerializer serializer)
          The calling class must store the ID of the Request instance returned, because this ID is needed when the external file written with this method is to be read at import-time.
 

Method Detail

getRequest

IExternalFileRequester.Request getRequest(ISerializer serializer)
                                          throws SerializationException
The calling class must store the ID of the Request instance returned, because this ID is needed when the external file written with this method is to be read at import-time.

Parameters:
serializer - the serializer calling this method. Must not be null
Returns:
a new Request instance
Throws:
SerializationException
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