org.objectweb.dream.message.codec
Interface CodecRepository
- All Known Implementing Classes:
- CodecRepositoryImpl
public interface CodecRepository
Component interface used by Codec manager to retreive the name of an ADL for
a given codec name.
Field Summary |
static String |
ITF_NAME
The default name for interface of this type |
ITF_NAME
static final String ITF_NAME
- The default name for interface of this type
- See Also:
- Constant Field Values
getCodecADL
String getCodecADL(String codecName)
- Returns the name of an ADL for the given codec name.
- Parameters:
codecName
- a codec name
- Returns:
- the name of an ADL for the given codec name, or
null
if the codec name is unknown.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.