//
// Production applications should use a dynamic
// configuration mechanism with an adapter factory
// to construct the appropriate adapter.
//
IGatewayAdapter adapter = null;
/*
adapter = makeAdapter("XYZGatewayAdapter");
adapter.setHost(someHostName);
*/