"org.apache.ws.scout.registry.ConnectionFactoryImpl");
try
{
// Create the connection, passing it the configuration properties
ConnectionFactory factory = ConnectionFactory.newInstance();
factory.setProperties(props);
connection = factory.createConnection();
} catch (JAXRException e)
{
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
}