Example #1
0
 public String getName() {
   return model.getName();
 }
Example #2
0
 public String getType() {
   return model.getType();
 }
Example #3
0
 public void stop() throws MuleException {
   model.stop();
 }