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
 
Method Summary
 String getCodecADL(String codecName)
          Returns the name of an ADL for the given codec name.
 

Field Detail

ITF_NAME

public static final String ITF_NAME
The default name for interface of this type

See Also:
Constant Field Values
Method Detail

getCodecADL

public 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, 2004 - INRIA Rhone-Alpes - All Rights Reserved.