Interface CodecsRegistry
- 
- All Known Implementing Classes:
 ConstantCodecsRegistry,OSGiCodecsRegistry
public interface CodecsRegistryRegistry for Codec classes. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodecsgetCodecs(RIBSupport<?,?> ribSupport)Return the Codecs class registered for given RIBSupport. 
 - 
 
- 
- 
Method Detail
- 
getCodecs
Codecs getCodecs(RIBSupport<?,?> ribSupport)
Return the Codecs class registered for given RIBSupport.- Parameters:
 ribSupport- associated with Codecs class- Returns:
 - Codecs
 
 
 - 
 
 -