652653654655656657658
public Object handleCreateMapMessage(Invocation invocation) throws Throwable { JBossMapMessage jbm = new JBossMapMessage(0); return new MapMessageProxy(jbm); }
756757758759760761762
692693694695696697698
663664665666667668669
725726727728729730731
500501502503504505506
/* */ /* */ public Object handleCreateMapMessage(Invocation invocation) throws Throwable /* */ { /* 666 */ JBossMapMessage jbm = new JBossMapMessage(0L); /* */ /* 668 */ return new MapMessageProxy(jbm); /* */ }