com.sap.netweaver.bc.serialize.util

Class PropertyXMLConverter

java.lang.Object
  extended by com.sap.netweaver.bc.serialize.util.PropertyXMLConverter

public final class PropertyXMLConverter
extends Object


Constructor Summary
PropertyXMLConverter(ISerializer.SerializationParameters parameters, IPropertyMap map)
          only available constructor
 
Method Summary
 void convert(boolean standalone)
          actually starts writing the propertymap into a well-formed xml-document or a well-formed xml-fragment, depending on the standalone-parameter If no properties are found in the property map, no data will be written at all.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyXMLConverter

public PropertyXMLConverter(ISerializer.SerializationParameters parameters,
                            IPropertyMap map)
only available constructor

Parameters:
parameters - container with data needed for the conversion, must not be null
map - the property-map to be converted, must not be null
Method Detail

convert

public void convert(boolean standalone)
             throws SerializationException
actually starts writing the propertymap into a well-formed xml-document or a well-formed xml-fragment, depending on the standalone-parameter If no properties are found in the property map, no data will be written at all.

Parameters:
standalone - flag to tell, if a complete document needs to be created (done, when true is given) or if only the tags are added to an already existing xml-document.
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