/* * This method will be invoke through the ISORequestListener interface, *if* * this QServer has an 'out' queue to handle. */ @Override public boolean process(ISOSource source, ISOMsg m) { sp.out(outQueue, m); return true; }