* @param config the configuration
* @return the HTTP Binding Model
*/
@Override
public Model read(Configuration config) {
Descriptor desc = getDescriptor();
String name = config.getName();
if (name.startsWith(BindingModel.BINDING)) {
return new V1HttpBindingModel(config, getDescriptor());
} else if (name.equals(ContextMapperModel.CONTEXT_MAPPER)) {
return new V1ContextMapperModel(config, getDescriptor());