Rev 68 | Go to most recent revision | Details | Last modification | View Log | RSS feed
namespace java in.shop2020.config
namespace py shop2020.config
exception ConfigException{
1:i32 errorcode
2:string message
}
service Configuration{
string getPropetry(1:string propertyName) throws (1:ConfigException e),
void loadProperty(1:string propertyName, 2:string propertyValue)