| java.lang.Object gov.nist.siplite.header.NameMap
NameMap | public class NameMap (Code) | | A mapping class that returns the Header for a given header name.
|
expandHeaderName | public static String expandHeaderName(String headerName)(Code) | | Checks if the parameter is a short form of some header's name
and if this is true, expands it to the full form.
Parameters: headerName - the name to expand the expanded name or the source name if it was not expanded |
getClassFromName | public static Class getClassFromName(String headerName)(Code) | | Looks up the class to use from the header field label.
Parameters: headerName - the key for looking up class handler the class handler for requested header field |
isHeaderSupported | public static boolean isHeaderSupported(String headerName)(Code) | | Checks if requested header is supported.
Parameters: headerName - the key for looking up class handler true if the header has a class handler |
putNameMap | protected static void putNameMap(String headerName, Class clazz)(Code) | | Adds an entry to the name map table.
Parameters: headerName - the header field label key Parameters: clazz - the class that handles the processing of the named header |
|
|