public String getName() {
   return model.getName();
 }
 public String getType() {
   return model.getType();
 }
 public void stop() throws MuleException {
   model.stop();
 }