com.sap.netweaver.bc.serialize

Class HeaderData

java.lang.Object
  extended by com.sap.netweaver.bc.serialize.HeaderData

public final class HeaderData
extends Object

wraps properties that contain information about an ISerializer. Use the provided Entry constants as keys for the properties passed in the constructor.

Copyright 2004 SAP AG


Nested Class Summary
static class HeaderData.Entry
           
 
Field Summary
static HeaderData.Entry JAVA_CLASS
           
static HeaderData.Entry SUPPORTED_VERSIONS
          Defines the versions the implementing class can import.
static HeaderData.Entry VERSION
          the current version of the implementation of the serializer.
 
Constructor Summary
HeaderData(Properties props)
          standard constructor
 
Method Summary
 String get(HeaderData.Entry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final HeaderData.Entry VERSION
the current version of the implementation of the serializer. A version must only contain the characters [a,z], [A,Z], {.,_} [0-9]


SUPPORTED_VERSIONS

public static final HeaderData.Entry SUPPORTED_VERSIONS
Defines the versions the implementing class can import. Values must be a comma-separated list


JAVA_CLASS

public static final HeaderData.Entry JAVA_CLASS
Constructor Detail

HeaderData

public HeaderData(Properties props)
standard constructor

Parameters:
props - the properties containing all headerdata. Must not be null, but might be empty.
Method Detail

get

public String get(HeaderData.Entry entry)
Parameters:
entry - the entry to retrieve the value for. Must not be null
Returns:
the property value for the given entry. Might be null
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