try {
return handler.getMessage().getBody();
} catch (Throwable t){
throw new RuntimeException(t);
} finally {
conv.endConversation();
}
}
public GridServiceDescription create( String serviceDescriptionId, String ownerId ) {
GridServiceDescription<WhitePages> wpGsd = getGsd();