SCABindingFactory scaBindingFactory = modelFactories.getFactory(SCABindingFactory.class);
IntentAttachPointTypeFactory intentAttachPointTypeFactory = modelFactories.getFactory(IntentAttachPointTypeFactory.class);
InterfaceContractMapper contractMapper = new InterfaceContractMapperImpl();
// TODO need to get these messages back to the browser
CompositeBuilderMonitor monitor = new CompositeBuilderMonitor() {
public void problem(Problem problem) {
if (problem.getSeverity() == Severity.INFO) {
logger.info(problem.toString());
} else if (problem.getSeverity() == Severity.WARNING) {
logger.warning(problem.toString());