org.objectweb.dream.message.codec
Interface CodecRepositoryAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
CodecRepositoryImpl

public interface CodecRepositoryAttributeController
extends AttributeController

Attribute controller interface for basic codec repository using a properties file. It define the attribute passed to the ClassLoader.getSystemResourceAsStream(String)method to retreive the properties file. TODO give a liste of name rather than a single file name.


Method Summary
 String getPropertiesRessourceName()
          Returns the name of the properties file.
 void setPropertiesRessourceName(String name)
          Set the name of the properties file.
 

Method Detail

getPropertiesRessourceName

String getPropertiesRessourceName()
Returns the name of the properties file.

Returns:
the name of the properties file.

setPropertiesRessourceName

void setPropertiesRessourceName(String name)
                                throws CodecManagerException
Set the name of the properties file.

Parameters:
name - the name of the properties file.
Throws:
CodecManagerException - if the properties file can't be red.


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.