Exemplo n.º 1
0
 @Override
 public ModifyPropertyValueResponseType apply(final ModifyPropertyValueType input) {
   try {
     return PropertiesManager.modifyProperty(input);
   } catch (final Exception ex) {
     throw Exceptions.toUndeclared(ex);
   }
 }