public void setGatewayEngine(GatewayEngineImpl gatewayEngine) {
this.gatewayEngine=gatewayEngine;
}
public LogAndSource getGatewayLogger() {
if(gatewayLogger==null)gatewayLogger=new LogAndSourceImpl(LogConsole.getInstance(this,Log.LEVEL_ERROR),"");
return gatewayLogger;
}