props.put("A.mySink.DOStringWriter", "org.openadaptor.dostrings.DelimitedStringWriter");
System.out.println("props = " + props);
RunAdaptor theAdaptor = RunAdaptor.instantiateRunAdaptor("A", props);
theAdaptor.run();
theAdaptor = null;
} catch (IbafException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}