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