/**
* Called after all the bean properties have been set.
*/
public void initialise() throws Exception
{
mLocalGateway = new LocalGateway(mLocalGatewayAddress);
if (mGatewayNamesToAddresses.size() > 0 && mConfigDir == null)
{
throw new Exception(
"Must set gatewayContext property if specifying gateways " +