inint.setPollingInterval((long) 1000);
//Assign INBOUND interface to Map
map.setInboundInterface(inint);
//Enable MAP and associated Interfaces
OutboundInterface outint = new OutboundInterface(map);
outint.setType(IntefaceConnector.Connector_XML);
outint.setOutputPath(System.getProperty("user.dir")+File.separator+"interface"+File.separator+"output");
map.addOutboundInterface(outint);
map.setEnabled(true);